添加项目文件。
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace IdentityService.Domain
|
||||
{
|
||||
public enum UserState
|
||||
{
|
||||
Inactive = 0,
|
||||
Normal = 1,
|
||||
Banned = 2
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user