huminmin
2026-06-01 1f267de35a7a652c739bef7a19a062710f6debd7
src/main/java/com/ruoyi/stock/dto/StockInventoryDto.java
@@ -80,4 +80,7 @@
    @Schema(description = "产品id")
    private Long productId;
    @Schema(description = "出库批号")
    private String outboundBatches;
}