weaver-hrm-salary/src/com/engine/salary/entity/datacollection/dto/AddUpSituationDTO.java

206 lines
6.0 KiB
Java
Raw Normal View History

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;
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)
private Long id;
//员工id
private Long employeeId;
//年份
private Integer year;
//月份
private Integer month;
//姓名
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
//个税扣缴义务人
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
//部门
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;
//手机号
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;
//工号
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;
//证件号码
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-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
//累计收入额
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)
@Encrypt
2022-03-08 18:10:03 +08:00
private String addUpIncome;
//累计减除费用
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)
@Encrypt
2022-03-08 18:10:03 +08:00
private String addUpSubtraction;
//累计社保个人合计
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)
@Encrypt
2022-03-08 18:10:03 +08:00
private String addUpSocialSecurityTotal;
//累计公积金个人合计
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)
@Encrypt
2022-03-08 18:10:03 +08:00
private String addUpAccumulationFundTotal;
//累计子女教育
@Encrypt
2023-09-07 18:21:22 +08:00
@Deprecated
2022-03-08 18:10:03 +08:00
private String addUpChildEducation;
//累计继续教育
@Encrypt
2023-09-07 18:21:22 +08:00
@Deprecated
2022-03-08 18:10:03 +08:00
private String addUpContinuingEducation;
//累计住房贷款利息
@Encrypt
2023-09-07 18:21:22 +08:00
@Deprecated
2022-03-08 18:10:03 +08:00
private String addUpHousingLoanInterest;
//累计住房租金
@Encrypt
2023-09-07 18:21:22 +08:00
@Deprecated
2022-03-08 18:10:03 +08:00
private String addUpHousingRent;
//累计赡养老人
@Encrypt
2023-09-07 18:21:22 +08:00
@Deprecated
2022-03-08 18:10:03 +08:00
private String addUpSupportElderly;
2022-04-28 17:44:26 +08:00
//累计大病医疗
@Encrypt
2023-09-07 18:21:22 +08:00
@Deprecated
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
//累计企业(职业)年金及其他福利
2022-06-01 19:14:05 +08:00
@TableTitle(title = "累计企业(职业)年金及其他福利", dataIndex = "addUpEnterpriseAndOther", key = "addUpEnterpriseAndOther")
2023-09-07 18:21:22 +08:00
@ExcelProperty(index = 11)
@Encrypt
2022-03-08 18:10:03 +08:00
private String addUpEnterpriseAndOther;
//累计其他扣除
2023-09-07 18:21:22 +08:00
@TableTitle(title = "累计其他免税扣除", dataIndex = "addUpOtherDeduction", key = "addUpOtherDeduction")
@ExcelProperty(index = 12)
@Encrypt
2022-03-08 18:10:03 +08:00
private String addUpOtherDeduction;
//累计免税收入
2022-06-01 19:14:05 +08:00
@TableTitle(title = "累计免税收入", dataIndex = "addUpTaxExemptIncome", key = "addUpTaxExemptIncome")
2023-09-07 18:21:22 +08:00
@ExcelProperty(index = 13)
@Encrypt
2022-03-08 18:10:03 +08:00
private String addUpTaxExemptIncome;
//累计准予扣除的捐赠额
2022-06-01 19:14:05 +08:00
@TableTitle(title = "累计准予扣除的捐赠额", dataIndex = "addUpAllowedDonation", key = "addUpAllowedDonation")
2023-09-07 18:21:22 +08:00
@ExcelProperty(index = 14)
@Encrypt
2022-03-08 18:10:03 +08:00
private String addUpAllowedDonation;
2022-04-28 17:44:26 +08:00
//累计减免税额
2022-06-01 19:14:05 +08:00
@TableTitle(title = "累计减免税额", dataIndex = "addUpTaxSavings", key = "addUpTaxSavings")
2023-09-07 18:21:22 +08:00
@ExcelProperty(index = 15)
@Encrypt
2022-04-28 17:44:26 +08:00
private String addUpTaxSavings;
2022-03-08 18:10:03 +08:00
//累计已预扣预缴税额
2022-06-01 19:14:05 +08:00
@TableTitle(title = "累计已预扣预缴税额", dataIndex = "addUpAdvanceTax", key = "addUpAdvanceTax")
2023-09-07 18:21:22 +08:00
@ExcelProperty(index = 16)
@Encrypt
2022-03-08 18:10:03 +08:00
private String addUpAdvanceTax;
2022-05-20 14:41:42 +08:00
//累计婴幼儿照护
@Encrypt
2023-09-07 18:21:22 +08:00
@Deprecated
2022-05-20 14:41:42 +08:00
private String addUpInfantCare;
2023-04-11 17:24:31 +08:00
//累计个人养老金
@Encrypt
2023-09-07 18:21:22 +08:00
@Deprecated
2023-04-11 17:24:31 +08:00
private String addUpPrivatePension;
2023-09-07 18:21:22 +08:00
/**
* 实际累计已预扣预缴税额
*/
@ExcelProperty(index = 17)
@TableTitle(title = "实际累计已预扣预缴税额", dataIndex = "actualAddUpAdvanceTax", key = "actualAddUpAdvanceTax")
@Encrypt
private String actualAddUpAdvanceTax;
/**
* 个税调差
*/
@ExcelProperty(index = 18)
@TableTitle(title = "个税调差", dataIndex = "taxAdjustment", key = "taxAdjustment")
@Encrypt
private String taxAdjustment;
/**
* 累计应纳税所得额
*/
@ExcelProperty(index = 19)
@TableTitle(title = "累计应纳税所得额", dataIndex = "addUpTaxableIncome", key = "addUpTaxableIncome")
@Encrypt
private String addUpTaxableIncome;
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;
}