liyong
2026-04-16 8a714a4dd3446b057720ee0e02c9552d779fe235
src/main/java/com/ruoyi/quality/pojo/QualityInspect.java
@@ -145,5 +145,14 @@
     */
    private Long productMainId;
    private Long productModelId;
    //不合格现象
    private String defectivePhenomena;
    @ApiModelProperty("关联检测标准主表id")
    private Long testStandardId;
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
}