using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WIDESEA_Comm { public enum LocationStateEnum { /// /// 有货 /// Stroge, /// /// 空货位 /// <<<<<<< Updated upstream Empty ======= Empty, Busy >>>>>>> Stashed changes } }