liding
2026-04-23 1b3d13f691957d4fffdfb3671dc09f66b6e3dfd0
src/main/java/com/ruoyi/stock/pojo/StockOutRecord.java
@@ -29,7 +29,7 @@
    private static final long serialVersionUID = 1L;
    @TableId(value = "id", type = IdType.AUTO)
    private Integer id;
    private Long id;
    @ApiModelProperty("入库批次")
    private String outboundBatches;
@@ -71,4 +71,7 @@
    @ApiModelProperty(value = "类型  0合格入库 1不合格入库")
    private String type;
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
}