|
@@ -217,4 +217,52 @@ public class ChuanyunPayrollDO extends BasicDO{
|
|
*/
|
|
*/
|
|
@JsonProperty("F0000020")
|
|
@JsonProperty("F0000020")
|
|
private BigDecimal yearBonusDistribution;
|
|
private BigDecimal yearBonusDistribution;
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 养老个人
|
|
|
|
+ */
|
|
|
|
+ @JsonProperty("F0000024")
|
|
|
|
+ private BigDecimal personalPension;
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 医疗个人
|
|
|
|
+ */
|
|
|
|
+ @JsonProperty("F0000025")
|
|
|
|
+ private BigDecimal personalMedical;
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 失业保险
|
|
|
|
+ */
|
|
|
|
+ @JsonProperty("F0000026")
|
|
|
|
+ private BigDecimal unemploymentInsurance;
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 养老公司
|
|
|
|
+ */
|
|
|
|
+ @JsonProperty("F0000027")
|
|
|
|
+ private BigDecimal companyPension;
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 医疗公司
|
|
|
|
+ */
|
|
|
|
+ @JsonProperty("F0000028")
|
|
|
|
+ private BigDecimal companyMedical;
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 失业公司
|
|
|
|
+ */
|
|
|
|
+ @JsonProperty("F0000029")
|
|
|
|
+ private BigDecimal companyUnemployment;
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 工伤保险
|
|
|
|
+ */
|
|
|
|
+ @JsonProperty("F0000030")
|
|
|
|
+ private BigDecimal industrialInsurance;
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 生育保险
|
|
|
|
+ */
|
|
|
|
+ @JsonProperty("F0000031")
|
|
|
|
+ private BigDecimal maternityInsurance;
|
|
}
|
|
}
|