Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Common/StationManager/StationManager.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Common/StationManager/StationManager.cs
对比新文件 @@ -0,0 +1,22 @@ 锘縰sing System; using System.Collections.Generic; using System.Text; namespace WIDESEA_Common { /// <summary> /// 绔欏彴绠$悊 /// </summary> public enum StationManager { Inbound = 1, Outbound, AbnormalStation, NGTakeStation, NGPutStation, EmptyInbound, EmptyOutbound, FireStation } }