mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-12-23 06:25:53 +08:00
wip: 🧠 初步的框架
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using NetAdmin.Domain.DbMaps.Sys;
|
||||
|
||||
namespace NetAdmin.Domain.Dto.Sys.VerifyCode;
|
||||
|
||||
/// <summary>
|
||||
/// 响应:发送验证码
|
||||
/// </summary>
|
||||
public sealed record SendVerifyCodeRsp : Sys_VerifyCode
|
||||
{
|
||||
#if DEBUG
|
||||
/// <inheritdoc cref="Sys_VerifyCode.Code" />
|
||||
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
|
||||
public override string Code { get; init; }
|
||||
#endif
|
||||
}
|
||||
Reference in New Issue
Block a user