Browse Source

【更新】优化代码规范

pull/45/head
徐玉祥 2 years ago
parent
commit
1dcc3d799f
  1. 2
      snowy-plugin/snowy-plugin-sys/src/main/java/vip/xiaonuo/sys/modular/user/entity/SysUser.java

2
snowy-plugin/snowy-plugin-sys/src/main/java/vip/xiaonuo/sys/modular/user/entity/SysUser.java

@ -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…
Cancel
Save