实体字段微调
This commit is contained in:
@@ -42,13 +42,13 @@ public class DictTypeExcel implements Serializable {
|
|||||||
/**
|
/**
|
||||||
* 开启等级:0-不开启;1-开启,默认不开启
|
* 开启等级:0-不开启;1-开启,默认不开启
|
||||||
*/
|
*/
|
||||||
@Excel(name = "开启等级", width = 15, replace = {"0", "不开启", "1", "开启"})
|
@Excel(name = "开启等级", width = 15, replace = {"开启_1", "不开启_0"})
|
||||||
private Integer openLevel;
|
private Integer openLevel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 开启描述:0-不开启;1-开启,默认不开启
|
* 开启描述:0-不开启;1-开启,默认不开启
|
||||||
*/
|
*/
|
||||||
@Excel(name = "开启描述", width = 15, replace = {"0", "不开启", "1", "开启"})
|
@Excel(name = "开启描述", width = 15, replace = {"开启_1", "不开启_0"})
|
||||||
private Integer openDescribe;
|
private Integer openDescribe;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user