v9.7.2018.0421 支持运行时修改DAL连接字符串
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace XCode { /// <summary> /// 事件实体基类 /// </summary> public interface IEvent { } }