2022-03-08 18:10:03 +08:00
|
|
|
package com.engine.salary.entity.datacollection.dto;
|
|
|
|
|
|
2022-03-11 15:47:08 +08:00
|
|
|
import com.cloudstore.eccom.pc.table.WeaTableType;
|
2022-12-13 10:49:51 +08:00
|
|
|
import com.engine.salary.annotation.*;
|
2022-03-09 18:58:30 +08:00
|
|
|
import com.engine.salary.util.excel.ExcelProperty;
|
2022-03-08 18:10:03 +08:00
|
|
|
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
|
|
|
|
|
import com.fasterxml.jackson.databind.ser.std.ToStringSerializer;
|
|
|
|
|
import lombok.AllArgsConstructor;
|
|
|
|
|
import lombok.Builder;
|
|
|
|
|
import lombok.Data;
|
|
|
|
|
import lombok.NoArgsConstructor;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 数据采集-累计情况表
|
|
|
|
|
*/
|
|
|
|
|
@Data
|
|
|
|
|
@Builder
|
|
|
|
|
@NoArgsConstructor
|
|
|
|
|
@AllArgsConstructor
|
2022-03-11 15:47:08 +08:00
|
|
|
@SalaryTable(pageId = "a4f85287-e3f9-7841-adn9-7d06e54y6rj8", tableType = WeaTableType.CHECKBOX, operates = {
|
2022-03-08 18:10:03 +08:00
|
|
|
@SalaryTableOperate(text = "查看明细")
|
|
|
|
|
})
|
|
|
|
|
public class AddUpSituationDTO {
|
|
|
|
|
//主键id
|
|
|
|
|
@JsonSerialize(using = ToStringSerializer.class)
|
|
|
|
|
@SalaryTableColumn(column = "id", display = false)
|
|
|
|
|
private Long id;
|
|
|
|
|
|
|
|
|
|
//员工id
|
|
|
|
|
private Long employeeId;
|
|
|
|
|
|
|
|
|
|
//年份
|
|
|
|
|
private Integer year;
|
|
|
|
|
|
|
|
|
|
//月份
|
|
|
|
|
private Integer month;
|
|
|
|
|
|
|
|
|
|
//姓名
|
|
|
|
|
@SalaryTableColumn(text = "姓名", width = "10%", column = "username")
|
2022-06-01 19:14:05 +08:00
|
|
|
@TableTitle(title = "姓名", dataIndex = "username", key = "username")
|
2022-03-09 18:58:30 +08:00
|
|
|
@ExcelProperty(index = 0)
|
2022-03-08 18:10:03 +08:00
|
|
|
private String username;
|
2022-05-20 14:41:42 +08:00
|
|
|
//
|
|
|
|
|
// @SalaryTableColumn(text = "申报月份", width = "10%", column = "username")
|
|
|
|
|
// private String taxYearMonth;
|
2022-03-08 18:10:03 +08:00
|
|
|
|
|
|
|
|
//个税扣缴义务人
|
|
|
|
|
@SalaryTableColumn(text = "个税扣缴义务人", width = "10%", column = "taxAgentName")
|
2022-06-01 19:14:05 +08:00
|
|
|
@TableTitle(title = "个税扣缴义务人", dataIndex = "taxAgentName", key = "taxAgentName")
|
2022-03-09 18:58:30 +08:00
|
|
|
@ExcelProperty(index = 1)
|
2022-03-08 18:10:03 +08:00
|
|
|
private String taxAgentName;
|
|
|
|
|
|
2022-05-27 11:49:23 +08:00
|
|
|
/**
|
|
|
|
|
* 个税扣缴义务人id
|
|
|
|
|
*/
|
|
|
|
|
private Long taxAgentId;
|
|
|
|
|
|
2022-03-08 18:10:03 +08:00
|
|
|
//部门
|
|
|
|
|
@SalaryTableColumn(text = "部门", width = "10%", column = "departmentName")
|
2022-06-01 19:14:05 +08:00
|
|
|
@TableTitle(title = "部门", dataIndex = "departmentName", key = "departmentName")
|
2022-03-09 18:58:30 +08:00
|
|
|
@ExcelProperty(index = 2)
|
2022-03-08 18:10:03 +08:00
|
|
|
private String departmentName;
|
|
|
|
|
|
|
|
|
|
//手机号
|
|
|
|
|
@SalaryTableColumn(text = "手机号", width = "10%", column = "mobile")
|
2022-06-01 19:14:05 +08:00
|
|
|
@TableTitle(title = "手机号", dataIndex = "mobile", key = "mobile")
|
2022-03-09 18:58:30 +08:00
|
|
|
@ExcelProperty(index = 3)
|
2022-03-08 18:10:03 +08:00
|
|
|
private String mobile;
|
|
|
|
|
|
|
|
|
|
//工号
|
|
|
|
|
@SalaryTableColumn(text = "工号", width = "10%", column = "jobNum")
|
2022-06-01 19:14:05 +08:00
|
|
|
@TableTitle(title = "工号", dataIndex = "jobNum", key = "jobNum")
|
2022-03-09 18:58:30 +08:00
|
|
|
@ExcelProperty(index = 4)
|
2022-03-08 18:10:03 +08:00
|
|
|
private String jobNum;
|
|
|
|
|
|
|
|
|
|
//证件号码
|
|
|
|
|
@SalaryTableColumn(text = "证件号码", width = "10%", column = "idNo")
|
2022-06-01 19:14:05 +08:00
|
|
|
@TableTitle(title = "证件号码", dataIndex = "idNo", key = "idNo")
|
2022-03-09 18:58:30 +08:00
|
|
|
@ExcelProperty(index = 5)
|
2022-03-08 18:10:03 +08:00
|
|
|
private String idNo;
|
|
|
|
|
|
|
|
|
|
//入职日期
|
2022-03-12 14:20:39 +08:00
|
|
|
@SalaryTableColumn(text = "入职日期", width = "10%", column = "hiredate")
|
2022-06-01 19:14:05 +08:00
|
|
|
@TableTitle(title = "入职日期", dataIndex = "hiredate", key = "hiredate")
|
2022-03-09 18:58:30 +08:00
|
|
|
@ExcelProperty(index = 6)
|
2022-05-09 14:24:40 +08:00
|
|
|
private String hiredate;
|
2022-03-08 18:10:03 +08:00
|
|
|
|
|
|
|
|
//累计收入额
|
|
|
|
|
@SalaryTableColumn(text = "累计收入额", width = "10%", column = "addUpIncome")
|
2022-06-01 19:14:05 +08:00
|
|
|
@TableTitle(title = "累计收入额", dataIndex = "addUpIncome", key = "addUpIncome")
|
2022-03-09 18:58:30 +08:00
|
|
|
@ExcelProperty(index = 7)
|
2022-12-13 10:49:51 +08:00
|
|
|
@Encrypt
|
2022-03-08 18:10:03 +08:00
|
|
|
private String addUpIncome;
|
|
|
|
|
|
|
|
|
|
//累计减除费用
|
|
|
|
|
@SalaryTableColumn(text = "累计减除费用", width = "10%", column = "addUpSubtraction")
|
2022-06-01 19:14:05 +08:00
|
|
|
@TableTitle(title = "累计减除费用", dataIndex = "addUpSubtraction", key = "addUpSubtraction")
|
2022-03-09 18:58:30 +08:00
|
|
|
@ExcelProperty(index = 8)
|
2022-12-13 10:49:51 +08:00
|
|
|
@Encrypt
|
2022-03-08 18:10:03 +08:00
|
|
|
private String addUpSubtraction;
|
|
|
|
|
|
|
|
|
|
//累计社保个人合计
|
|
|
|
|
@SalaryTableColumn(text = "累计社保个人合计", width = "10%", column = "addUpSocialSecurityTotal")
|
2022-06-01 19:14:05 +08:00
|
|
|
@TableTitle(title = "累计社保个人合计", dataIndex = "addUpSocialSecurityTotal", key = "addUpSocialSecurityTotal")
|
2022-03-09 18:58:30 +08:00
|
|
|
@ExcelProperty(index = 9)
|
2022-12-13 10:49:51 +08:00
|
|
|
@Encrypt
|
2022-03-08 18:10:03 +08:00
|
|
|
private String addUpSocialSecurityTotal;
|
|
|
|
|
|
|
|
|
|
//累计公积金个人合计
|
|
|
|
|
@SalaryTableColumn(text = "累计公积金个人合计", width = "10%", column = "addUpAccumulationFundTotal")
|
2022-06-01 19:14:05 +08:00
|
|
|
@TableTitle(title = "累计公积金个人合计", dataIndex = "addUpAccumulationFundTotal", key = "addUpAccumulationFundTotal")
|
2022-03-09 18:58:30 +08:00
|
|
|
@ExcelProperty(index = 10)
|
2022-12-13 10:49:51 +08:00
|
|
|
@Encrypt
|
2022-03-08 18:10:03 +08:00
|
|
|
private String addUpAccumulationFundTotal;
|
|
|
|
|
|
|
|
|
|
//累计子女教育
|
|
|
|
|
@SalaryTableColumn(text = "累计子女教育", width = "10%", column = "addUpChildEducation")
|
2022-06-01 19:14:05 +08:00
|
|
|
@TableTitle(title = "累计子女教育", dataIndex = "addUpChildEducation", key = "addUpChildEducation")
|
2022-03-09 18:58:30 +08:00
|
|
|
@ExcelProperty(index = 11)
|
2022-12-13 10:49:51 +08:00
|
|
|
@Encrypt
|
2022-03-08 18:10:03 +08:00
|
|
|
private String addUpChildEducation;
|
|
|
|
|
|
|
|
|
|
//累计继续教育
|
|
|
|
|
@SalaryTableColumn(text = "累计继续教育", width = "10%", column = "addUpContinuingEducation")
|
2022-06-01 19:14:05 +08:00
|
|
|
@TableTitle(title = "累计继续教育", dataIndex = "addUpContinuingEducation", key = "addUpContinuingEducation")
|
2022-03-09 18:58:30 +08:00
|
|
|
@ExcelProperty(index = 12)
|
2022-12-13 10:49:51 +08:00
|
|
|
@Encrypt
|
2022-03-08 18:10:03 +08:00
|
|
|
private String addUpContinuingEducation;
|
|
|
|
|
|
|
|
|
|
//累计住房贷款利息
|
|
|
|
|
@SalaryTableColumn(text = "累计住房贷款利息", width = "10%", column = "addUpHousingLoanInterest")
|
2022-06-01 19:14:05 +08:00
|
|
|
@TableTitle(title = "累计住房贷款利息", dataIndex = "addUpHousingLoanInterest", key = "addUpHousingLoanInterest")
|
2022-03-09 18:58:30 +08:00
|
|
|
@ExcelProperty(index = 13)
|
2022-12-13 10:49:51 +08:00
|
|
|
@Encrypt
|
2022-03-08 18:10:03 +08:00
|
|
|
private String addUpHousingLoanInterest;
|
|
|
|
|
|
|
|
|
|
//累计住房租金
|
|
|
|
|
@SalaryTableColumn(text = "累计住房租金", width = "10%", column = "addUpHousingRent")
|
2022-06-01 19:14:05 +08:00
|
|
|
@TableTitle(title = "累计住房租金", dataIndex = "addUpHousingRent", key = "addUpHousingRent")
|
2022-03-09 18:58:30 +08:00
|
|
|
@ExcelProperty(index = 14)
|
2022-12-13 10:49:51 +08:00
|
|
|
@Encrypt
|
2022-03-08 18:10:03 +08:00
|
|
|
private String addUpHousingRent;
|
|
|
|
|
|
|
|
|
|
//累计赡养老人
|
|
|
|
|
@SalaryTableColumn(text = "累计赡养老人", width = "10%", column = "addUpSupportElderly")
|
2022-06-01 19:14:05 +08:00
|
|
|
@TableTitle(title = "累计赡养老人", dataIndex = "addUpSupportElderly", key = "addUpSupportElderly")
|
2022-03-09 18:58:30 +08:00
|
|
|
@ExcelProperty(index = 15)
|
2022-12-13 10:49:51 +08:00
|
|
|
@Encrypt
|
2022-03-08 18:10:03 +08:00
|
|
|
private String addUpSupportElderly;
|
|
|
|
|
|
2022-04-28 17:44:26 +08:00
|
|
|
//累计大病医疗
|
|
|
|
|
@SalaryTableColumn(text = "累计大病医疗", width = "10%", column = "addUpIllnessMedical")
|
2022-06-01 19:14:05 +08:00
|
|
|
@TableTitle(title = "累计大病医疗", dataIndex = "addUpIllnessMedical", key = "addUpIllnessMedical")
|
2022-04-28 17:44:26 +08:00
|
|
|
@ExcelProperty(index = 16)
|
2022-12-13 10:49:51 +08:00
|
|
|
@Encrypt
|
2022-05-20 14:41:42 +08:00
|
|
|
private String addUpIllnessMedical;
|
2022-04-28 17:44:26 +08:00
|
|
|
|
2022-03-08 18:10:03 +08:00
|
|
|
//累计企业(职业)年金及其他福利
|
|
|
|
|
@SalaryTableColumn(text = "累计企业(职业)年金及其他福利", width = "10%", column = "addUpEnterpriseAndOther")
|
2022-06-01 19:14:05 +08:00
|
|
|
@TableTitle(title = "累计企业(职业)年金及其他福利", dataIndex = "addUpEnterpriseAndOther", key = "addUpEnterpriseAndOther")
|
2022-04-28 17:44:26 +08:00
|
|
|
@ExcelProperty(index = 17)
|
2022-12-13 10:49:51 +08:00
|
|
|
@Encrypt
|
2022-03-08 18:10:03 +08:00
|
|
|
private String addUpEnterpriseAndOther;
|
|
|
|
|
|
|
|
|
|
//累计其他扣除
|
|
|
|
|
@SalaryTableColumn(text = "累计其他扣除", width = "10%", column = "addUpOtherDeduction")
|
2022-06-01 19:14:05 +08:00
|
|
|
@TableTitle(title = "累计其他扣除", dataIndex = "addUpOtherDeduction", key = "addUpOtherDeduction")
|
2022-04-28 17:44:26 +08:00
|
|
|
@ExcelProperty(index = 18)
|
2022-12-13 10:49:51 +08:00
|
|
|
@Encrypt
|
2022-03-08 18:10:03 +08:00
|
|
|
private String addUpOtherDeduction;
|
|
|
|
|
|
|
|
|
|
//累计免税收入
|
|
|
|
|
@SalaryTableColumn(text = "累计免税收入", width = "10%", column = "addUpTaxExemptIncome")
|
2022-06-01 19:14:05 +08:00
|
|
|
@TableTitle(title = "累计免税收入", dataIndex = "addUpTaxExemptIncome", key = "addUpTaxExemptIncome")
|
2022-04-28 17:44:26 +08:00
|
|
|
@ExcelProperty(index = 19)
|
2022-12-13 10:49:51 +08:00
|
|
|
@Encrypt
|
2022-03-08 18:10:03 +08:00
|
|
|
private String addUpTaxExemptIncome;
|
|
|
|
|
|
|
|
|
|
//累计准予扣除的捐赠额
|
|
|
|
|
@SalaryTableColumn(text = "累计准予扣除的捐赠额", width = "10%", column = "addUpAllowedDonation")
|
2022-06-01 19:14:05 +08:00
|
|
|
@TableTitle(title = "累计准予扣除的捐赠额", dataIndex = "addUpAllowedDonation", key = "addUpAllowedDonation")
|
2022-04-28 17:44:26 +08:00
|
|
|
@ExcelProperty(index = 20)
|
2022-12-13 10:49:51 +08:00
|
|
|
@Encrypt
|
2022-03-08 18:10:03 +08:00
|
|
|
private String addUpAllowedDonation;
|
|
|
|
|
|
2022-04-28 17:44:26 +08:00
|
|
|
//累计减免税额
|
|
|
|
|
@SalaryTableColumn(text = "累计减免税额", width = "10%", column = "addUpTaxSavings")
|
2022-06-01 19:14:05 +08:00
|
|
|
@TableTitle(title = "累计减免税额", dataIndex = "addUpTaxSavings", key = "addUpTaxSavings")
|
2022-04-28 17:44:26 +08:00
|
|
|
@ExcelProperty(index = 21)
|
2022-12-13 10:49:51 +08:00
|
|
|
@Encrypt
|
2022-04-28 17:44:26 +08:00
|
|
|
private String addUpTaxSavings;
|
|
|
|
|
|
2022-03-08 18:10:03 +08:00
|
|
|
//累计已预扣预缴税额
|
|
|
|
|
@SalaryTableColumn(text = "累计已预扣预缴税额", width = "10%", column = "addUpAdvanceTax")
|
2022-06-01 19:14:05 +08:00
|
|
|
@TableTitle(title = "累计已预扣预缴税额", dataIndex = "addUpAdvanceTax", key = "addUpAdvanceTax")
|
2022-04-28 17:44:26 +08:00
|
|
|
@ExcelProperty(index = 22)
|
2022-12-13 10:49:51 +08:00
|
|
|
@Encrypt
|
2022-03-08 18:10:03 +08:00
|
|
|
private String addUpAdvanceTax;
|
|
|
|
|
|
2022-05-20 14:41:42 +08:00
|
|
|
//累计婴幼儿照护
|
|
|
|
|
@ExcelProperty(index = 23)
|
|
|
|
|
@SalaryTableColumn(text = "累计婴幼儿照护", width = "10%", column = "addUpInfantCare")
|
2022-06-01 19:14:05 +08:00
|
|
|
@TableTitle(title = "累计婴幼儿照护", dataIndex = "addUpInfantCare", key = "addUpInfantCare")
|
2022-12-13 10:49:51 +08:00
|
|
|
@Encrypt
|
2022-05-20 14:41:42 +08:00
|
|
|
private String addUpInfantCare;
|
|
|
|
|
|
2023-04-11 17:24:31 +08:00
|
|
|
//累计个人养老金
|
|
|
|
|
@ExcelProperty(index = 24)
|
|
|
|
|
@SalaryTableColumn(text = "累计个人养老金", width = "10%", column = "addUpPrivatePension")
|
|
|
|
|
@TableTitle(title = "累计个人养老金", dataIndex = "addUpPrivatePension", key = "addUpPrivatePension")
|
|
|
|
|
@Encrypt
|
|
|
|
|
private String addUpPrivatePension;
|
|
|
|
|
|
2022-03-08 18:10:03 +08:00
|
|
|
@SalaryTableColumn(text = "操作", width = "20%", column = "operate")
|
2022-06-01 19:14:05 +08:00
|
|
|
@TableTitle(title = "操作", dataIndex = "operate", key = "operate")
|
2022-03-08 18:10:03 +08:00
|
|
|
private String operate;
|
|
|
|
|
}
|