liyong
2026-04-15 2a661e4920d992a9af7aa38f38e2c26dc4e578d6
src/main/java/com/ruoyi/quality/pojo/QualityInspect.java
@@ -138,5 +138,21 @@
     */
    private Integer inspectState;
    private Long purchaseLedgerId;
    /**
     * 报工id
     */
    private Long productMainId;
    private Long productModelId;
    //不合格现象
    private String defectivePhenomena;
    @ApiModelProperty("关联检测标准主表id")
    private Long testStandardId;
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
}