mirror of https://gitee.com/xiaonuobase/snowy
parent
ea670e7d22
commit
9fecd72f4c
|
@ -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;
|
||||
|
||||
/** 年龄 */
|
||||
|
|
Loading…
Reference in New Issue