using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ApiTools.Core { /// /// 用户类型 /// public enum EnumUserType { /// /// 渠道 /// Channel = 20, /// /// 运营 /// Operation = 100 } }