mirror of https://gitee.com/stylefeng/roses
【7.6.0】【dict】调整字段注释
parent
fdbc6ea06b
commit
10e14e23ce
|
@ -87,10 +87,10 @@ public class SysDict extends BaseBusinessEntity implements BasePidBuildModel {
|
|||
private String dictNamePinyin;
|
||||
|
||||
/**
|
||||
* 字典编码
|
||||
* 字典英文编码
|
||||
*/
|
||||
@TableField("dict_encode")
|
||||
@ChineseDescription("字典编码")
|
||||
@ChineseDescription("字典英文编码")
|
||||
private String dictEncode;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue