Commit 230d9e81 authored by huyuchen's avatar huyuchen

实缴修改

parent 18938002
...@@ -52,10 +52,10 @@ public class TPaymentTaxSocialVo extends RowIndex implements Serializable { ...@@ -52,10 +52,10 @@ public class TPaymentTaxSocialVo extends RowIndex implements Serializable {
/** /**
* 缴费工资 * 缴费工资
*/ */
@ExcelAttribute(name = "缴费工资(不导入)", isFloat = true,max = "999999999.99", min= -999999999) @ExcelAttribute(name = "缴费工资", isFloat = true,max = "999999999.99", min= -999999999)
@Schema(description = "缴费工资(不导入)") @Schema(description = "缴费工资")
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty(value = "缴费工资(不导入)", converter = BigDecimalConverter.class) @ExcelProperty(value = "缴费工资", converter = BigDecimalConverter.class)
private BigDecimal paymentSalary; private BigDecimal paymentSalary;
/** /**
...@@ -70,10 +70,10 @@ public class TPaymentTaxSocialVo extends RowIndex implements Serializable { ...@@ -70,10 +70,10 @@ public class TPaymentTaxSocialVo extends RowIndex implements Serializable {
/** /**
* 费率 * 费率
*/ */
@ExcelAttribute(name = "费率(不导入)") @ExcelAttribute(name = "费率")
@Schema(description = "费率(不导入)") @Schema(description = "费率")
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty(value = "费率(不导入)") @ExcelProperty(value = "费率")
private String paymentPer; private String paymentPer;
/** /**
...@@ -88,16 +88,16 @@ public class TPaymentTaxSocialVo extends RowIndex implements Serializable { ...@@ -88,16 +88,16 @@ public class TPaymentTaxSocialVo extends RowIndex implements Serializable {
/** /**
* 人员编号(不导入) * 人员编号(不导入)
*/ */
@ExcelAttribute(name = "人员编号(不导入)") @ExcelAttribute(name = "人员编号")
@Schema(description = "人员编号(不导入)") @Schema(description = "人员编号")
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty(value = "人员编号(不导入)") @ExcelProperty(value = "人员编号")
private String empNo; private String empNo;
/** /**
* 险种 * 险种
*/ */
@ExcelAttribute(name = "险种", isNotEmpty = true, errorInfo = "险种不可为空", maxLength = 10) @ExcelAttribute(name = "险种", isNotEmpty = true, errorInfo = "险种不可为空", maxLength = 20)
@Schema(description = "险种") @Schema(description = "险种")
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty(value = "险种") @ExcelProperty(value = "险种")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment