gongchunyi
7 天以前 e8344a2b6edeb48c76ceceb19fbe3d83bcb85731
src/main/java/com/ruoyi/quality/pojo/QualityInspect.java
@@ -149,4 +149,12 @@
    //不合格现象
    private String defectivePhenomena;
    @ApiModelProperty("关联检测标准主表id")
    private Long testStandardId;
    @TableField(exist = false)
    private String workOrderNo;
    @TableField(exist = false)
    private String purchaseContractNo;
}