commit
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user