|
@@ -24,7 +24,7 @@ public class ResponseObj<T> implements Serializable {
|
|
|
@ApiModelProperty(notes = "提示信息", position = 2)
|
|
@ApiModelProperty(notes = "提示信息", position = 2)
|
|
|
private String msg = BaseCode.OK.getMsg();
|
|
private String msg = BaseCode.OK.getMsg();
|
|
|
|
|
|
|
|
- @ApiModelProperty(notes = "数据集合", position = 3)
|
|
|
|
|
|
|
+ @ApiModelProperty(notes = "返回数据", position = 3)
|
|
|
private T result;
|
|
private T result;
|
|
|
|
|
|
|
|
public ResponseObj(int code,String msg) {
|
|
public ResponseObj(int code,String msg) {
|