Shuxia Ning
2025-01-13 cae9e1ebdb3f65c75aba5f703c97a857c6e44f38
BLL/HStation.BLL.Xhs.Core/04-bll/00-core/CALCreateHelper.cs
@@ -6,7 +6,7 @@
    internal class CALCreateHelper
    {
        /// <summary>
        /// 创建DAL
        /// 创建CAL
        /// </summary>
        /// <typeparam name="T"></typeparam>
        /// <returns></returns>
@@ -15,5 +15,8 @@
            var type = Settings.XhsParasHelper.Xhs.CAL.CALType;
            return Yw.CALFactory.CreateCAL<T>(type);
        }
    }
}