namespace LearningOfficer.OA.Common.Dtos.LoginMobile { /// /// 登录手机Dto /// public class LoginMobileDto { /// /// 手机号 /// public string Phone { get; set; } /// /// 验证码 /// public string Code { get; set; } } }