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); } } }