using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace LearningOfficer.OA.Common.Dtos.LoginMobile { public class RefreshTokenRequest { /// /// 过期的token /// public string Token { get; set; } } }