feat: 框架代码同步 (#129)

[skip ci]
This commit is contained in:
2024-05-29 14:40:10 +08:00
committed by GitHub
parent d9c7085472
commit b01b8b24ba
29 changed files with 223 additions and 40 deletions

View File

@ -33,7 +33,11 @@ public record Sys_VerifyCode : VersionEntity
/// <summary>
/// 发送报告
/// </summary>
#if DBTYPE_SQLITE
[Column(DbType = Chars.FLG_DB_FIELD_TYPE_VARCHAR_255)]
#else
[Column(DbType = Chars.FLG_DB_FIELD_TYPE_VARCHAR_MAX)]
#endif
[JsonIgnore]
public string Report { get; init; }