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