mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 07:46:40 +08:00
添加工资项目
This commit is contained in:
@@ -7,8 +7,6 @@ import lombok.Data;
|
||||
import org.hibernate.annotations.Comment;
|
||||
import org.hibernate.annotations.Formula;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Data
|
||||
public class CreateEmpSalaryItemDto extends OrgCommonDto {
|
||||
|
||||
@@ -47,12 +45,6 @@ public class CreateEmpSalaryItemDto extends OrgCommonDto {
|
||||
@Comment("公式-显示")
|
||||
private String formulaShow;
|
||||
|
||||
@Comment("公式")
|
||||
private String formula;
|
||||
|
||||
@Comment("依赖项目")
|
||||
private List<String> dependOn;
|
||||
|
||||
@Comment("优先级")
|
||||
private Integer priority;
|
||||
}
|
||||
|
||||
@@ -7,8 +7,6 @@ import lombok.Data;
|
||||
import org.hibernate.annotations.Comment;
|
||||
import org.hibernate.annotations.Formula;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Data
|
||||
public class UpdateEmpSalaryItemDto extends OrgCommonDto {
|
||||
|
||||
@@ -48,13 +46,6 @@ public class UpdateEmpSalaryItemDto extends OrgCommonDto {
|
||||
@Comment("公式-显示")
|
||||
private String formulaShow;
|
||||
|
||||
@Comment("公式")
|
||||
private String formula;
|
||||
|
||||
@Comment("依赖项目")
|
||||
private List<String> dependOn;
|
||||
|
||||
@Comment("优先级")
|
||||
private Integer priority;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user