lixiaojun
2025-02-06 146ca8c7eefe74d3b73c00a73e99e94e903be401
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);
        }
    }
}
}