From b538026f2095c82a699c3269bfd6c6925ed4d662 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期五, 22 八月 2025 15:47:26 +0800 Subject: [PATCH] 用户管理 --- Admin.NET/FZCTB.NET.API.Application/Auth/DTO/CustomerLoginOutput.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Admin.NET/FZCTB.NET.API.Application/Auth/DTO/CustomerLoginOutput.cs b/Admin.NET/FZCTB.NET.API.Application/Auth/DTO/CustomerLoginOutput.cs index e120cf2..70f1c78 100644 --- a/Admin.NET/FZCTB.NET.API.Application/Auth/DTO/CustomerLoginOutput.cs +++ b/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> -- Gitblit v1.9.1