namespace IStation.Model { public enum eCurveLabelPosi { 不显示 = 0, 头部 = 1, 尾部 = 2 } }