duheng
2024-10-09 e39f5a762c3401ae38b0c064b10bd4c30effb6e4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
namespace HStation.Xhs
{
    /// <summary>
    /// 方案类型
    /// </summary>
    public enum eSchemeType
    {
        /// <summary>
        /// 通用
        /// </summary>
        [Display(Name = "通用")]
        [Description("通用")]
        Common = 0,
 
 
    }
}