|
|
@@ -10,9 +10,9 @@ public class OutExpenseAccountBo {
|
|
|
private Integer type;
|
|
|
@Excel(name = "类型")
|
|
|
private String typeOther;
|
|
|
- @Excel(name = "报销金额")
|
|
|
+ @Excel(name = "报销金额", scale = 2)
|
|
|
private BigDecimal totalAmount;
|
|
|
- @Excel(name = "实报金额")
|
|
|
+ @Excel(name = "实报金额", scale = 2)
|
|
|
private BigDecimal realAmount;
|
|
|
@Excel(name = "报销编号")
|
|
|
private String checkNo;
|