mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-12-23 06:25:53 +08:00
chore: 🔨 模型约束修改 (#85)
This commit is contained in:
@@ -9,7 +9,7 @@ public sealed record SendVerifyCodeRsp : Sys_VerifyCode
|
||||
{
|
||||
#if DEBUG
|
||||
/// <inheritdoc cref="Sys_VerifyCode.Code" />
|
||||
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
|
||||
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
|
||||
public override string Code { get; init; }
|
||||
#endif
|
||||
}
|
||||
Reference in New Issue
Block a user