liding
2026-04-20 74b1e3fc8cc34f015502544cce2def2bbf424293
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;
}