update 标协会议导出增加实收金额
This commit is contained in:
+6
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user