duheng
2025-03-28 e411302bca8857e102443a5250c82b9580ef07a3
BLL/HStation.BLL.Assets.Core/04-bll/00-core/CALCreateHelper.cs
@@ -1,4 +1,4 @@
namespace HStation.BLL.Xhs
namespace HStation.BLL.Assets
{
    /// <summary>
    /// CAL辅助类
@@ -12,7 +12,7 @@
        /// <returns></returns>
        public static T CreateCAL<T>()
        {
            var type = Settings.Assets.XhsParasHelper.Xhs.CAL.CALType;
            var type = Settings.AssetsParasHelper.Assets.CAL.CALType;
            return Yw.CALFactory.CreateCAL<T>(type);
        }
    }