ai成果补充字段
parent
c40d88f85d
commit
9148a7ec2f
|
|
@ -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; }
|
||||
}
|
||||
Loading…
Reference in New Issue