mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-13 13:24:34 +01:00
Init enter game
This commit is contained in:
8
Common/Database/BaseDatabaseDataHelper.cs
Normal file
8
Common/Database/BaseDatabaseDataHelper.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using SqlSugar;
|
||||
|
||||
namespace KianaBH.Database;
|
||||
|
||||
public abstract class BaseDatabaseDataHelper
|
||||
{
|
||||
[SugarColumn(IsPrimaryKey = true)] public int Uid { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user