zhoushihao
2024-06-24 6acde3b011f5f1b843c6f097baf64fbd9b574b23
hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downworkstation/entity/DownWorkstationTask.java
@@ -55,6 +55,18 @@
     * 任务状态
     */
    private Integer state;
    /**
     * 玻璃ID
     */
    private String glassId;
    /**
     * 工位id
     */
    private String workstationid;
    /**
     * 机器人
     */
    private String Robot;
}