ai成果补充字段

feature-flyModify
陈伟 2025-08-27 10:01:57 +08:00
parent c40d88f85d
commit 9148a7ec2f
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ public class LasaAiAchievement
[SugarColumn(ColumnName = "AiModel")]
public string AiModel { get; set; }
[SugarColumn(ColumnName = "Cover")]
public string Cover { get; set; }
[SugarColumn(IsIgnore = true)] public List<LasaAiAchievementDetail> AiAchievementDetailList { get; set; }
}