This commit is contained in:
2025-12-22 17:35:57 +08:00
parent 5b6c371df2
commit 633c0919eb
2 changed files with 2 additions and 2 deletions

View File

@@ -24,6 +24,6 @@ public class SysParamsDTO implements Serializable {
private String paramValue;
@NotNull(message = "参数类型不能为空", groups = {UpdateGroup.class, UpdateGroup.class})
private Integer paramType;
private String paramType;
private String remark;
}

View File

@@ -43,7 +43,7 @@ public class SysParams implements Serializable {
/**
* 类型 0系统参数 1非系统参数
*/
private Integer paramType;
private String paramType;
/**
* 备注