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
{
///
/// 投诉质疑结果
///
[SugarTable("FB_TenderOrder")]
[IncreTable]
public partial class TenderOrder : basemodelNoId
{
///
/// 招标ID,主键
///
[SugarColumn(IsPrimaryKey = true)]
public Guid Id { get; set; }
///
/// 项目名称
///
[SugarColumn(Length = 200, IsNullable = false, ColumnDescription = "项目名称")]
public string ProjectName { get; set; }
///
/// 项目编号
///
[SugarColumn(Length = 100, IsNullable = false, ColumnDescription = "项目编号")]
public string ProjectCode { get; set; }
///
/// 行业品目
///
[SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "行业品目")]
public string Hangyepinmu { get; set; }
///
/// 采购方式
///
[SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "采购方式")]
public string Caigoufangshi { get; set; }
///
/// 采购遇算
///
[SugarColumn(IsNullable = true, ColumnDescription = "采购遇算")]
public decimal? Caigouyusuan { get; set; }
///
/// 定标规则
///
[SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "定标规则")]
public string Dingbiaoguize { get; set; }
///
/// 报名费
///
[SugarColumn(IsNullable = true, ColumnDescription = "报名费")]
public decimal? Baomingfei { get; set; }
///
/// 投标保证金
///
[SugarColumn(IsNullable = true, ColumnDescription = "投标保证金")]
public decimal? Toubiaobaozhengjin { get; set; }
///
/// 联合体投标
///
[SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "联合体投标")]
public string Lianhetitoubiao { get; set; }
///
/// 开标方式
///
[SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "开标方式")]
public string Kaibiaofangshi { get; set; }
///
/// 是否分包
///
[SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "是否分包")]
public string Shifoufenbao { get; set; }
///
/// 是否推送宣传
///
[SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "是否推送宣传")]
public string Shifoutuisongxuanchuan { get; set; }
///
/// 采购人名称
///
[SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "采购人名称")]
public string Caigourenmingcheng { get; set; }
///
/// 行政区域
///
[SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "行政区域")]
public string Xingzhengquyu { get; set; }
///
/// 行政区域名称
///
[SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "行政区域名称")]
public string XingzhengquyuName { get; set; }
///
/// 机构代码
///
[SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "机构代码")]
public string Jigoudaima { get; set; }
///
/// 代码类型
///
[SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "代码类型")]
public string Daimaleixing { get; set; }
///
/// 联系人
///
[SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "联系人")]
public string Lianxiren { get; set; }
///
/// 联系电话
///
[SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "联系电话")]
public string Lianxidianhua { get; set; }
///
/// 通信地址
///
[SugarColumn(Length = 250, IsNullable = true, ColumnDescription = "通信地址")]
public string Tongxindizhi { get; set; }
///
/// 电子邮件
///
[SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "电子邮件")]
public string Dianziyoujian { get; set; }
///
/// 项目经办人
///
[SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "项目经办人")]
public string Xiangmujingbanren { get; set; }
///
/// 职务
///
[SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "职务")]
public string Zhiwu { get; set; }
///
/// 经办人电话
///
[SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "经办人电话")]
public string Jingbanrendianhua { get; set; }
///
/// 代理机构名称
///
[SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "代理机构名称")]
public string Dailijigoumingcheng { get; set; }
///
/// 代理机构联系人
///
[SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "代理机构联系人")]
public string DailiLianxiren { get; set; }
///
/// 代理机构联系电话
///
[SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "代理机构联系电话")]
public string DailiLianxidianhua { get; set; }
///
/// 代理机构电子邮件
///
[SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "代理机构电子邮件")]
public string DailiDianziyoujian { get; set; }
///
/// 代理机构通信地址
///
[SugarColumn(Length = 250, IsNullable = true, ColumnDescription = "代理机构通信地址")]
public string DailiTongxindizhi { get; set; }
///
/// 代理机构项目经理
///
[SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "代理机构项目经理")]
public string DailiXiangmujingli { get; set; }
///
/// 代理机构项目经理联系电话
///
[SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "代理机构项目经理联系电话")]
public string DailijingliLianxidianhua { get; set; }
///
/// 质疑有无
///
[SugarColumn(IsNullable = true, ColumnDescription = "质疑有无")]
public bool? Zhiyi { get; set; }
///
/// 投诉有无
///
[SugarColumn(IsNullable = true, ColumnDescription = "投诉有无")]
public bool? Tousu { get; set; }
///
/// 订单状态
///
[SugarColumn(IsNullable = true, ColumnDescription = "订单状态")]
public int? OrderStatus { get; set; }
///
/// 投标报名开始时间
///
[SugarColumn(IsNullable = true, ColumnDescription = "投标报名开始时间")]
public DateTime? ToubiaoStartDate { get; set; }
///
/// 投标报名结束时间
///
[SugarColumn(IsNullable = true, ColumnDescription = "投标报名结束时间")]
public DateTime? ToubiaoEndDate { get; set; }
///
/// 开标时间
///
[SugarColumn(IsNullable = true, ColumnDescription = "开标时间")]
public DateTime? KaibiaoDate { get; set; }
///
/// 发布时间
///
[SugarColumn(IsNullable = true, ColumnDescription = "发布时间")]
public DateTime? FabuDate { get; set; }
///
/// 招标文件
///
[SugarColumn(Length = 512, IsNullable = true, ColumnDescription = "招标文件")]
public string Zhaobiaowenjian { get; set; }
///
/// 附件
///
[SugarColumn(Length = 512, IsNullable = true, ColumnDescription = "附件")]
public string Fujian { get; set; }
///
/// 开标地点
///
[SugarColumn(Length = 250, IsNullable = true, ColumnDescription = "开标地点")]
public string Kaibiaodidian { get; set; }
///
/// 中标供应商Id
///
[SugarColumn(IsNullable = true, ColumnDescription = "中标供应商Id")]
public long? ZhongbiaoId { get; set; }
///
/// 中标供应商姓名
///
[SugarColumn(IsNullable = true, ColumnDescription = "中标供应商姓名", Length = 100)]
public string ZhongbiaoName { get; set; }
///
/// 专家Id
///
[SugarColumn(IsNullable = true, ColumnDescription = "专家Id", Length = 500)]
public string ZhuanjiaId { get; set; }
///
/// 专家姓名
///
[SugarColumn(IsNullable = true, ColumnDescription = "专家姓名", Length = 500)]
public string ZhuanjiaName { get; set; }
///
/// 中标文件
///
[SugarColumn(Length = 512, IsNullable = true, ColumnDescription = "中标文件")]
public string Zhongbiaowenjian { get; set; }
///
/// 中标时间
///
[SugarColumn(IsNullable = true, ColumnDescription = "中标时间")]
public DateTime? ZhongbiaoDate { get; set; }
///
/// 中标tittle
///
[SugarColumn(Length = 200, IsNullable = true, ColumnDescription = "中标tittle")]
public string ZhongbiaoTittle { get; set; }
}
}