fix: 修复类型映射问题

This commit is contained in:
ccnetcore
2026-01-03 18:19:52 +08:00
parent 42edd4c230
commit e992cfc928

View File

@@ -40,6 +40,7 @@ public class ImageTaskOutput
/// <summary>
/// 分类标签
/// </summary>
[SqlSugar.SugarColumn( IsJson = true)]
public List<string> Categories { get; set; } = new();
/// <summary>
@@ -61,4 +62,5 @@ public class ImageTaskOutput
/// 用户名称Id
/// </summary>
public Guid? UserId { get; set; }
}