|
|
@ -65,6 +65,7 @@ public class Inventory { |
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
|
|
private Date latestInDate; |
|
|
private Date latestInDate; |
|
|
private BigDecimal qtyReserved; |
|
|
private BigDecimal qtyReserved; |
|
|
|
|
|
private BigDecimal safetyStock; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private BigDecimal standartStockValue; |
|
|
private BigDecimal standartStockValue; |
|
|
|