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