ZengTao
2024-10-24 22fb46f2db1714a6b450b353669d26908884653f
hangzhoumesParent/moduleService/GlassStorageModule/src/main/java/com/mes/rawglassdetails/entity/RawGlassStorageDetails.java
@@ -10,7 +10,7 @@
/**
 * <p>
 *
 *
 * </p>
 *
 * @author wf
@@ -22,54 +22,48 @@
    private static final long serialVersionUID = 1L;
      @TableId(value = "id", type = IdType.AUTO)
    @TableId(value = "id", type = IdType.AUTO)
    private Long id;
    /**
     * 设备id
     */
    private Integer deviceId;
    /**
     * 格子id
     */
    private Integer slotId;
    private Integer slot;
    /**
     * 架子信息
     */
    private Integer shelf;
    /**
     * 原片宽
     */
    private Double patternWidth;
    /**
     * 原片高
     */
    private Double patternHeight;
    /**
     * 原片厚度
     */
    private Double patternThickness;
    /**
     * 膜系
     */
    private String filmsId;
    /**
     * 创建时间
     */
    private Date createTime;
    /**
     * 剩余数量
     */
    private Integer remainQuantity;
    /**
     * 状态
     */
    private int state;
    private Integer state;
}