huminmin
18 小时以前 7486f6d6a93d98f96f45f0cc4846be9c8a2345df
src/main/java/com/ruoyi/stock/pojo/StockUninventory.java
@@ -41,6 +41,9 @@
    @Schema(description = "数量")
    private BigDecimal qualitity;
    @Schema(description = "类型  unqualified 不合格 waste 废品")
    private String type;
    @TableField(fill = FieldFill.INSERT)
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
@@ -68,4 +71,9 @@
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
    @Schema(description = "厂家ID")
    private Long manufacturerId;
    @Schema(description = "来源")
    private String source;
}