using System; using System.Text; using System.Collections.Generic; using System.Data; using System.Runtime.Serialization; namespace IStation.IDAL { /// /// 业务清单 /// public interface ILogicTree : IBaseDAL where T : Entity.LogicTree, new() { } }