using Yw.DAL; namespace HStation.DAL { /// /// 流量计系列 /// public interface IAssetsFlowmeterSeries :IBaseDAL , IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateTreeSorter { } }