Commit 6afc0e7f authored by hongguangwu's avatar hongguangwu

优化-预估库获取基数配置

parent baeb4c0d
...@@ -140,7 +140,7 @@ public class TForecastLibrary extends BaseEntity { ...@@ -140,7 +140,7 @@ public class TForecastLibrary extends BaseEntity {
@ExcelProperty("单位生育费用") @ExcelProperty("单位生育费用")
private BigDecimal unitBirthFee; private BigDecimal unitBirthFee;
/** /**
* 单位医疗救助金 * 单位医疗救助金-单位大病金额
*/ */
@ExcelAttribute(name = "单位医疗救助金") @ExcelAttribute(name = "单位医疗救助金")
@ExcelProperty("单位医疗救助金") @ExcelProperty("单位医疗救助金")
...@@ -164,7 +164,7 @@ public class TForecastLibrary extends BaseEntity { ...@@ -164,7 +164,7 @@ public class TForecastLibrary extends BaseEntity {
@ExcelProperty("个人失业费用") @ExcelProperty("个人失业费用")
private BigDecimal personalUnemploymentFee; private BigDecimal personalUnemploymentFee;
/** /**
* 个人医疗救助金 * 个人医疗救助金-个人大病金额
*/ */
@ExcelAttribute(name = "个人医疗救助金") @ExcelAttribute(name = "个人医疗救助金")
@ExcelProperty("个人医疗救助金") @ExcelProperty("个人医疗救助金")
......
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