using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace DTO
|
{
|
public class CooperVisitDTO
|
{
|
public string Id { get; set; }
|
public DateTime Vistime { get; set; }
|
public string VistimeName { get; set; }
|
public string VisType { get; set; }
|
public string VisTypeName { get; set; }
|
public string Viscustomer { get; set; }
|
|
public string ViscustomerName { get; set; }
|
public string Jtype { get; set; }
|
public string JtypeName { get; set; }
|
public string Jdr { get; set; }
|
public string Zw { get; set; }
|
public string ZwName { get; set; }
|
public string Talk { get; set; }
|
public string Khfk { get; set; }
|
public string Yx { get; set; }
|
public string YxName { get; set; }
|
public string Jy { get; set; }
|
public string JyName { get; set; }
|
public string RecStatus { get; set; }
|
public string Creater { get; set; }
|
public string CreaterName { get; set; }
|
public DateTime Createtime { get; set; }
|
public string Modifier { get; set; }
|
public DateTime Modifytime { get; set; }
|
|
public string ShengName { get; set; }
|
|
public string Name { get; set; }
|
}
|
|
public class CooperVisitDTOSearch : SearchEntity
|
{
|
public string Khly { get; set; }
|
public string Hyfl { get; set; }
|
public string Khlx { get; set; }
|
public string Sheng { get; set; }
|
public string City { get; set; }
|
public string AreaId { get; set; }
|
public string Ywjl { get; set; }
|
public string Name { get; set; }
|
|
public string Vistime { get; set; }
|
|
public string Viscustomer { get; set; }
|
|
}
|
}
|