lixiaojun
2024-12-10 21065c4d780e4615e8df2258c06a82b1c634edbf
Service/HStation.Service.Xhs.Core/03-settings/01-paras/02-cal/Paras_Xhs_CAL.cs
@@ -1,14 +1,18 @@
namespace HStation.Settings
{
    /// <summary>
    ///
    ///
    /// </summary>
    public class Paras_Xhs_CAL
    {
        /// <summary>
        /// CAL类型
        /// </summary>
        public string CALType { get; set; }
        public string CALType
        {
            get;
            set;
        }
        /// <summary>
        /// HttpClient
@@ -19,8 +23,5 @@
        /// LocalClient
        /// </summary>
        public Paras_Xhs_CAL_LocalClient LocalClient { get; set; }
    }
}
}