username@email.com
4 天以前 7209a884ef32a21b418146439fb47e800982c6f0
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
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
using Admin.NET.Core;
using SqlSugar;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
 
namespace FZCZTB.NET.MD
{
    /// <summary>
    /// 投诉质疑结果
    /// </summary>
    [SugarTable("FB_TenderOrder")]
    [IncreTable]
    public partial class TenderOrder : basemodelNoId
    {
 
        /// <summary>
        /// 招标ID,主键
        /// </summary>
        [SugarColumn(IsPrimaryKey = true)]
        public Guid Id { get; set; }
 
        /// <summary>
        /// 项目名称
        /// </summary>
        [SugarColumn(Length = 200, IsNullable = false, ColumnDescription = "项目名称")]
        public string ProjectName { get; set; }
 
        /// <summary>
        /// 项目编号
        /// </summary>
        [SugarColumn(Length = 100, IsNullable = false, ColumnDescription = "项目编号")]
        public string ProjectCode { get; set; }
 
        /// <summary>
        /// 行业品目
        /// </summary>
        [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "行业品目")]
        public string Hangyepinmu { get; set; }
 
        /// <summary>
        /// 采购方式
        /// </summary>
        [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "采购方式")]
        public string Caigoufangshi { get; set; }
 
        /// <summary>
        /// 采购遇算
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "采购遇算")]
        public decimal? Caigouyusuan { get; set; }
 
        /// <summary>
        /// 定标规则
        /// </summary>
        [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "定标规则")]
        public string Dingbiaoguize { get; set; }
 
        /// <summary>
        /// 报名费
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "报名费")]
        public decimal? Baomingfei { get; set; }
 
        /// <summary>
        /// 投标保证金
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "投标保证金")]
        public decimal? Toubiaobaozhengjin { get; set; }
 
 
        /// <summary>
        /// 联合体投标
        /// </summary>
        [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "联合体投标")]
        public string Lianhetitoubiao { get; set; }
 
        /// <summary>
        /// 开标方式
        /// </summary>
        [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "开标方式")]
        public string Kaibiaofangshi { get; set; }
 
        /// <summary>
        /// 是否分包
        /// </summary>
        [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "是否分包")]
        public string Shifoufenbao { get; set; }
 
        /// <summary>
        /// 是否推送宣传
        /// </summary>
        [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "是否推送宣传")]
        public string Shifoutuisongxuanchuan { get; set; }
 
        /// <summary>
        /// 采购人名称
        /// </summary>
        [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "采购人名称")]
        public string Caigourenmingcheng { get; set; }
 
        /// <summary>
        /// 行政区域
        /// </summary>
        [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "行政区域")]
        public string Xingzhengquyu { get; set; }
 
        /// <summary>
        /// 行政区域名称
        /// </summary>
        [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "行政区域名称")]
        public string XingzhengquyuName { get; set; }
 
        /// <summary>
        /// 机构代码
        /// </summary>
        [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "机构代码")]
        public string Jigoudaima { get; set; }
 
        /// <summary>
        /// 代码类型
        /// </summary>
        [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "代码类型")]
        public string Daimaleixing { get; set; }
 
        /// <summary>
        /// 联系人
        /// </summary>
        [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "联系人")]
        public string Lianxiren { get; set; }
 
        /// <summary>
        /// 联系电话
        /// </summary>
        [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "联系电话")]
        public string Lianxidianhua { get; set; }
 
        /// <summary>
        /// 通信地址
        /// </summary>
        [SugarColumn(Length = 250, IsNullable = true, ColumnDescription = "通信地址")]
        public string Tongxindizhi { get; set; }
 
        /// <summary>
        /// 电子邮件
        /// </summary>
        [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "电子邮件")]
        public string Dianziyoujian { get; set; }
 
        /// <summary>
        /// 项目经办人
        /// </summary>
        [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "项目经办人")]
        public string Xiangmujingbanren { get; set; }
 
        /// <summary>
        /// 职务
        /// </summary>
        [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "职务")]
        public string Zhiwu { get; set; }
 
        /// <summary>
        /// 经办人电话
        /// </summary>
        [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "经办人电话")]
        public string Jingbanrendianhua { get; set; }
 
        /// <summary>
        /// 代理机构名称
        /// </summary>
        [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "代理机构名称")]
        public string Dailijigoumingcheng { get; set; }
 
 
        /// <summary>
        /// 代理机构联系人
        /// </summary>
        [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "代理机构联系人")]
        public string DailiLianxiren { get; set; }
 
        /// <summary>
        /// 代理机构联系电话
        /// </summary>
        [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "代理机构联系电话")]
        public string DailiLianxidianhua { get; set; }
 
        /// <summary>
        /// 代理机构电子邮件
        /// </summary>
        [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "代理机构电子邮件")]
        public string DailiDianziyoujian { get; set; }
 
        /// <summary>
        /// 代理机构通信地址
        /// </summary>
        [SugarColumn(Length = 250, IsNullable = true, ColumnDescription = "代理机构通信地址")]
        public string DailiTongxindizhi { get; set; }
 
        /// <summary>
        /// 代理机构项目经理
        /// </summary>
        [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "代理机构项目经理")]
        public string DailiXiangmujingli { get; set; }
 
        /// <summary>
        /// 代理机构项目经理联系电话
        /// </summary>
        [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "代理机构项目经理联系电话")]
        public string DailijingliLianxidianhua { get; set; }
 
 
 
        /// <summary>
        /// 质疑有无
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "质疑有无")]
        public bool? Zhiyi { get; set; }
 
 
        /// <summary>
        /// 投诉有无
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "投诉有无")]
        public bool? Tousu { get; set; }
 
 
        /// <summary>
        /// 订单状态
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "订单状态")]
        public int? OrderStatus { get; set; }
 
 
 
        /// <summary>
        /// 投标报名开始时间
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "投标报名开始时间")]
        public DateTime? ToubiaoStartDate { get; set; }
 
 
        /// <summary>
        /// 投标报名结束时间
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "投标报名结束时间")]
        public DateTime? ToubiaoEndDate { get; set; }
 
        /// <summary>
        /// 开标时间
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "开标时间")]
        public DateTime? KaibiaoDate { get; set; }
 
        /// <summary>
        /// 发布时间
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "发布时间")]
        public DateTime? FabuDate { get; set; }
 
        /// <summary>
        /// 招标文件
        /// </summary>
        [SugarColumn(Length = 512, IsNullable = true, ColumnDescription = "招标文件")]
        public string Zhaobiaowenjian { get; set; }
 
        /// <summary>
        /// 附件
        /// </summary>
        [SugarColumn(Length = 512, IsNullable = true, ColumnDescription = "附件")]
        public string Fujian { get; set; }
 
        /// <summary>
        /// 开标地点
        /// </summary>
        [SugarColumn(Length = 250, IsNullable = true, ColumnDescription = "开标地点")]
        public string Kaibiaodidian { get; set; }
 
 
        /// <summary>
        /// 中标供应商Id
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "中标供应商Id")]
        public  long? ZhongbiaoId { get; set; }
 
        /// <summary>
        /// 中标供应商姓名
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "中标供应商姓名", Length = 100)]
        public  string ZhongbiaoName { get; set; }
 
        /// <summary>
        /// 专家Id
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "专家Id", Length = 500)]
        public  string ZhuanjiaId { get; set; }
 
        /// <summary>
        /// 专家姓名
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "专家姓名", Length = 500)]
        public   string ZhuanjiaName { get; set; }
 
 
        /// <summary>
        /// 中标文件
        /// </summary>
        [SugarColumn(Length = 512, IsNullable = true, ColumnDescription = "中标文件")]
        public string Zhongbiaowenjian { get; set; }
 
        /// <summary>
        /// 中标时间
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "中标时间")]
        public DateTime? ZhongbiaoDate { get; set; }
 
        /// <summary>
        /// 中标tittle
        /// </summary>
        [SugarColumn(Length = 200, IsNullable = true, ColumnDescription = "中标tittle")]
        public string ZhongbiaoTittle { get; set; }
 
    }
}