类型
This commit is contained in:
@@ -24,6 +24,6 @@ public class SysParamsDTO implements Serializable {
|
|||||||
private String paramValue;
|
private String paramValue;
|
||||||
|
|
||||||
@NotNull(message = "参数类型不能为空", groups = {UpdateGroup.class, UpdateGroup.class})
|
@NotNull(message = "参数类型不能为空", groups = {UpdateGroup.class, UpdateGroup.class})
|
||||||
private Integer paramType;
|
private String paramType;
|
||||||
private String remark;
|
private String remark;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ public class SysParams implements Serializable {
|
|||||||
/**
|
/**
|
||||||
* 类型 0:系统参数 1:非系统参数
|
* 类型 0:系统参数 1:非系统参数
|
||||||
*/
|
*/
|
||||||
private Integer paramType;
|
private String paramType;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 备注
|
* 备注
|
||||||
|
|||||||
Reference in New Issue
Block a user