huminmin
10 天以前 9eba3f519e5518754c5a9efa222a153829a6ce20
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;
}