zhoushihao
2024-07-11 a4cc855f17c36f6ceda20100bc491bc6a0071c27
hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downworkstation/entity/DownWorkstation.java
@@ -2,13 +2,14 @@
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import java.io.Serializable;
import lombok.Data;
import lombok.EqualsAndHashCode;
import java.io.Serializable;
/**
 * <p>
 *
 *
 * </p>
 *
 * @author zhoush
@@ -23,7 +24,7 @@
    /**
     * 下片工位表id
     */
      @TableId(value = "id", type = IdType.AUTO)
    @TableId(value = "id", type = IdType.AUTO)
    private Integer id;
    /**
@@ -51,8 +52,25 @@
     */
    private Integer workState;
    /**
     * 层数
     */
    private Integer layer;
    private Integer Racksnumber;
    /**
     * 总数量
     */
    private Integer totalQuantity;
    /**
     * 落架数量
     */
    private Integer racksNumber;
    /**
     * 人工下片数量
     */
    private Integer otherNumber;
}