mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 23:57:12 +08:00
完善
This commit is contained in:
@@ -29,7 +29,7 @@ public class EmployeeEntity extends OrgCommonEntity {
|
||||
+ "where d.id = i.dictionary_id\n"
|
||||
+ " and d.code = 'sex'\n"
|
||||
+ " and i.code = sex)")
|
||||
@Comment("性别-名称")
|
||||
// @Comment("性别-名称")
|
||||
private String sexName;
|
||||
|
||||
@Comment("民族")
|
||||
@@ -42,7 +42,7 @@ public class EmployeeEntity extends OrgCommonEntity {
|
||||
+ "where d.id = i.dictionary_id\n"
|
||||
+ " and d.code = 'nation'\n"
|
||||
+ " and i.code = nation)")
|
||||
@Comment("民族-名称")
|
||||
// @Comment("民族-名称")
|
||||
private String nationName;
|
||||
|
||||
@Comment("婚姻状况")
|
||||
@@ -55,7 +55,7 @@ public class EmployeeEntity extends OrgCommonEntity {
|
||||
+ "where d.id = i.dictionary_id\n"
|
||||
+ " and d.code = 'marriage'\n"
|
||||
+ " and i.code = marriage)")
|
||||
@Comment("婚姻状况-名称")
|
||||
// @Comment("婚姻状况-名称")
|
||||
private String marriageName;
|
||||
|
||||
@Comment("入职时间")
|
||||
@@ -74,7 +74,7 @@ public class EmployeeEntity extends OrgCommonEntity {
|
||||
+ "where d.id = i.dictionary_id\n"
|
||||
+ " and d.code = 'education'\n"
|
||||
+ " and i.code = education)")
|
||||
@Comment("学历-名称")
|
||||
// @Comment("学历-名称")
|
||||
private String educationName;
|
||||
|
||||
@Comment("毕业学校")
|
||||
|
||||
Reference in New Issue
Block a user