lixiaojun
2024-12-12 fe59cb0e4d060664927dca75d453162deae3e17d
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,8 +12,8 @@
        /// <returns></returns>
        public static T CreateCAL<T>()
        {
            var type = Settings.XhsParasHelper.Xhs.CAL.CALType;
            var type = Settings.AssetsParasHelper.Assets.CAL.CALType;
            return Yw.CALFactory.CreateCAL<T>(type);
        }
    }
}
}