using Yw.DAL; namespace HStation.DAL { /// /// 流量计系数 /// public interface IAssetsFlowmeterCoefficient :IBaseDAL { } }