mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
Feature:Asynchronous Operation & Formatting Code
- Now the async operation is enabled! - Code formatted by Resharper plugin <3
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
using Microsoft.Data.Sqlite;
|
||||
using SqlSugar;
|
||||
using SqlSugar;
|
||||
|
||||
namespace EggLink.DanhengServer.Database
|
||||
namespace EggLink.DanhengServer.Database;
|
||||
|
||||
public abstract class BaseDatabaseDataHelper
|
||||
{
|
||||
public abstract class BaseDatabaseDataHelper
|
||||
{
|
||||
[SugarColumn(IsPrimaryKey = true)]
|
||||
public int Uid { get; set; }
|
||||
}
|
||||
}
|
||||
[SugarColumn(IsPrimaryKey = true)] public int Uid { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user