This commit is contained in:
2023-10-04 09:37:51 +08:00
parent 50e133dc5e
commit c36789f152

View File

@@ -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("毕业学校")