|
@@ -37,6 +37,11 @@ public class Stock extends BaseEntity {
|
|
private BigDecimal frozenQuantity;
|
|
private BigDecimal frozenQuantity;
|
|
|
|
|
|
/**
|
|
/**
|
|
|
|
+ * 加权平均单价
|
|
|
|
+ */
|
|
|
|
+ private BigDecimal weightingAveragePrice;
|
|
|
|
+
|
|
|
|
+ /**
|
|
* 仓库id
|
|
* 仓库id
|
|
*/
|
|
*/
|
|
private Long warehouseId;
|
|
private Long warehouseId;
|