|
|
@@ -19,13 +19,13 @@ public class ExpenseCountsOrder extends ExpenseCountsBo{
|
|
|
private String actualDuration;
|
|
|
@Excel(name = "超出工时")
|
|
|
private String exceedDuration;
|
|
|
- @Excel(name = "合同金额")
|
|
|
+ @Excel(name = "合同金额",scale = 6)
|
|
|
private BigDecimal totalAmount;
|
|
|
- @Excel(name = "已收款")
|
|
|
+ @Excel(name = "已收款",scale = 6)
|
|
|
private BigDecimal settlementAmount;
|
|
|
- @Excel(name = "报销总额")
|
|
|
+ @Excel(name = "报销总额",scale = 6)
|
|
|
private BigDecimal expenseAmount;
|
|
|
- @Excel(name = "已付成本")
|
|
|
+ @Excel(name = "已付成本",scale = 6)
|
|
|
private BigDecimal paymentAmount;
|
|
|
|
|
|
@Excel(name = "报销人数")
|