水电费
This commit is contained in:
9
Entity/LockType.cs
Normal file
9
Entity/LockType.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Fantasy;
|
||||
|
||||
public enum LockType
|
||||
{
|
||||
None = 0,
|
||||
AuthenticationRegisterLock = 1, // 鉴权注册锁
|
||||
AuthenticationRemoveLock = 1, // 鉴权移除锁
|
||||
AuthenticationLoginLock = 2 // 鉴权登录锁
|
||||
}
|
||||
Reference in New Issue
Block a user