dengjunjie
23 小时以前 a8367fa42d18c40407408c79e8a5fd32cd09f05c
´úÂë¹ÜÀí/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/LocationEnum/LocationTypeEnum.cs
@@ -7,6 +7,21 @@
namespace WIDESEAWCS_Common.LocationEnum
{
    public enum RGVLocationTypeEnum
    {
        /// <summary>
        /// å•通道
        /// </summary>
        [Description("单通道")]
        SingleChannel = 1,
        /// <summary>
        /// åŒé€šé“
        /// </summary>
        [Description("双通道")]
        BinaryChannels = 2,
    }
    /// <summary>
    /// è´§ä½ç±»åž‹
    /// </summary>