src/main/java/com/ruoyi/stock/pojo/StockInRecord.java
@@ -79,4 +79,13 @@ @Schema(description = "来源") private String source; @Schema(description = "是否含水") private Boolean isContainsWater; @Schema(description = "含水量") private BigDecimal waterContent; @Schema(description = "理论入库数量") private BigDecimal theoryStockInNum; }