using Yw.DAL; namespace HStation.DAL { /// /// /// public interface IAssetsFlowmeterMain : IBaseDAL, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateSorter { /// /// /// List GetBySeriesID(long SeriesID); } }