username@email.com
2024-07-08 c6c6761506785691ef44e7e232c45e1b4b16f7fa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
using System;
using System.Collections.Generic;
using System.Text;
 
namespace DTO
{
   public class IntentionVisitDTO
    {
        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 string IsYwjl { get; set; }
 
        public string DuanxinNeirong { get; set; }
 
    }
 
    public class IntentionVisitDTOSearch : 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; }
 
        public string Creater { get; set; }
 
    }
}