bugfix: 表特性标注缺失

feature-flyModify
陈伟 2025-08-26 16:40:50 +08:00
parent c77f817e39
commit c40d88f85d
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
namespace OpenAuth.Repository.Domain;
[SugarTable("lasa_aiachievement")]
public class LasaAiAchievement
{
[SugarColumn(ColumnName = "Id", IsPrimaryKey = true)]

View File

@ -2,6 +2,7 @@
namespace OpenAuth.Repository.Domain;
[SugarTable("lasa_aiachievement_detail")]
public class LasaAiAchievementDetail
{
[SugarColumn(ColumnName = "Id", IsPrimaryKey = true)]