Lius
2025-03-04 79bb09af27e6b2e6b4b898af7a1922e9c82f8762
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package org.jeecg.modules.mdc.bo;
 
import lombok.Data;
 
 
/**
 * @author Lius
 * @date 2025/2/20 14:01
 */
@Data
public class WebResult {
 
    private String flag;
 
    private String msg;
 
}