namespace IStation.Curve { /// /// 装置曲线来源 /// public enum eDeviceSourceType { /// /// 二次曲线 /// Twice = 0, /// /// 手动输入 /// Hand = 1 } }