1
yangpeixing
4 天以前 07b56c461476f7d580318749b2cd5f752aa38f3a
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/Task/EquipmentStatusController.cs
@@ -124,6 +124,7 @@
        }
        #region æŠ¥è­¦ä»£ç è½¬æ¢æˆæ–‡å­—说明
        [HttpGet]
        public string StackerCraneAlarm(short alarm) => alarm switch
        {
            1 => "左超限",
@@ -211,6 +212,7 @@
        };
        #endregion
        #region è®¾å¤‡çŠ¶æ€è½¬æ¢æˆæ–‡å­—è¯´æ˜Ž
        [HttpPost]
        public string StackerCraneStatus(short status) => status switch
        {
            0 => "空闲",