1
刘磊
2024-11-15 ca54eceeebeceea3b6c75e3dbfa3b715806c6106
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/Const/ConfigConst.cs
@@ -20,6 +20,11 @@
        /// 邮箱配置
        /// </summary>
        public const string CONFIG_SYS_RegExmail = "Sys_RegExmail";
        /// <summary>
        /// IP接口地址
        /// </summary>
        public const string CONFIG_SYS_IPAddress = "CONFIG_SYS_IPAddress";
    }
    /// <summary>
@@ -60,5 +65,15 @@
        ///  邮箱内容标题
        /// </summary>
        public const string SMTP_RegUser = "smtpRegUser";
        /// <summary>
        /// WCS IP
        /// </summary>
        public const string WCSIPAddress = "WCSIPAddress";
        /// <summary>
        /// HK IP
        /// </summary>
        public const string HKIPAddress = "HKIPAddress";
    }
}