lixiaojun
2024-12-17 39b6a686ab59135e63a44ab206fd8ca361878f91
BLL/Yw.BLL.Division.Core/04-bll/00-core/CALCreateHelper.cs
@@ -1,4 +1,4 @@
namespace Yw.BLL.Davision
namespace Yw.BLL
{
    /// <summary>
    /// CAL辅助类
@@ -12,7 +12,7 @@
        /// <returns></returns>
        public static T CreateCAL<T>()
        {
            var type = Yw.Settings.Division.XhsParasHelper.Xhs.CAL.CALType;
            var type = Yw.Settings.Division.DivisionParasHelper.Division.CAL.CALType;
            return Yw.CALFactory.CreateCAL<T>(type);
        }
    }