优化
This commit is contained in:
@@ -6,6 +6,11 @@ namespace WMS.Web.Core.Dto.Login
|
||||
{
|
||||
public class AccessTokenDto
|
||||
{
|
||||
/// <summary>
|
||||
/// 客户端名称
|
||||
/// </summary>
|
||||
public string ClientName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 授权token -- 给前端用的验证token
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user