liyong
2026-05-21 64b09d98dfe24903f856d21dff218aebd5755611
src/main/java/com/ruoyi/quality/pojo/QualityInspect.java
@@ -152,4 +152,12 @@
    @ApiModelProperty("关联检测标准主表id")
    private Long testStandardId;
    @TableField(exist = false)
    private String workOrderNo;
    @TableField(exist = false)
    private String purchaseContractNo;
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
}