huminmin
22 小时以前 189fe18f9aaabc39cc4bb4cc00f531bc43fe152e
src/main/java/com/ruoyi/stock/pojo/StockUninventory.java
@@ -35,8 +35,14 @@
    @Schema(description = "规格id")
    private Long productModelId;
    @Schema(description = "批号")
    private String batchNo;
    @Schema(description = "数量")
    private BigDecimal qualitity;
    @Schema(description = "类型  unqualified 不合格 waste 废品")
    private String type;
    @TableField(fill = FieldFill.INSERT)
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@@ -65,4 +71,9 @@
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
    @Schema(description = "厂家ID")
    private Long manufacturerId;
    @Schema(description = "来源")
    private String source;
}