using System; using System.Collections.Generic; #nullable disable namespace zhengcaioa.Models { public partial class CooperVisit { public string Id { get; set; } public DateTime Vistime { get; set; } public string VisType { get; set; } public string Viscustomer { get; set; } public string Jtype { get; set; } public string Jdr { get; set; } public string Zw { get; set; } public string Talk { get; set; } public string Khfk { get; set; } public string Yx { get; set; } public string Jy { get; set; } public string RecStatus { get; set; } public string Creater { get; set; } public DateTime Createtime { get; set; } public string Modifier { get; set; } public DateTime Modifytime { get; set; } } }