using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace VOL.Core.Enums { public enum CPrefix { Role = 0, //UserIDkey UID = 1, /// /// 头像KEY /// HDImg = 2, Token = 3, CityList } }