|
@@ -17,7 +17,7 @@ public class RStatus<T> implements Serializable {
|
|
|
|
|
|
|
|
private static final long serialVersionUID = 1L;
|
|
private static final long serialVersionUID = 1L;
|
|
|
// 处理成功
|
|
// 处理成功
|
|
|
- public static final String OK = "200";
|
|
|
|
|
|
|
+ public static final String OK = "0";
|
|
|
// 成功描述
|
|
// 成功描述
|
|
|
public static final String OK_MSG = "操作成功";
|
|
public static final String OK_MSG = "操作成功";
|
|
|
// 其他错误
|
|
// 其他错误
|