XiaoRuby
2023-08-17 95bd45377f1e04b448d407e3af4ee2707b90a24b
inspect-server/src/main/java/com/yuanchu/mom/pojo/InspectUnaccepted.java
@@ -58,9 +58,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 +74,6 @@
     **/
    private Integer rawInspectId;
    /**
     * 0:成品;1:过程;2:原材料
     **/
    private Integer type;
    /**