移动系统liao
2025-08-25 b1df5d6fdff809f634286ef7976d9b520cef7172
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>