【更新】优化代码规范

pull/46/head^2 v2.0.2
徐玉祥 2022-10-07 00:57:05 +08:00 committed by 小诺
parent ea670e7d22
commit 9fecd72f4c
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;
/** 年龄 */