using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace LearningOfficer.OA.Common.Dtos.LoginMobile
{
///
/// 换绑电话
///
public class MyPhoneBindRequest
{
///
/// 电话
///
public string Phone { get; set; }
///
/// 验证码
///
public string Phone_Code { get; set; }
}
}