Admin.NET/FZCTB.NET.API.Application/Auth/DTO/CustomerLoginOutput.cs
@@ -44,6 +44,10 @@ /// 临时验证码 /// </summary> public string? Code { get; set; } /// <summary> /// 是否是管理员 /// </summary> public bool IsManager { get; set; } } /// <summary>