tx
10 天以前 e0b138b3e057de6f57021e6c8963868f5c5acc5a
1
2
3
4
5
6
7
8
9
10
11
12
namespace TProduct.Model
{
    //区域显示方式
    public enum eRegionDispStyle
    {
        Strip = 0,//条形带
        Spectrum = 1,//类似型谱
        Blod = 2//线加粗
    }
 
 
}