标签内容修改

This commit is contained in:
xiejunyu
2022-03-01 20:10:49 +08:00
parent 4f37cb7ae2
commit aed3b9583b
@@ -103,4 +103,12 @@ public class SysDictItem implements Serializable {
/**逻辑删除标识*/
@TableLogic
public Integer delFlag;
/**
* 字典英文名称
*/
@Excel(name = "字典英文名称", width = 15)
@ApiModelProperty(value = "字典英文名称")
private String enName;
}