1.解决省级用户,可查看市级待提交和审核不通过数据
2.pms增加数据单位管理
This commit is contained in:
@@ -36,8 +36,8 @@ public class SensitiveReportExcel implements Serializable {
|
||||
@NotNull(message = "用户状态不能为空")
|
||||
private Integer userStatus;
|
||||
|
||||
@Excel(name = "*变电站", width = 30)
|
||||
@NotBlank(message = "变电站不能为空")
|
||||
@Excel(name = "*厂站名称", width = 30)
|
||||
@NotBlank(message = "厂站名称不能为空")
|
||||
private String substation;
|
||||
|
||||
|
||||
|
||||
@@ -31,8 +31,8 @@ public class SensitiveUserSExcel implements Serializable {
|
||||
@NotNull(message = "用户状态不能为空")
|
||||
private Integer userStatus;
|
||||
|
||||
@Excel(name = "*变电站", width = 30)
|
||||
@NotBlank(message = "变电站不能为空")
|
||||
@Excel(name = "*厂站名称", width = 30)
|
||||
@NotBlank(message = "厂站名称不能为空")
|
||||
private String substation;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user