inspect-server/src/main/java/com/yuanchu/mom/pojo/InspectUnaccepted.java
@@ -33,6 +33,11 @@ private Integer id; /** * 类型0:原材料检验单;1:成品检验单;2:半成品检验单 **/ private Integer type; /** * 缺陷名称(理由) **/ private String reason; @@ -58,9 +63,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 +79,6 @@ **/ private Integer rawInspectId; /** * 0:成品;1:过程;2:原材料 **/ private Integer type; /**