水电费
This commit is contained in:
9
Entity/Authentication/TimeOut/AccountCacheInfoTimeOut.cs
Normal file
9
Entity/Authentication/TimeOut/AccountCacheInfoTimeOut.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Fantasy.Entitas;
|
||||
|
||||
namespace Fantasy;
|
||||
|
||||
public class AccountCacheInfoTimeOut : Entity
|
||||
{
|
||||
public long TimerId;
|
||||
public string Key;
|
||||
}
|
||||
8
Entity/Authentication/TimeOut/AccountTimeOut.cs
Normal file
8
Entity/Authentication/TimeOut/AccountTimeOut.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Fantasy.Entitas;
|
||||
|
||||
namespace Fantasy;
|
||||
|
||||
public class AccountTimeOut : Entity
|
||||
{
|
||||
public long TimerId;
|
||||
}
|
||||
Reference in New Issue
Block a user