@@ -39,7 +39,7 @@ public class ProdInventoryBill extends BaseEntity {
// 数量
@Excel(name = "数量")
- private Long quantity;
+ private Integer quantity;
// 订单ID
@Excel(name = "订单ID")