From b69b0a86c77a9453167576ab01c542383d53f260 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 23 九月 2022 10:18:55 +0800
Subject: [PATCH] 项目质疑投诉列表

---
 zhengcaioa/Model/zhengcaioaContext.cs |  133 ++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 127 insertions(+), 6 deletions(-)

diff --git a/zhengcaioa/Model/zhengcaioaContext.cs b/zhengcaioa/Model/zhengcaioaContext.cs
index a94a147..3ab97ed 100644
--- a/zhengcaioa/Model/zhengcaioaContext.cs
+++ b/zhengcaioa/Model/zhengcaioaContext.cs
@@ -5424,6 +5424,10 @@
                     .HasDefaultValueSql("('')")
                     .HasComment("閲囪喘浜哄悕绉�");
 
+                entity.Property(e => e.Caigouyusuan)
+                    .HasColumnType("money")
+                    .HasColumnName("caigouyusuan");
+
                 entity.Property(e => e.Cgfs)
                     .HasMaxLength(50)
                     .HasColumnName("cgfs");
@@ -5461,6 +5465,30 @@
                     .HasDefaultValueSql("('')")
                     .HasComment("閲囪喘浜哄悕绉�");
 
+                entity.Property(e => e.DehxTousuchengli)
+                    .HasMaxLength(1)
+                    .HasColumnName("dehx_tousuchengli");
+
+                entity.Property(e => e.DehxTousushijian)
+                    .HasColumnType("datetime")
+                    .HasColumnName("dehx_tousushijian");
+
+                entity.Property(e => e.DehxTousustatus)
+                    .HasMaxLength(1)
+                    .HasColumnName("dehx_tousustatus");
+
+                entity.Property(e => e.DehxZhiyichengli)
+                    .HasMaxLength(1)
+                    .HasColumnName("dehx_zhiyichengli");
+
+                entity.Property(e => e.DehxZhiyishijian)
+                    .HasColumnType("datetime")
+                    .HasColumnName("dehx_zhiyishijian");
+
+                entity.Property(e => e.DehxZhiyistatus)
+                    .HasMaxLength(1)
+                    .HasColumnName("dehx_zhiyistatus");
+
                 entity.Property(e => e.Drhx)
                     .HasMaxLength(500)
                     .HasColumnName("drhx");
@@ -5468,10 +5496,6 @@
                 entity.Property(e => e.DrhxDefen)
                     .HasColumnType("money")
                     .HasColumnName("drhx_defen");
-
-                entity.Property(e => e.Caigouyusuan)
-                   .HasColumnType("money")
-                   .HasColumnName("caigouyusuan");
 
                 entity.Property(e => e.DrhxPrice)
                     .HasMaxLength(500)
@@ -5488,6 +5512,30 @@
                 entity.Property(e => e.DshxPrice)
                     .HasMaxLength(500)
                     .HasColumnName("dshx_price");
+
+                entity.Property(e => e.DshxTousuchengli)
+                    .HasMaxLength(1)
+                    .HasColumnName("dshx_tousuchengli");
+
+                entity.Property(e => e.DshxTousushijian)
+                    .HasColumnType("datetime")
+                    .HasColumnName("dshx_tousushijian");
+
+                entity.Property(e => e.DshxTousustatus)
+                    .HasMaxLength(1)
+                    .HasColumnName("dshx_tousustatus");
+
+                entity.Property(e => e.DshxZhiyichengli)
+                    .HasMaxLength(1)
+                    .HasColumnName("dshx_zhiyichengli");
+
+                entity.Property(e => e.DshxZhiyishijian)
+                    .HasColumnType("datetime")
+                    .HasColumnName("dshx_zhiyishijian");
+
+                entity.Property(e => e.DshxZhiyistatus)
+                    .HasMaxLength(1)
+                    .HasColumnName("dshx_zhiyistatus");
 
                 entity.Property(e => e.Fblx).HasMaxLength(500);
 
@@ -5579,6 +5627,30 @@
                 entity.Property(e => e.Reasonremark)
                     .HasMaxLength(500)
                     .HasColumnName("reasonremark");
+
+                entity.Property(e => e.WxTousuchengli)
+                    .HasMaxLength(1)
+                    .HasColumnName("wx_tousuchengli");
+
+                entity.Property(e => e.WxTousushijian)
+                    .HasColumnType("datetime")
+                    .HasColumnName("wx_tousushijian");
+
+                entity.Property(e => e.WxTousustatus)
+                    .HasMaxLength(1)
+                    .HasColumnName("wx_tousustatus");
+
+                entity.Property(e => e.WxZhiyichengli)
+                    .HasMaxLength(1)
+                    .HasColumnName("wx_zhiyichengli");
+
+                entity.Property(e => e.WxZhiyishijian)
+                    .HasColumnType("datetime")
+                    .HasColumnName("wx_zhiyishijian");
+
+                entity.Property(e => e.WxZhiyistatus)
+                    .HasMaxLength(1)
+                    .HasColumnName("wx_zhiyistatus");
             });
 
             modelBuilder.Entity<Projectyouxiao>(entity =>
@@ -5602,6 +5674,30 @@
                 entity.Property(e => e.ProjectId)
                     .IsRequired()
                     .HasMaxLength(50);
+
+                entity.Property(e => e.YxTousuchengli)
+                    .HasMaxLength(1)
+                    .HasColumnName("yx_tousuchengli");
+
+                entity.Property(e => e.YxTousushijian)
+                    .HasColumnType("datetime")
+                    .HasColumnName("yx_tousushijian");
+
+                entity.Property(e => e.YxTousustatus)
+                    .HasMaxLength(1)
+                    .HasColumnName("yx_tousustatus");
+
+                entity.Property(e => e.YxZhiyichengli)
+                    .HasMaxLength(1)
+                    .HasColumnName("yx_zhiyichengli");
+
+                entity.Property(e => e.YxZhiyishijian)
+                    .HasColumnType("datetime")
+                    .HasColumnName("yx_zhiyishijian");
+
+                entity.Property(e => e.YxZhiyistatus)
+                    .HasMaxLength(1)
+                    .HasColumnName("yx_zhiyistatus");
             });
 
             modelBuilder.Entity<Projectzhongbiao>(entity =>
@@ -5615,6 +5711,10 @@
                     .HasMaxLength(50)
                     .HasColumnName("zhongbiaoId");
 
+                entity.Property(e => e.Defen)
+                    .HasColumnType("money")
+                    .HasColumnName("defen");
+
                 entity.Property(e => e.Names)
                     .HasMaxLength(500)
                     .HasColumnName("names");
@@ -5627,8 +5727,29 @@
                     .IsRequired()
                     .HasMaxLength(50);
 
-                entity.Property(e => e.Defen).HasColumnType("money")
-                    .HasColumnName("defen"); ;
+                entity.Property(e => e.ZbTousuchengli)
+                    .HasMaxLength(1)
+                    .HasColumnName("zb_tousuchengli");
+
+                entity.Property(e => e.ZbTousushijian)
+                    .HasColumnType("datetime")
+                    .HasColumnName("zb_tousushijian");
+
+                entity.Property(e => e.ZbTousustatus)
+                    .HasMaxLength(1)
+                    .HasColumnName("zb_tousustatus");
+
+                entity.Property(e => e.ZbZhiyichengli)
+                    .HasMaxLength(1)
+                    .HasColumnName("zb_zhiyichengli");
+
+                entity.Property(e => e.ZbZhiyishijian)
+                    .HasColumnType("datetime")
+                    .HasColumnName("zb_zhiyishijian");
+
+                entity.Property(e => e.ZbZhiyistatus)
+                    .HasMaxLength(1)
+                    .HasColumnName("zb_zhiyistatus");
             });
 
             modelBuilder.Entity<SysAttachment>(entity =>

--
Gitblit v1.9.1