namespace Yw.Curve { /// /// 可信度状态 /// public enum eReliabilityStatus { /// /// 差 /// Low = -1, /// /// 一般 /// Normal = 0, /// /// 高 /// High = 1 } }