This commit is contained in:
2025-07-28 10:30:46 +08:00
parent 1573a20ec4
commit 030cf7cc4c
@@ -301,6 +301,11 @@ public class Sys_user extends BaseModel implements Serializable {
@ColDefine(type = ColType.VARCHAR, width = 50)
private String wxOpenId;
@Column
@Comment("是否教学30年以上教工")
@ColDefine(type = ColType.BOOLEAN)
private Boolean isThirtyTeach;
@Column
@Comment("荣誉证办理年月")
@ColDefine(type = ColType.VARCHAR, width = 20)