This commit is contained in:
2023-09-26 22:52:06 +08:00
parent 587b5cee1b
commit 50e133dc5e

View File

@@ -28,7 +28,7 @@ public class SalaryItemEntity extends OrgCommonEntity {
+ "where d.id = i.dictionary_id\n" + "where d.id = i.dictionary_id\n"
+ " and d.code = 'salaryItem.type'\n" + " and d.code = 'salaryItem.type'\n"
+ " and i.code = item_type)") + " and i.code = item_type)")
@Comment("工资项目类型-名称") // @Comment("工资项目类型-名称")
private String itemTypeName; private String itemTypeName;
@Comment("工资项目录入方式") @Comment("工资项目录入方式")
@@ -41,7 +41,7 @@ public class SalaryItemEntity extends OrgCommonEntity {
+ "where d.id = i.dictionary_id\n" + "where d.id = i.dictionary_id\n"
+ " and d.code = 'salaryItem.inputType'\n" + " and d.code = 'salaryItem.inputType'\n"
+ " and i.code = input_type)") + " and i.code = input_type)")
@Comment("工资项目录入方式-名称") // @Comment("工资项目录入方式-名称")
private String inputTypeName; private String inputTypeName;
@Comment("公式-显示") @Comment("公式-显示")