mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
basic game
This commit is contained in:
@@ -4,7 +4,7 @@ using SqlSugar;
|
||||
namespace EggLink.DanhengServer.Database.Tutorial
|
||||
{
|
||||
[SugarTable("Tutorial")]
|
||||
public class TutorialData : BaseDatabaseData
|
||||
public class TutorialData : BaseDatabaseDataHelper
|
||||
{
|
||||
[SugarColumn(IsJson = true)]
|
||||
public Dictionary<int, TutorialStatus> Tutorials { get; set; } = [];
|
||||
|
||||
Reference in New Issue
Block a user