Pu Zhibing
5 天以前 0857f1e53b10c29dd6ebd7ce6fd4a5c601a8a7db
1
2
3
4
5
6
7
8
9
10
11
12
package com.ruoyi.jianguan.elutong.core;
 
 
import lombok.Data;
 
@Data
public class CommonResponse {
    private String bizContent;
    private String errorMsg;
    private String sign;
    private String statusCode;
}