|
@ -26,7 +26,7 @@ public class Result<T> implements Serializable { |
|
|
|
|
|
|
|
|
@Getter |
|
|
@Getter |
|
|
@Setter |
|
|
@Setter |
|
|
@ApiModelProperty(value = "返回标记:成功标记=200,失败标记=500") |
|
|
@ApiModelProperty(value = "返回标记:成功标记=0,失败标记=8000") |
|
|
private int code = ResponseCodeConstants.SUCCESS; |
|
|
private int code = ResponseCodeConstants.SUCCESS; |
|
|
|
|
|
|
|
|
@Getter |
|
|
@Getter |
|
|