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