namespace Models { public partial class VisaCheckOutTime { /// /// /// public int Id { get; set; } /// /// 洲 /// public string Contient { get; set; } /// /// 国家 /// public string Country { get; set; } /// /// 送签地 /// public string VisaPlace { get; set; } /// /// 受理时间 /// public string Time { get; set; } /// /// 加急受理时间 /// public string RushTime { get; set; } /// /// 备注 /// public string Remark { get; set; } /// /// /// public int Oper { get; set; } /// /// /// public string Opdate { get; set; } /// /// /// public int Isdel { get; set; } } }