|
@@ -64,23 +64,23 @@ public class StockPurchaseReceiptReport extends BaseModel<StockPurchaseReceiptRe
|
|
|
/**
|
|
|
* 净重(吨)
|
|
|
*/
|
|
|
- private Float netWeight;
|
|
|
+ private Double netWeight;
|
|
|
/**
|
|
|
* 毛重(吨)
|
|
|
*/
|
|
|
- private Float grossWeight;
|
|
|
+ private Double grossWeight;
|
|
|
/**
|
|
|
* 皮重(吨)
|
|
|
*/
|
|
|
- private Float tare;
|
|
|
+ private Double tare;
|
|
|
/**
|
|
|
* 扣重(吨)
|
|
|
*/
|
|
|
- private Float deductionWeight;
|
|
|
+ private Double deductionWeight;
|
|
|
/**
|
|
|
* 结算重量(吨)
|
|
|
*/
|
|
|
- private Float settlementWeight;
|
|
|
+ private Double settlementWeight;
|
|
|
/**
|
|
|
* 结算单价(元/吨)
|
|
|
*/
|
|
@@ -114,7 +114,7 @@ public class StockPurchaseReceiptReport extends BaseModel<StockPurchaseReceiptRe
|
|
|
/**
|
|
|
* 已开发票(元)
|
|
|
*/
|
|
|
- private Float alreadyInvoice;
|
|
|
+ private Double alreadyInvoice;
|
|
|
/**
|
|
|
* 库点
|
|
|
*/
|