1.修改列表模板名称

This commit is contained in:
wr
2024-08-23 11:49:07 +08:00
parent ceb95be340
commit 6e8a188172
4 changed files with 6 additions and 10 deletions

View File

@@ -16,8 +16,8 @@ public class SensitiveReportExcel implements Serializable {
/**
* 对应用户名称
*/
@Excel(name = "*工程名称", width = 30)
@NotBlank(message = "工程名称不能为空")
@Excel(name = "*项目名称", width = 30)
@NotBlank(message = "项目名称不能为空")
private String projectName;
@Excel(name = "*用户性质", width = 30, replace = {"新建电网工程_0", "扩建电网工程_1", "新建非线性负荷用户_2", "扩建非线性负荷用户_3", "新建新能源发电站_4", "扩建新能源发电站_5", "_null"})

View File

@@ -15,8 +15,8 @@ public class SensitiveUserSExcel implements Serializable {
/**
* 对应用户名称
*/
@Excel(name = "*工程名称", width = 30)
@NotBlank(message = "工程名称不能为空")
@Excel(name = "*项目名称", width = 30)
@NotBlank(message = "项目名称不能为空")
private String projectName;
@Excel(name = "*所属地市", width = 30)