using Yw.DAL; namespace HStation.DAL { /// /// /// public interface IAssetsPipeSeries : IBaseDAL, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateTreeSorter { } }