3 天以前 fd39fdd09509b8c7d975a966add3669518098cb7
src/main/java/com/ruoyi/quality/pojo/QualityInspect.java
@@ -191,6 +191,9 @@
    @Excel(name = "自动判断结果")
    private String autoJudgeResult;
    @Schema(description = "库位(来源于采购产品明细)")
    private String warehouse;
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
}