using HStation.Dto; using Yw.CAL; namespace HStation.CAL { /// /// 压力表系数 /// public interface IAssetsPressmeterCoefficient : IBaseCAL { } }