申报添加附表

This commit is contained in:
钱涛 2024-12-26 18:56:33 +08:00
parent 39c536c7b4
commit d096597a0a
8 changed files with 6 additions and 63 deletions

View File

@ -126,4 +126,8 @@ public class PersonalPensionListDTO {
//创建人
private Long creator;
@TableTitle(title = "操作", dataIndex = "operate", key = "operate")
private String operate;
}

View File

@ -5,8 +5,6 @@ import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.util.Date;
/**
* 减免税额
* <p>Copyright: Copyright (c) 2024</p>
@ -28,15 +26,6 @@ public class DerateDeductionSaveParam {
//主表数据Id
private Long mainId;
//税款所属期
private Date taxYearMonth;
//人员
private Long employeeId;
//个税扣缴义务人
private Long taxAgentId;
//减免事项
private String derateItem;

View File

@ -1,5 +1,6 @@
package com.engine.salary.entity.datacollection.param;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
@ -29,16 +30,9 @@ public class EndowmentInsuranceSaveParam {
//主表数据Id
private Long mainId;
//税款所属期
private Date taxYearMonth;
//人员id
private Long employeeId;
//个税扣缴义务人ID
private Long taxAgentId;
//申报扣除月份
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
private Date deductionMonth;
//税延养老账户编号

View File

@ -26,15 +26,6 @@ public class FreeIncomeSaveParam {
//主表数据Id
private Long mainId;
// //税款所属期
// @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
// private Date taxYearMonth;
//
// //人员
// private Long employeeId;
//
// //个税扣缴义务人
// private Long taxAgentId;
//免税事项
private String freeItem;

View File

@ -26,14 +26,6 @@ public class GrantDonationSaveParam {
//主表数据Id
private Long mainId;
//税款所属期
private Date taxYearMonth;
//人员
private Long employeeId;
//个税扣缴义务人
private Long taxAgentId;
//受赠单位名称
private String recipientName;

View File

@ -28,14 +28,6 @@ public class HealthInsuranceSaveParam {
//主表数据Id
private Long mainId;
//税款所属期
private Date taxYearMonth;
//人员
private Long employeeId;
//个税扣缴义务人
private Long taxAgentId;
//税优识别码
private String identificationNumber;

View File

@ -5,8 +5,6 @@ import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.util.Date;
/**
* 其他免税扣除-其他
* <p>Copyright: Copyright (c) 2024</p>
@ -28,14 +26,6 @@ public class OtherDerateDeductionSaveParam {
//主表数据Id
private Long mainId;
//税款所属期
private Date taxYearMonth;
//人员
private Long employeeId;
//个税扣缴义务人
private Long taxAgentId;
//减免税额
private String otherDeduction;

View File

@ -31,18 +31,9 @@ public class PersonalPensionSaveParam {
//主表数据Id
private Long mainId;
//税款所属期
private Date taxYearMonth;
//缴费月度
private Date payMonth;
//人员
private Long employeeId;
//个税扣缴义务人
private Long taxAgentId;
//凭证类别
private Integer voucherType;