Initial_commit_SecMPS_v2
This commit is contained in:
22
api_sqlsugar/VolPro.Core/Enums/CPrefix.cs
Normal file
22
api_sqlsugar/VolPro.Core/Enums/CPrefix.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace VolPro.Core.Enums
|
||||
{
|
||||
public enum CPrefix
|
||||
{
|
||||
Role = 0,
|
||||
//UserIDkey
|
||||
UID = 1,
|
||||
/// <summary>
|
||||
/// 头像KEY
|
||||
/// </summary>
|
||||
HDImg = 2,
|
||||
Token = 3,
|
||||
CityList
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user