XiaoRuby
2023-09-04 f1400115f582ae795913e360c0f5a70ea4513544
inspect-server/src/main/java/com/yuanchu/mom/pojo/InspectUnaccepted.java
@@ -32,6 +32,9 @@
    @TableId(type = IdType.AUTO)
    private Integer id;
    @ApiModelProperty(value = "0:原材料检验单;1:成品检验单;2:半成品检验单")
    private Integer type;
    /**
     * 缺陷名称(理由)
     **/
@@ -58,9 +61,7 @@
    @TableLogic(value = "1", delval = "0")
    private Integer state;
    /**
     * ${column.comment}
     **/
    @TableField(fill = FieldFill.INSERT)
    @DateTimeFormat(pattern = "yyyy-MM-dd")
    @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
@@ -76,10 +77,6 @@
     **/
    private Integer rawInspectId;
    /**
     * 0:成品;1:过程;2:原材料
     **/
    private Integer type;
    /**