333
schangxiang@126.com
2025-09-19 18966e02fb573c7e2bb0c6426ed792b38b910940
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
namespace wcftest.orm
{
    using System;
    using System.Collections.Generic;
    using System.ComponentModel.DataAnnotations;
    using System.ComponentModel.DataAnnotations.Schema;
    using System.Data.Entity.Spatial;
 
    public partial class Qimen_DeliveryOrder
    {
        [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
        public Qimen_DeliveryOrder()
        {
            Qimen_DeliveryOrder_OrderLines = new HashSet<Qimen_DeliveryOrder_OrderLines>();
        }
 
        [Key]
        public long DeliveryOrder_ID { get; set; }
 
        public long? Order_Id { get; set; }
 
        [StringLength(50)]
        public string OrderCode { get; set; }
 
        [StringLength(50)]
        public string deliveryOrderCode { get; set; }
 
        [StringLength(50)]
        public string preDeliveryOrderCode { get; set; }
 
        [StringLength(50)]
        public string preDeliveryOrderId { get; set; }
 
        [StringLength(50)]
        public string orderType { get; set; }
 
        [StringLength(50)]
        public string warehouseCode { get; set; }
 
        [StringLength(50)]
        public string orderFlag { get; set; }
 
        [StringLength(50)]
        public string sourcePlatformCode { get; set; }
 
        [StringLength(50)]
        public string sourcePlatformName { get; set; }
 
        [StringLength(50)]
        public string createTime { get; set; }
 
        [StringLength(50)]
        public string placeOrderTime { get; set; }
 
        [StringLength(50)]
        public string payTime { get; set; }
 
        [StringLength(50)]
        public string payNo { get; set; }
 
        [StringLength(50)]
        public string operatorCode { get; set; }
 
        [StringLength(50)]
        public string operatorName { get; set; }
 
        [StringLength(50)]
        public string operateTime { get; set; }
 
        [StringLength(50)]
        public string shopNick { get; set; }
 
        [StringLength(50)]
        public string sellerNick { get; set; }
 
        [StringLength(50)]
        public string buyerNick { get; set; }
 
        [StringLength(50)]
        public string totalAmount { get; set; }
 
        [StringLength(50)]
        public string itemAmount { get; set; }
 
        [StringLength(50)]
        public string discountAmount { get; set; }
 
        [StringLength(50)]
        public string freight { get; set; }
 
        [StringLength(50)]
        public string arAmount { get; set; }
 
        [StringLength(50)]
        public string gotAmount { get; set; }
 
        [StringLength(50)]
        public string serviceFee { get; set; }
 
        [StringLength(50)]
        public string logisticsCode { get; set; }
 
        [StringLength(50)]
        public string logisticsName { get; set; }
 
        [StringLength(50)]
        public string expressCode { get; set; }
 
        [StringLength(50)]
        public string logisticsAreaCode { get; set; }
 
        public long? deliveryScheduleType { get; set; }
 
        [StringLength(50)]
        public string deliveryScheduleDay { get; set; }
 
        [StringLength(50)]
        public string deliveryScheduleStartTime { get; set; }
 
        [StringLength(50)]
        public string delivertScheduleEndTime { get; set; }
 
        [StringLength(50)]
        public string deliveryType { get; set; }
 
        [StringLength(50)]
        public string senderCompany { get; set; }
 
        [StringLength(50)]
        public string senderName { get; set; }
 
        [StringLength(50)]
        public string senderZipCode { get; set; }
 
        [StringLength(50)]
        public string senderTel { get; set; }
 
        [StringLength(50)]
        public string senderMobile { get; set; }
 
        [StringLength(50)]
        public string senderEmail { get; set; }
 
        [StringLength(50)]
        public string senderCountryCode { get; set; }
 
        [StringLength(50)]
        public string senderProvince { get; set; }
 
        [StringLength(50)]
        public string senderCity { get; set; }
 
        [StringLength(50)]
        public string senderArea { get; set; }
 
        [StringLength(50)]
        public string senderTown { get; set; }
 
        [StringLength(50)]
        public string senderDetailAddress { get; set; }
 
        [StringLength(50)]
        public string receiverCompany { get; set; }
 
        [StringLength(50)]
        public string receiverName { get; set; }
 
        [StringLength(50)]
        public string receiverZipCode { get; set; }
 
        [StringLength(50)]
        public string receiverTel { get; set; }
 
        [StringLength(50)]
        public string receiverMobile { get; set; }
 
        [StringLength(50)]
        public string receiverIdType { get; set; }
 
        [StringLength(50)]
        public string receiverIdNumber { get; set; }
 
        [StringLength(50)]
        public string receiverEmail { get; set; }
 
        [StringLength(50)]
        public string receiverCountryCode { get; set; }
 
        [StringLength(50)]
        public string receiverProvince { get; set; }
 
        [StringLength(50)]
        public string receiverCity { get; set; }
 
        [StringLength(50)]
        public string receiverArea { get; set; }
 
        [StringLength(50)]
        public string receiverTown { get; set; }
 
        [StringLength(50)]
        public string receiverDetailAddress { get; set; }
 
        [StringLength(50)]
        public string isUrgency { get; set; }
 
        [StringLength(50)]
        public string invoiceFlag { get; set; }
 
        [StringLength(50)]
        public string insuranceFlag { get; set; }
 
        [StringLength(50)]
        public string insuranceType { get; set; }
 
        [StringLength(50)]
        public string insuranceAmount { get; set; }
 
        [StringLength(50)]
        public string buyerMessage { get; set; }
 
        [StringLength(50)]
        public string sellerMessage { get; set; }
 
        [StringLength(50)]
        public string remark { get; set; }
 
        [StringLength(50)]
        public string serviceCode { get; set; }
 
        [StringLength(50)]
        public string ownerCode { get; set; }
 
        [StringLength(50)]
        public string DeliveryStatus { get; set; }
 
        public int? CreateID { get; set; }
 
        [StringLength(50)]
        public string Creator { get; set; }
 
        public DateTime? CreateDate { get; set; }
 
        public int? ModifyID { get; set; }
 
        [StringLength(50)]
        public string Modifier { get; set; }
 
        public DateTime? ModifyDate { get; set; }
 
        public int? StoreInfo_Id { get; set; }
 
        [StringLength(500)]
        public string StoreName { get; set; }
 
        public string ExpandFields { get; set; }
 
        [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
        public virtual ICollection<Qimen_DeliveryOrder_OrderLines> Qimen_DeliveryOrder_OrderLines { get; set; }
    }
}