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