修改字典导入导出添加英文简称
This commit is contained in:
@@ -91,6 +91,13 @@ public class SysDictItem implements TreeNode {
|
|||||||
@Excel(name = "是否启用(启用/不启用)", width = 15, dicCode = "dict_item_status")
|
@Excel(name = "是否启用(启用/不启用)", width = 15, dicCode = "dict_item_status")
|
||||||
private Integer status;
|
private Integer status;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 英文简称
|
||||||
|
*/
|
||||||
|
@Excel(name = "英文简称", width = 40)
|
||||||
|
@ApiModelProperty(value = "英文简称")
|
||||||
|
private String enBase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* createBy
|
* createBy
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user