- using System;
- using System.Collections.Generic;
- namespace MySystem.PlateformModels
- {
- public partial class MobileCodeCheck
- {
- public string Mobile { get; set; }
- public DateTime? CheckCodeTime { get; set; }
- public string CheckNo { get; set; }
- public string CheckCode { get; set; }
- }
- }
|