zss
2023-09-04 5fb14bb0d28210f69c07021441b2cdd76aa46fe5
inspect-server/src/main/java/com/yuanchu/mom/pojo/InspectUnaccepted.java
@@ -2,6 +2,7 @@
import com.baomidou.mybatisplus.annotation.*;
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.annotations.ApiModelProperty;
import lombok.*;
import lombok.experimental.Accessors;
import org.springframework.format.annotation.DateTimeFormat;
@@ -32,6 +33,11 @@
    private Integer id;
    /**
     * 类型0:原材料检验单;1:成品检验单;2:半成品检验单
     **/
    private Integer type;
    /**
     * 缺陷名称(理由)
     **/
    private String reason;
@@ -53,14 +59,10 @@
    @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
    private Date dealTime;
    /**
     * ${column.comment}
     **/
    @ApiModelProperty(value = "逻辑删除 正常>=1,删除<=0", hidden = true)
    private Integer state;
    /**
     * ${column.comment}
     **/
    @TableField(fill = FieldFill.INSERT)
    @DateTimeFormat(pattern = "yyyy-MM-dd")
    @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
@@ -76,10 +78,6 @@
     **/
    private Integer rawInspectId;
    /**
     * 0:成品;1:过程;2:原材料
     **/
    private Integer type;
    /**