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

(cherry picked from commit 033f9959c0)
This commit is contained in:
梁琦涛
2024-08-15 15:58:16 +08:00
parent 600bca0139
commit 5a29d5e5d9
@@ -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
*/