1.解决省级用户,可查看市级待提交和审核不通过数据

2.pms增加数据单位管理
This commit is contained in:
wr
2024-08-22 16:52:09 +08:00
parent af058896dc
commit 043b8f9a71
17 changed files with 530 additions and 44 deletions

View File

@@ -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;

View File

@@ -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;