using Yw.DAL; namespace HStation.DAL { /// /// 消火栓系列 /// public interface IAssetsHydrantSeries :IBaseDAL , IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateTreeSorter { } }