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