zouyu
2023-09-24 05981a8e1db6adcb3dc79907fc22453fb2e51230
inventory-server/src/main/java/com/yuanchu/mom/pojo/Repertory.java
@@ -38,9 +38,9 @@
    private String orderCode;
    /**
     * 产品编码
     * 质量追溯号
     **/
    private String code;
    private String qualityTraceability;
    /**
     * 产品名称
@@ -59,7 +59,7 @@
    private String unit;
    /**
     * 数量
     * 实际数量
     **/
    private Integer number;
@@ -80,9 +80,6 @@
    @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
    private Date createTime;
    /**
     * ${column.comment}
     **/
    @TableField(fill = FieldFill.INSERT_UPDATE)
    @DateTimeFormat(pattern = "yyyy-MM-dd")
    @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
@@ -99,8 +96,9 @@
    private Integer type;
    /**
     *检验状态0:未检验;1:已检验
     * 检验结果0:不合格;1:合格(成品库存该字段为空)
     **/
    private Integer checkState;
    private Integer checkResult;
}