Quanxue.Zhanghao.Daochu/LearningOfficer.OA.Common/Dtos/LoginMobile/userLoginRequest.cs

17 lines
329 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace LearningOfficer.OA.Common.Dtos.LoginMobile
{
public class userLoginRequest
{
/// <summary>
/// 电话
/// </summary>
public string Phone { get; set; }
}
}