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