WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/ConveyorWorkTypeEnum.cscopy from WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/AreaInfo.cs copy to WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/ConveyorWorkTypeEnum.cs
文件从 WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/AreaInfo.cs 复制 @@ -6,10 +6,12 @@ namespace WIDESEAWCS_Common { public enum AreaInfo public enum ConveyorWorkTypeEnum { CLOutAreaA, CLOutAreaB, CLOutAreaC Undefined = 0, Inbound = 1, Outbound = 2 } }