hangzhoumesParent/moduleService/GlassStorageModule/src/main/java/com/mes/rawglassstation/entity/RawGlassStorageStation.java
@@ -17,33 +17,24 @@ 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 Integer shelf; /** * 启用标记 */ private String enableState; /** * 开始工位 */ private Integer startSlot; /** * 目标工位 */ private Integer endSlot; }