username@email.com
2025-08-14 6ab0870590763e83181a47d0e42039be4287329f
Admin.NET/FZCZTB.NET.MD/TenderOrder.cs
@@ -267,10 +267,22 @@
        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>
        /// 开标地点
@@ -288,7 +300,7 @@
        /// <summary>
        /// 中标供应商姓名
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "中标供应商姓名", Length = 100)]
        [SugarColumn(IsNullable = true, ColumnDescription = "中标供应商姓名", Length = 2000)]
        public  string ZhongbiaoName { get; set; }
        /// <summary>
@@ -311,6 +323,12 @@
        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 = "中标时间")]