| | |
| | | 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> |
| | |
| | | /// <summary> |
| | | /// 中标文件 |
| | | /// </summary> |
| | | [SugarColumn(Length = 2000, IsNullable = true, ColumnDescription = "中标文件")] |
| | | [SugarColumn(Length = 512, IsNullable = true, ColumnDescription = "中标文件")] |
| | | 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 = "中标时间")] |