duheng
2024-11-29 5c14c9686d2bd7c99fdd6cc6fc19404e6e4b8e4d
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);
        }
    }