mirror of https://gitee.com/xiaonuobase/snowy
【更新】优化代码规范
parent
ab9ee3ce70
commit
1dcc3d799f
|
@ -75,7 +75,7 @@ public class SysUser extends CommonEntity implements TransPojo {
|
||||||
/** 性别 */
|
/** 性别 */
|
||||||
@ApiModelProperty(value = "性别", position = 8)
|
@ApiModelProperty(value = "性别", position = 8)
|
||||||
@TableField(insertStrategy = FieldStrategy.IGNORED, updateStrategy = FieldStrategy.IGNORED)
|
@TableField(insertStrategy = FieldStrategy.IGNORED, updateStrategy = FieldStrategy.IGNORED)
|
||||||
@Trans(type = TransType.DICTIONARY,key = "GENDER")
|
@Trans(type = TransType.DICTIONARY, key = "GENDER")
|
||||||
private String gender;
|
private String gender;
|
||||||
|
|
||||||
/** 年龄 */
|
/** 年龄 */
|
||||||
|
|
Loading…
Reference in New Issue