huminmin
13 小时以前 2dbef66ac71486aab54299460970ed920cf699c5
src/main/java/com/ruoyi/quality/pojo/QualityInspect.java
@@ -87,6 +87,10 @@
    @Excel(name = "规格型号")
    private String model;
    @TableField(exist = false)
    @Excel(name = "UID码")
    private String uidNo;
    /**
     * 单位
     */
@@ -133,5 +137,32 @@
    @TableField(fill = FieldFill.INSERT)
    private Long tenantId;
    /**
     * 类别(0:未提交;1:已提交)
     */
    private Integer inspectState;
    private Long purchaseLedgerId;
    /**
     * 报工id
     */
    private Long productMainId;
    private Long productModelId;
    //不合格现象
    private String defectivePhenomena;
    @ApiModelProperty("关联检测标准主表id")
    private Long testStandardId;
    @TableField(exist = false)
    private String workOrderNo;
    @TableField(exist = false)
    private String purchaseContractNo;
    private String BatchNo;
    private BigDecimal inspectedQuantity;
    private String manufacturingTeam;
}