huminmin
8 小时以前 df1dd527ca9da0717dae8a3e7dff5e6ed53787ba
src/main/java/com/ruoyi/quality/pojo/QualityInspect.java
@@ -100,6 +100,18 @@
    private BigDecimal quantity;
    /**
     * 不良数量
     */
    @Excel(name = "不良数量")
    private BigDecimal defectiveQuantity;
    /**
     * 不良原因
     */
    @Excel(name = "不良原因")
    private String defectiveReason;
    /**
     * 检测单位
     */
    @Excel(name = "检测单位")
@@ -133,5 +145,28 @@
    @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;
}