2026-04-21 b2bfc3c8c094d7b46f1e41fc75b26221ce945dab
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;
}