duheng
2024-10-08 0f8ab9b81c5801869a1b620dbc74a95e07c0a566
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);
        }
    }
}