Browse Source

费用单列表导出开发

anderx 2 years ago
parent
commit
dd956e2b96

+ 2 - 2
src/main/java/com/goafanti/expenseAccount/bo/OutExpenseAccountBo.java

@@ -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;