zhoushihao
2024-10-18 bd1709073c25581232fc95089c9b6e0046e9ee22
hangzhoumesParent/moduleService/GlassStorageModule/src/main/java/com/mes/rawglassstation/entity/RawGlassStorageStation.java
@@ -17,33 +17,20 @@
    private static final long serialVersionUID = 1L;
  @TableId(value = "id", type = IdType.AUTO)
  private Long id;
    @TableId(value = "id", type = IdType.AUTO)
    private Long id;
    /**
     * 设备id
     */
    private Integer deviceId;
    /**
     * 栅格号
     */
    private Integer slot;
    /**
     * 启用标记
     */
    private String enableState;
    /**
     * 开始工位
     */
    private Integer startSlot;
    /**
     * 目标工位
     */
    private Integer endSlot;
}