zhoushihao
2024-05-09 c0505074f5149b7f0c7fe26822e793eac18319f3
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;
}