分支自 SuZhouGuanHong/TaiYuanTaiZhong

huanghongfeng
2024-05-20 cb62fe00ff0c80bce983b0aa7a2b320fdc26f85f
´úÂë¹ÜÀí/PCS/WCS_Server/WIDESEA_Comm/StateEnum/LocationStateEnum.cs
@@ -15,11 +15,26 @@
        /// <summary>
        /// ç©ºè´§ä½
        /// </summary>
<<<<<<< Updated upstream
        Empty
=======
        Empty,
        Busy
>>>>>>> Stashed changes
        /// <summary>
        /// å ç”¨
        /// </summary>
        Busy,
        /// <summary>
        /// å…¥åº“占用
        /// </summary>
        InBusy,
        /// <summary>
        /// å‡ºåº“占用
        /// </summary>
        OutBusy,
        /// <summary>
        /// å¼‚常
        /// </summary>
        Abnormal,
        /// <summary>
        /// æ¡æž¶ä¸‹æ–™
        /// </summary>
        Load
    }
}