标签内容修改
This commit is contained in:
+8
@@ -103,4 +103,12 @@ public class SysDictItem implements Serializable {
|
|||||||
/**逻辑删除标识*/
|
/**逻辑删除标识*/
|
||||||
@TableLogic
|
@TableLogic
|
||||||
public Integer delFlag;
|
public Integer delFlag;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 字典英文名称
|
||||||
|
*/
|
||||||
|
@Excel(name = "字典英文名称", width = 15)
|
||||||
|
@ApiModelProperty(value = "字典英文名称")
|
||||||
|
private String enName;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user