username@email.com
2021-07-13 10ec50f8e9ded45e8b439114a17ed89297c948c7
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
using System;
using System.Collections.Generic;
using System.Text;
 
namespace DTO
{
   public class CooperOrderDTO
    {
        public string Id { get; set; }
        public DateTime XdTime { get; set; }
        public string XdTimeName { get; set; }
        public string OrderNo { get; set; }
        public string Khdw { get; set; }
        public string KhdwName { get; set; }
        public string OrderType { get; set; }
        public string OrderTypeName { get; set; }
        public string OrderPro { get; set; }
        public string OrderProName { get; set; }
        public decimal? OrderNum { get; set; }
        public decimal? Price { get; set; }
        public decimal? Money { get; set; }
        public string Shr { get; set; }
        public string ShrAddress { get; set; }
        public string ShrTel { get; set; }
        public string Remark { 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; }
        public string ShouliStatus { get; set; }
        public string ShouliStatusName { get; set; }
        public string Shoulier { get; set; }
        public DateTime? Shoulitime { get; set; }
        public string ChedanStatus { get; set; }
        public string ChedanStatusName { get; set; }
        public string Chedaner { get; set; }
        public DateTime? Chedantime { get; set; }
        public decimal? Chedan { get; set; }
        public string HuifangStatus { get; set; }
        public string HuifangStatusName { get; set; }
        public string Huifanger { get; set; }
        public DateTime? Huifangtime { get; set; }
        public string Huifangremark { get; set; }
        public string PingjiaStatus { get; set; }
        public string PingjiaStatusName { get; set; }
        public string Pingjiaer { get; set; }
        public DateTime? Pingjiatime { get; set; }
        public decimal? Youhui { get; set; }
        public string Youhuier { get; set; }
        public DateTime? Youhuitime { get; set; }
 
        public string YouhuiStatus { get; set; }
 
        public string WangongStatus { get; set; }
        public string WangongStatusName { get; set; }
        public string Wangonger { get; set; }
        public DateTime? Wangongtime { get; set; }
        public string SonghuoStatus { get; set; }
        public string SonghuoStatusName { get; set; }
        public string Songhuoer { get; set; }
        public DateTime? Songhuotime { get; set; }
 
        public string OrderType1 { get; set; }
 
        public string OrderType1Name { get; set; }
        public string OrderType2 { get; set; }
 
        public string SonghuoGongsi { get; set; }
        public string SonghuoDanhao { get; set; }
        public DateTime? SonghuoTime1 { get; set; }
        public string HuifangJdr { get; set; }
        public string HuifangKehuyijian { get; set; }
    }
 
    public class CooperOrderDTOSearch : SearchEntity
    {
        public string Ywjl { get; set; }
        public string OrderType { get; set; }
        public string OrderNo { get; set; }
        public string XdTime { get; set; }
        public string KhdwName { get; set; }
        public string Khlx { get; set; }
        public string HuifangStatus { get; set; }
        public string PingjiaStatus { get; set; }
        public string Creater { get; set; }
 
 
        public string ShouliStatus { get; set; }
        public string ChedanStatus { get; set; }
        public string WangongStatus { get; set; }
        public string SonghuoStatus { get; set; }
 
        public string HuifangStatussss { get; set; }
 
        public string HuiyuanId { get; set; }
 
    }
}