zhoushihao
12 小时以前 d22b530fa0fbd910d8d7baefa29d88d755568e68
hangzhoumesParent/common/servicebase/src/main/java/com/mes/pp/entity/ReportingWork.java
@@ -2,16 +2,16 @@
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import java.time.LocalDateTime;
import java.io.Serializable;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.Data;
import lombok.EqualsAndHashCode;
import java.io.Serializable;
import java.time.LocalDateTime;
/**
 * <p>
 *
 *
 * </p>
 *
 * @author wu
@@ -26,13 +26,13 @@
    /**
     * <报工主表>
     */
      @TableId(value = "id", type = IdType.AUTO)
    @TableId(value = "id", type = IdType.AUTO)
    private Long id;
    /**
     * 报工编号
     */
    private String reportingWorkId;
    private String reportingWorkId = "";
    /**
     * 销售单号
@@ -54,10 +54,10 @@
     */
    private String thisProcess;
    /**
     * 设备编号
     */
    private byte[] deviceId;
//    /**
//     * 设备编号
//     */
//    private byte[] deviceId;
    /**
     * 设备名称
@@ -67,12 +67,12 @@
    /**
     * 上工序
     */
    private String previousProcess;
//    private String previousProcess;
    /**
     * 上工序数量
     */
    private Integer previousProcessQuantity;
//    private Integer previousProcessQuantity;
    /**
     * 本工序数量
@@ -112,32 +112,32 @@
    /**
     * 报工状态
     */
    private Integer reportingWorkState;
//    private Integer reportingWorkState;
    /**
     * 审核人
     */
    private String reviewed;
//    private String reviewed;
    /**
     * 审核状态(默认0,审核通过1,不通过2,小于0删除)
     */
    private Integer reviewedState;
//    private Integer reviewedState;
    /**
     * 备注
     */
    private String notes;
//    private String notes;
    /**
     * 质检员
     */
    private String qualityInspector;
//    private String qualityInspector;
    /**
     * 包装方式
     */
    private String packagingMethod;
//    private String packagingMethod;
    /**
     * 报工时间
@@ -147,12 +147,12 @@
    /**
     * 审核时间
     */
    private LocalDateTime examineTime;
//    private LocalDateTime examineTime;
    /**
     * 质检时间
     */
    private LocalDateTime qualityInsTime;
//    private LocalDateTime qualityInsTime;
    /**
     * 创建者id