申报添加附表
This commit is contained in:
parent
39c536c7b4
commit
d096597a0a
|
|
@ -126,4 +126,8 @@ public class PersonalPensionListDTO {
|
|||
//创建人
|
||||
private Long creator;
|
||||
|
||||
|
||||
@TableTitle(title = "操作", dataIndex = "operate", key = "operate")
|
||||
private String operate;
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
//税延养老账户编号
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -26,14 +26,6 @@ public class GrantDonationSaveParam {
|
|||
//主表数据Id
|
||||
private Long mainId;
|
||||
|
||||
//税款所属期
|
||||
private Date taxYearMonth;
|
||||
|
||||
//人员
|
||||
private Long employeeId;
|
||||
|
||||
//个税扣缴义务人
|
||||
private Long taxAgentId;
|
||||
|
||||
//受赠单位名称
|
||||
private String recipientName;
|
||||
|
|
|
|||
|
|
@ -28,14 +28,6 @@ public class HealthInsuranceSaveParam {
|
|||
//主表数据Id
|
||||
private Long mainId;
|
||||
|
||||
//税款所属期
|
||||
private Date taxYearMonth;
|
||||
|
||||
//人员
|
||||
private Long employeeId;
|
||||
|
||||
//个税扣缴义务人
|
||||
private Long taxAgentId;
|
||||
|
||||
//税优识别码
|
||||
private String identificationNumber;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue