1.修改列表模板名称
This commit is contained in:
@@ -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"})
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user