Commit 5d0717ae authored by hongguangwu's avatar hongguangwu

调基记录+预估导出

parent 62bd642f
......@@ -270,11 +270,11 @@ public class TSocialFundHistory extends BaseEntity {
@ExcelProperty("个人公积金基数" )
private BigDecimal personalFundBase;
/**
* 单位公积金比例(公积金单边比例)
* 单位公积金比例
*/
@ExcelAttribute(name = "单位公积金比例(公积金单边比例)" )
@Schema(description = "单位公积金比例(公积金单边比例)" )
@ExcelProperty("单位公积金比例(公积金单边比例)" )
@ExcelAttribute(name = "单位公积金比例" )
@Schema(description = "单位公积金比例" )
@ExcelProperty("单位公积金比例" )
private BigDecimal unitFundProp;
/**
* 个人公积金比例
......
......@@ -95,9 +95,9 @@ public class TSocialFundHistoryVo extends RowIndex implements Serializable {
@ExcelProperty("单位公积金基数")
private BigDecimal unitFundBase;
@ExcelAttribute(name = "单位公积金比例")
@Schema(description = "单位公积金比例")
@ExcelProperty("单位公积金比例")
@ExcelAttribute(name = "单位公积金比例(公积金单边比例)")
@Schema(description = "单位公积金比例(公积金单边比例)")
@ExcelProperty("单位公积金比例(公积金单边比例)")
private BigDecimal unitFundProp;
@ExcelAttribute(name = "个人公积金基数")
......
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