using HStation.Dto; using Yw.CAL; namespace HStation.CAL { /// /// 流量计系数 /// public interface IAssetsFlowmeterCoefficient : IBaseCAL { } }