mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-08-10 18:22:27 +08:00
@ -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; }
|
||||
|
||||
|
Reference in New Issue
Block a user