liding
2026-04-20 5b611adb9f5231e5e46c9379caeb33b41a6ebc51
src/main/java/com/ruoyi/quality/pojo/QualityUnqualified.java
@@ -133,5 +133,14 @@
    @TableField(fill = FieldFill.INSERT)
    private Long tenantId;
    @ApiModelProperty("关联检测id")
    private Long inspectId;
    @ApiModelProperty("是否不合格处理自己新增")
    @TableField(exist = false)
    private Boolean method;
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
}