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("荣誉证办理年月")
|
||||
@ColDefine(type = ColType.VARCHAR, width = 20)
|
||||
private String thirtyCertificateProcessingTime;
|
||||
|
||||
@One(field = "unitId")
|
||||
private Sys_unit unit;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user