敏感及重要用户导入
This commit is contained in:
@@ -14,7 +14,8 @@ public class SensitiveUserExcel implements Serializable {
|
||||
/**
|
||||
* 所属地市
|
||||
*/
|
||||
@Excel(name = "供电单位", width = 30)
|
||||
@Excel(name = "*供电单位", width = 30)
|
||||
@NotBlank(message = "供电单位不能为空")
|
||||
private String city;
|
||||
|
||||
/**
|
||||
@@ -34,7 +35,7 @@ public class SensitiveUserExcel implements Serializable {
|
||||
/**
|
||||
* 用户状态
|
||||
*/
|
||||
@Excel(name = "用户状态", width = 20, replace = {"可研_0", "建设_1", "运行_2", "退运_3"})
|
||||
@Excel(name = "用户状态", width = 20, replace = {"可研_0", "建设_1", "运行_2", "退运_3", "_null"})
|
||||
private Integer userStatus;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user