|
|
@@ -13,7 +13,7 @@ public class OutSignStatistics {
|
|
|
private Integer userCount;
|
|
|
@Excel(name = "签单个数",width = 8,defaultValue="0")
|
|
|
private Integer orderCount;
|
|
|
- @Excel(name = "签单总金额",defaultValue="0")
|
|
|
+ @Excel(name = "签单总金额",defaultValue="0",scale = 6)
|
|
|
private BigDecimal totalAmount;
|
|
|
@Excel(name = "新签数",width = 8,defaultValue="0")
|
|
|
private Integer newSignNumber;
|