This commit is contained in:
Paidax
2024-12-16 14:42:41 +08:00
parent 1f6f27f416
commit b6ed7cc0ce
6 changed files with 57 additions and 24 deletions
@@ -151,6 +151,11 @@ public class Sys_club_user extends BaseModel {
@ColDefine(type = ColType.VARCHAR, width = 12)
private String QQNumber;
@Column
@Comment("微信号")
@ColDefine(type = ColType.VARCHAR, width = 50)
private String weChatNumber;
@Column
@Comment("备注")
@ColDefine(type = ColType.VARCHAR, width = 100)