namespace Yw.DAL { /// /// Dma分区 /// public interface IDmaArea : IBaseDAL, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateSorter { /// /// 通过 BelongType 和 BelongID 获取 /// List GetByBelongTypeAndBelongID(string BelongType, long BelongID); } }