using Yw.DAL; namespace HStation.DAL { /// /// 压力表系数 /// public interface IAssetsPressmeterCoefficient :IBaseDAL { } }