JLChen
2020-11-20 437c7a6d88d11e500fc19a3dd198aec28412f06b
HDL_ON/Common/R.cs
@@ -476,7 +476,30 @@
        /// 再次输入新密码
        /// </summary>
        public const int NewPasswordAgain = 9011;
        /// <summary>
        /// 同意
        /// </summary>
        public const int Agree = 9012;
        /// <summary>
        /// 用户协议
        /// </summary>
        public const int UserAgreement = 9013;
        /// <summary>
        /// 隐私政策
        /// </summary>
        public const int PrivacyPolicy = 9014;
        /// <summary>
        /// 和
        /// </summary>
        public const int And = 9015;
        /// <summary>
        /// 请先阅读并同意《用户协议》和《隐私政策》
        /// </summary>
        public const int PleaseReadAndAgreePrivacyPolicyMsg = 9016;
        /// <summary>
        /// 确认退出登录?
        /// </summary>
        public const int IfConfirmLogout = 9017;
        #region 网络请求响应错误提示信息
        /// <summary>