using HStation.Dto; using Yw.CAL; namespace HStation.CAL { /// /// 消火栓系数 /// public interface IAssetsHydrantCoefficient : IBaseCAL { } }