体检管理需求整改

This commit is contained in:
2026-04-08 11:44:54 +08:00
parent 32ee62edd4
commit 15cdcb02a2
23 changed files with 1326 additions and 97 deletions
@@ -40,4 +40,19 @@ public class Sys_union extends BaseModel {
@Comment("校区")
@ColDefine(type = ColType.VARCHAR, width = 20)
private String campus;
@Column
@Comment("联系人")
@ColDefine(type = ColType.VARCHAR, width = 64)
private String linkMan;
@Column
@Comment("联系电话")
@ColDefine(type = ColType.VARCHAR, width = 11)
private String contactNumber;
@Column
@Comment("地址")
@ColDefine(type = ColType.TEXT)
private String address;
}