bugfix: 表特性标注缺失
parent
c77f817e39
commit
c40d88f85d
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
namespace OpenAuth.Repository.Domain;
|
namespace OpenAuth.Repository.Domain;
|
||||||
|
|
||||||
|
[SugarTable("lasa_aiachievement")]
|
||||||
public class LasaAiAchievement
|
public class LasaAiAchievement
|
||||||
{
|
{
|
||||||
[SugarColumn(ColumnName = "Id", IsPrimaryKey = true)]
|
[SugarColumn(ColumnName = "Id", IsPrimaryKey = true)]
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
namespace OpenAuth.Repository.Domain;
|
namespace OpenAuth.Repository.Domain;
|
||||||
|
|
||||||
|
[SugarTable("lasa_aiachievement_detail")]
|
||||||
public class LasaAiAchievementDetail
|
public class LasaAiAchievementDetail
|
||||||
{
|
{
|
||||||
[SugarColumn(ColumnName = "Id", IsPrimaryKey = true)]
|
[SugarColumn(ColumnName = "Id", IsPrimaryKey = true)]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue