huminmin
6 天以前 5fca9c4f75933fd4ea8c517bf6b1acc6a9f3d654
src/main/java/com/ruoyi/stock/dto/StockInventoryDto.java
@@ -76,4 +76,10 @@
    @Schema(description = "不合格库存ID")
    private Long unQualifiedId;
    @Schema(description = "产品id")
    private Long productId;
    @Schema(description = "批次号")
    private String batchNo;
}