| | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 订单状态 |
| | | /// 订单状态 1保存 2 发布 3 中标 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "订单状态")] |
| | | public int? OrderStatus { get; set; } |
| | |
| | | public string Zhaobiaowenjian { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 招标文件Name |
| | | /// </summary> |
| | | [SugarColumn(Length = 512, IsNullable = true, ColumnDescription = "招标文件Name")] |
| | | public string ZhaobiaowenjianName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 附件 |
| | | /// </summary> |
| | | [SugarColumn(Length = 512, IsNullable = true, ColumnDescription = "附件")] |
| | | public string Fujian { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 附件Name |
| | | /// </summary> |
| | | [SugarColumn(Length = 512, IsNullable = true, ColumnDescription = "附件Name")] |
| | | public string FujianName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 开标地点 |
| | |
| | | /// <summary> |
| | | /// 中标供应商姓名 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "中标供应商姓名", Length = 100)] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "中标供应商姓名", Length = 2000)] |
| | | public string ZhongbiaoName { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | public string Zhongbiaowenjian { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 中标文件Name |
| | | /// </summary> |
| | | [SugarColumn(Length = 512, IsNullable = true, ColumnDescription = "中标文件中标文件Name")] |
| | | public string ZhongbiaowenjianName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 中标时间 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "中标时间")] |
| | | public DateTime? ZhongbiaoDate { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 中标公告 |
| | | /// </summary> |
| | | [SugarColumn(Length = 512, IsNullable = true, ColumnDescription = "中标公告")] |
| | | public string Zhongbiaogonggao { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 中标公告Name |
| | | /// </summary> |
| | | [SugarColumn(Length = 512, IsNullable = true, ColumnDescription = "中标公告Name")] |
| | | public string ZhongbiaogonggaoName { get; set; } |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 中标tittle |
| | |
| | | [SugarColumn(Length = 200, IsNullable = true, ColumnDescription = "中标tittle")] |
| | | public string ZhongbiaoTittle { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 创建者CusExtendId |
| | | /// </summary> |
| | | [OwnerUser] |
| | | [SugarColumn(ColumnDescription = "创建者CusExtendId", IsOnlyIgnoreUpdate = true)] |
| | | public long? CusExtendId { get; set; } |
| | | |
| | | } |
| | | } |