´úÂë¹ÜÀí/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/StationTypeEnum.cs
@@ -8,8 +8,24 @@ { public enum StationTypeEnum { /// <summary> /// å ¥åºç«å° /// </summary> StationType_OnlyInbound = 1, /// <summary> /// åºåºç«å° /// </summary> StationType_OnlyOutbound = 2, StationType_InboundAndOutbound = 3 /// <summary> /// åºå ¥åºç«å° /// </summary> StationType_InboundAndOutbound = 3, /// <summary> /// åºå ¥åºå£ /// </summary> StationType_InStartAndOutEnd = 33, } }