duheng
2024-10-11 491e01c98198306bd9d70dea34fe0f8b97bb3fc7
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,
 
 
    }
}