This commit is contained in:
Putoo
2026-07-16 17:52:33 +08:00
parent 2cd2ed02f8
commit 00c2758df2
43 changed files with 897 additions and 72 deletions

View File

@@ -27,8 +27,8 @@ namespace Application.Domain.Entity
/// <summary>
/// attr
/// </summary>
[SugarColumn(Length = 1000, IsNullable = true)]
public string attr { get; set; }
[SugarColumn(IsNullable = true, IsJson = true)]
public List<AttrItem> attr { get; set; }
/// <summary>
/// remark
@@ -36,4 +36,4 @@ namespace Application.Domain.Entity
[SugarColumn(IsNullable = true)]
public string remark { get; set; }
}
}
}