【更新】优化代码规范

pull/45/head
徐玉祥 2022-10-07 00:57:05 +08:00
parent ab9ee3ce70
commit 1dcc3d799f
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ public class SysUser extends CommonEntity implements TransPojo {
/** 性别 */
@ApiModelProperty(value = "性别", position = 8)
@TableField(insertStrategy = FieldStrategy.IGNORED, updateStrategy = FieldStrategy.IGNORED)
@Trans(type = TransType.DICTIONARY,key = "GENDER")
@Trans(type = TransType.DICTIONARY, key = "GENDER")
private String gender;
/** 年龄 */