添加字段

feature-flyModify
zhangbin 2025-08-27 16:34:25 +08:00
parent f9be9f4137
commit 01d02513f4
1 changed files with 5 additions and 1 deletions

View File

@ -31,7 +31,11 @@ public class LasaAiAchievement
[SugarColumn(ColumnName = "AiModel")]
public string AiModel { get; set; }
[SugarColumn(ColumnName = "TaskId")]
public string TaskId { get; set; }
[SugarColumn(ColumnName = "Tag")]
public string Tag { get; set; }
[SugarColumn(ColumnName = "Cover")]
public string Cover { get; set; }
[SugarColumn(ColumnName = "Description")]