This commit is contained in:
tongfei
2024-03-22 17:29:31 +08:00
parent d5b28e1bae
commit d39b65f584
3 changed files with 18 additions and 2 deletions

View File

@@ -6,6 +6,11 @@ namespace WMS.Web.Core.Dto.Login
{
public class AccessTokenDto
{
/// <summary>
/// 客户端名称
/// </summary>
public string ClientName { get; set; }
/// <summary>
/// 授权token -- 给前端用的验证token
/// </summary>