- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace ZhonTai.Admin.Services.DiTuiAPI.Dto
- {
- public class LoginInput
- {
- public string mobile { get; set; }
- public string pwd { get; set; }
- }
- }
|