using Yw.DAL; namespace HStation.DAL { /// /// 水池系列 /// public interface IAssetsMeterSeries :IBaseDAL , IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateTreeSorter { } }