src/main/java/com/ruoyi/stock/pojo/StockInRecord.java
@@ -55,6 +55,9 @@ @Schema(description = "入库类别:自购入库/代储入库") private String inboundCategory; @Schema(description = "绑定的销售台账id(销售订单),代储入库必填") private Long salesLedgerId; @Schema(description = "储罐id") private Long tankId;