using Yw.DAL; namespace HStation.DAL { /// /// 消火栓 /// public interface IAssetsHydrantMain :IBaseDAL , IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateSorter { } }