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; /**