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