zhoushihao
2024-10-18 bd1709073c25581232fc95089c9b6e0046e9ee22
hangzhoumesParent/moduleService/GlassStorageModule/src/main/java/com/mes/rawglasstask/entity/RawGlassStorageTask.java
@@ -27,32 +27,26 @@
    @TableId(value = "id", type = IdType.AUTO)
    private Long id;
    /**
     * 起始格子
     */
    private Integer originateSlot;
    private Integer startSlot;
    /**
     * 目标格子
     */
    private Integer endSlot;
    /**
     * 原片数量
     */
    private Integer patternQuantity;
    /**
     * 任务类型
     */
    private Integer taskType;
    /**
     * 任务状态
     */
    private Integer taskState;
    private Integer enableState;
    /**
     * 创建时间
     */