using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System.Threading.Tasks; namespace QYZH.InteractiveMagazine.Models.Enum { public enum ApiVersionEnum { /// /// Platform /// [Description("平台管理")] Platform = 10, /// /// Wechat /// [Description("小程序管理")] Wechat = 20, /// /// Wechat /// [Description("SDK")] SDK = 30, } }