修改工资凭证
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
/*
|
||||
* Copyright [2025] [JinBooks of copyright http://www.jinbooks.com]
|
||||
*
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
|
||||
package com.jinbooks.entity.hr;
|
||||
|
||||
@ -46,8 +46,6 @@ public class EmployeeSalaryVoucherRule extends BaseEntity {
|
||||
|
||||
private String direction;
|
||||
|
||||
private String subjectId;
|
||||
|
||||
private String templateId;
|
||||
|
||||
private String selectedValue;
|
||||
@ -55,6 +53,5 @@ public class EmployeeSalaryVoucherRule extends BaseEntity {
|
||||
@TableField(exist = false)
|
||||
private String subjectName;
|
||||
|
||||
@TableField(exist = false)
|
||||
private String subjectCode;
|
||||
}
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
/*
|
||||
* Copyright [2025] [JinBooks of copyright http://www.jinbooks.com]
|
||||
*
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
|
||||
package com.jinbooks.entity.hr.dto;
|
||||
|
||||
@ -39,8 +39,8 @@ public class SalaryTemplateDetailDto {
|
||||
@NotEmpty(message = "借贷方向不能为空", groups = {AddGroup.class, EditGroup.class})
|
||||
private String direction;
|
||||
|
||||
@NotEmpty(message = "科目不能为空", groups = {AddGroup.class, EditGroup.class})
|
||||
private String subjectId;
|
||||
@NotEmpty(message = "科目编码不能为空", groups = {AddGroup.class, EditGroup.class})
|
||||
private String subjectCode;
|
||||
|
||||
@NotEmpty(message = "取值不能为空", groups = {AddGroup.class, EditGroup.class})
|
||||
private String selectedValue;
|
||||
|
||||
Reference in New Issue
Block a user