1212
This commit is contained in:
33
Service/Application.Domain/Enum/AccEnum.cs
Normal file
33
Service/Application.Domain/Enum/AccEnum.cs
Normal file
@@ -0,0 +1,33 @@
|
||||
namespace Application.Domain;
|
||||
|
||||
public static class AccEnum
|
||||
{
|
||||
public enum AccType
|
||||
{
|
||||
copper,//铜
|
||||
cowry,//海贝
|
||||
gold,//金
|
||||
teach,//师德
|
||||
renown,//声望
|
||||
charm,//魅力
|
||||
evil,//罪恶值
|
||||
}
|
||||
public enum Name
|
||||
{
|
||||
其他,
|
||||
充值,
|
||||
活动,
|
||||
推广,
|
||||
福利,
|
||||
爵位,
|
||||
Npc商城,
|
||||
系统商城,
|
||||
花店
|
||||
}
|
||||
|
||||
public enum Code
|
||||
{
|
||||
减少,
|
||||
增加
|
||||
}
|
||||
}
|
||||
9
Service/Application.Domain/Enum/UserEnum.cs
Normal file
9
Service/Application.Domain/Enum/UserEnum.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Application.Domain;
|
||||
|
||||
public static class UserEnum
|
||||
{
|
||||
public enum AttrCode
|
||||
{
|
||||
Person
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user