积分管理

This commit is contained in:
2025-07-18 16:16:36 +08:00
parent 3e86198a82
commit 4d66cded17
16 changed files with 2187 additions and 0 deletions
@@ -120,6 +120,11 @@ public class Sys_user extends BaseModel implements Serializable {
@DataCenterColumn(name = "学历", key = "zgxlmc")
private String education;
@Column
@Comment("婚姻状况")
@ColDefine(type = ColType.VARCHAR, width = 20)
private String marriage;
@Column
@Comment("学位")
@ColDefine(type = ColType.VARCHAR, width = 50)