zhanghonglin
2026-04-06 cfb3f2c7e9cde8cc2eb2a19263d0802c0c5410a3
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/Job/Commands.cs
@@ -95,5 +95,19 @@
        {
            CommandData.R_PickD = R_PickD;
        }
        //输送线
        public int GETR_StatusD()
        {
            return CommandData.R_StatusD;
        }
        public int GETR_PickD()
        {
            return CommandData.R_PickD;
        }
        //堆垛机
        public int GETR_TaskStatus()
        {
            return CommandData.R_TaskStatus;
        }
    }
}