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