wangfei
2024-10-21 8785b6b5ee9298308752b53bf546953ae49b8c88
hangzhoumesParent/moduleService/GlassStorageModule/src/main/java/com/mes/rawglassstation/entity/RawGlassStorageStation.java
@@ -19,31 +19,22 @@
  @TableId(value = "id", type = IdType.AUTO)
  private Long id;
    /**
     * 设备id
     */
    private Integer deviceId;
    /**
     * 栅格号
     */
    private Integer slot;
    /**
     * 栅格号
     */
    private Integer shelf;
    /**
     * 启用标记
     */
    private String enableState;
    /**
     * 开始工位
     */
    private Integer startSlot;
    /**
     * 目标工位
     */
    private Integer endSlot;
}