using IStation.DAL; namespace IStation.DataProvider { /// /// 泵曲线 /// public class PumpCurve : FileDAL { public override string FileName { get { return FileHelper.GetFilePath(Settings.Project.ID); } } } }