update 标协会议导出增加实收金额

This commit is contained in:
lijiarao
2023-08-11 14:31:28 +08:00
parent adebda0f60
commit d5df01b2b5
@@ -74,6 +74,12 @@ public class StandardsSituationExcel extends SituationBaseExcel {
@Excel(name = "待确收金额", width = 15)
private BigDecimal amountReceivable;
/**
* 实收金额
*/
@Excel(name = "实收金额", width = 15)
private BigDecimal paidAmount;
/**缴费方式*/
@Excel(name = "缴费方式", width = 15,dicCode = "meeting_pay_type")
private Integer payMode;