gongchunyi
2 天以前 4a16f209719581b777c003c064552b7f10a79b60
src/main/java/com/ruoyi/stock/dto/StockInventoryDto.java
@@ -37,4 +37,10 @@
    private BigDecimal totalStockIn;
    private BigDecimal totalStockOut;
    private BigDecimal currentStock;
    private BigDecimal  unLockedQuantity;
    private Long salesLedgerId;
    private Long salesLedgerProductId;
}