XiaoRuby
2023-09-24 208bb2f289ce8a7b59f587a9f57e24c0fc8a0ba6
inspect-server/src/main/java/com/yuanchu/mom/pojo/InspectUnaccepted.java
@@ -57,9 +57,22 @@
    @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
    private Date dealTime;
    /**
     * 现象描述
     **/
    private String tell;
    @ApiModelProperty(value = "处理方式 1:返工返修;2:让步接收;3:接收;4:降级使用;5:报废;6:退货 7:换货")
    private Integer way;
    @ApiModelProperty(value = "处理意见")
    private String opinionTell;
    @ApiModelProperty(value = "瑕疵品 1:瑕疵品;其他:空")
    private Integer faultyMaterials;
    @ApiModelProperty(value = "逻辑删除 正常>=1,删除<=0", hidden = true)
    private Integer state;
    @TableField(fill = FieldFill.INSERT)
    @DateTimeFormat(pattern = "yyyy-MM-dd")
@@ -75,12 +88,5 @@
     * 关联 检验单id
     **/
    private Integer rawInspectId;
    /**
     * 现象描述
     **/
    private String tell;
}