huminmin
7 天以前 e47e58e20366c7c246e26b1107a9e242c9a2d836
src/main/java/com/ruoyi/stock/pojo/StockInRecord.java
@@ -76,4 +76,16 @@
    @Schema(description = "厂家ID")
    private Long manufacturerId;
    @Schema(description = "来源")
    private String source;
    @Schema(description = "是否含水")
    private Boolean isContainsWater;
    @Schema(description = "含水量")
    private BigDecimal waterContent;
    @Schema(description = "理论入库数量")
    private BigDecimal theoryStockInNum;
}