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