修改字典导入导出添加英文简称

This commit is contained in:
梁琦涛
2024-08-15 13:52:45 +08:00
parent 573723bde0
commit 033f9959c0
@@ -91,6 +91,13 @@ public class SysDictItem implements TreeNode {
@Excel(name = "是否启用(启用/不启用)", width = 15, dicCode = "dict_item_status")
private Integer status;
/**
* 英文简称
*/
@Excel(name = "英文简称", width = 40)
@ApiModelProperty(value = "英文简称")
private String enBase;
/**
* createBy
*/