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