huminmin
2 天以前 32e4f30a848e159081986f93d189f0e80fa56a77
src/main/java/com/ruoyi/stock/pojo/StockInRecord.java
@@ -50,7 +50,6 @@
    private String type;
    @Schema(description = "创建时间")
    @TableField(fill = FieldFill.INSERT)
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private LocalDateTime createTime;
@@ -74,4 +73,19 @@
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
    @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;
}