2022-04-06 20:01:00 +08:00
|
|
|
//package com.engine.salary.entity.salaryacct.dto;
|
|
|
|
|
//
|
|
|
|
|
//import io.swagger.annotations.ApiModelProperty;
|
|
|
|
|
//import lombok.AllArgsConstructor;
|
|
|
|
|
//import lombok.Builder;
|
|
|
|
|
//import lombok.Data;
|
|
|
|
|
//import lombok.NoArgsConstructor;
|
|
|
|
|
//
|
|
|
|
|
//import java.util.Collection;
|
|
|
|
|
//
|
|
|
|
|
///**
|
|
|
|
|
// * @description: 薪资核算导入时生成导入模板的薪资项目
|
|
|
|
|
// * @author: xiajun
|
|
|
|
|
// * @modified By: xiajun
|
|
|
|
|
// * @date: Created in 12/13/21 4:26 PM
|
|
|
|
|
// * @version:v1.0
|
|
|
|
|
// */
|
|
|
|
|
//@Data
|
|
|
|
|
//@Builder
|
|
|
|
|
//@NoArgsConstructor
|
|
|
|
|
//@AllArgsConstructor
|
|
|
|
|
//public class SalaryAcctImportFieldDTO {
|
|
|
|
|
//
|
2022-04-08 19:08:59 +08:00
|
|
|
// //公式项")
|
2022-04-06 20:01:00 +08:00
|
|
|
// private Collection<ImportFieldDTO> formulaItems;
|
|
|
|
|
//
|
2022-04-08 19:08:59 +08:00
|
|
|
// //输入项")
|
2022-04-06 20:01:00 +08:00
|
|
|
// private Collection<ImportFieldDTO> inputItems;
|
|
|
|
|
//
|
|
|
|
|
// @Data
|
|
|
|
|
// @Builder
|
|
|
|
|
// @NoArgsConstructor
|
|
|
|
|
// @AllArgsConstructor
|
|
|
|
|
// public static class ImportFieldDTO {
|
|
|
|
|
//
|
2022-04-08 19:08:59 +08:00
|
|
|
// //薪资项目id")
|
2022-04-06 20:01:00 +08:00
|
|
|
// private Long salaryItemId;
|
|
|
|
|
//
|
2022-04-08 19:08:59 +08:00
|
|
|
// //薪资项目名称")
|
2022-04-06 20:01:00 +08:00
|
|
|
// private String salaryItemName;
|
|
|
|
|
// }
|
|
|
|
|
//}
|