tangxu
2024-02-27 707a73304e0406b865548645c7cd1880a3651cc4
1
2
3
4
5
6
7
8
9
namespace IStation.Model
{
    public enum eCurveLabelPosi
    {
        不显示 = 0,
        头部 = 1,
        尾部 = 2
    }
}