using Yw.DAL; namespace HStation.DAL { /// /// 消火栓系数 /// public interface IAssetsHydrantFactor : IBaseDAL, IUpdateSorter { } }