From dc49dcc9160780aac6a0aba280a557ec15e5a622 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 23 九月 2022 13:26:06 +0800
Subject: [PATCH] 提交

---
 zhengcaioa/Model/zhengcaioaContext.cs |  199 ++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 192 insertions(+), 7 deletions(-)

diff --git a/zhengcaioa/Model/zhengcaioaContext.cs b/zhengcaioa/Model/zhengcaioaContext.cs
index c6bf6f2..3ab97ed 100644
--- a/zhengcaioa/Model/zhengcaioaContext.cs
+++ b/zhengcaioa/Model/zhengcaioaContext.cs
@@ -131,6 +131,7 @@
 
         public virtual DbSet<TChallengeItem> TChallengeItems { get; set; }
         public virtual DbSet<TChallengeletter> TChallengeletters { get; set; }
+        public virtual DbSet<TChallengeRequestInfo> TChallengeRequestInfos { get; set; }
         public virtual DbSet<TComplaintItem> TComplaintItems { get; set; }
         public virtual DbSet<TComplaintRespondent> TComplaintRespondents { get; set; }
         public virtual DbSet<TComplaintletter> TComplaintletters { get; set; }
@@ -2202,6 +2203,18 @@
                     .HasColumnName("money")
                     .HasComment("閲戦");
 
+                entity.Property(e => e.Jichumoney)
+                   .HasColumnType("numeric(18, 2)")
+                   .HasColumnName("jichumoney");
+
+                entity.Property(e => e.Xmcode)
+                   .HasMaxLength(50)
+                   .HasColumnName("xmcode");
+
+                entity.Property(e => e.Xmname)
+                .HasMaxLength(500)
+                .HasColumnName("xmname");
+
                 entity.Property(e => e.OrderNo)
                     .HasMaxLength(100)
                     .HasColumnName("order_no")
@@ -3116,6 +3129,10 @@
                     .HasColumnName("danjia")
                     .HasComment("鍗曚环");
 
+                entity.Property(e => e.Jifen)
+                   .HasColumnType("money")
+                   .HasColumnName("jifen");
+
                 entity.Property(e => e.Modifier)
                     .IsRequired()
                     .HasMaxLength(50)
@@ -3155,6 +3172,10 @@
                     .HasColumnType("money")
                     .HasColumnName("huifei")
                     .HasComment("浼氳垂");
+
+                entity.Property(e => e.Jifen)
+                    .HasColumnType("money")
+                    .HasColumnName("jifen");
 
                 entity.Property(e => e.MemberAuthority)
                     .HasMaxLength(500)
@@ -3205,6 +3226,10 @@
                     .HasColumnType("money")
                     .HasColumnName("feiyong")
                     .HasComment("璐圭敤");
+
+                entity.Property(e => e.Jifen)
+                  .HasColumnType("money")
+                  .HasColumnName("jifen");
 
                 entity.Property(e => e.Modifier)
                     .IsRequired()
@@ -4651,6 +4676,14 @@
                 entity.Property(e => e.Zhujiangren)
                     .HasMaxLength(100)
                     .HasColumnName("zhujiangren");
+
+                entity.Property(e => e.Jiage)
+                  .HasColumnType("numeric(18, 2)")
+                  .HasColumnName("jiage");
+
+                entity.Property(e => e.Jifen)
+                  .HasColumnType("numeric(18, 2)")
+                  .HasColumnName("Jifen");
             });
 
             modelBuilder.Entity<OrderBanciOrder>(entity =>
@@ -4683,6 +4716,10 @@
                 entity.Property(e => e.Jine)
                     .HasColumnType("money")
                     .HasColumnName("jine");
+
+                entity.Property(e => e.Jifen)
+                 .HasColumnType("money")
+                 .HasColumnName("jifen");
 
                 entity.Property(e => e.Kechengleixing)
                     .HasMaxLength(100)
@@ -5387,6 +5424,10 @@
                     .HasDefaultValueSql("('')")
                     .HasComment("閲囪喘浜哄悕绉�");
 
+                entity.Property(e => e.Caigouyusuan)
+                    .HasColumnType("money")
+                    .HasColumnName("caigouyusuan");
+
                 entity.Property(e => e.Cgfs)
                     .HasMaxLength(50)
                     .HasColumnName("cgfs");
@@ -5424,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");
@@ -5431,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)
@@ -5451,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);
 
@@ -5542,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 =>
@@ -5565,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 =>
@@ -5578,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");
@@ -5590,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 =>
@@ -5784,7 +5942,7 @@
                     .HasColumnName("comments");
 
                 entity.Property(e => e.Contents)
-                    .HasMaxLength(300)
+                    .HasMaxLength(500)
                     .HasColumnName("contents");
 
                 entity.Property(e => e.Creater)
@@ -7051,6 +7209,10 @@
                     .HasMaxLength(300)
                     .HasColumnName("question");
 
+                entity.Property(e => e.Questionname)
+                 .HasMaxLength(500)
+                 .HasColumnName("questionname");
+
                 entity.Property(e => e.Sort).HasColumnName("sort");
             });
 
@@ -7173,6 +7335,25 @@
                     .HasColumnName("xm_package");
             });
 
+            modelBuilder.Entity<TChallengeRequestInfo>(entity =>
+            {
+                entity.ToTable("t_challenge_requestInfo");
+
+                entity.Property(e => e.Id).HasColumnName("id");
+
+                entity.Property(e => e.ChallengeId)
+                    .HasMaxLength(50)
+                    .HasColumnName("challenge_id");
+
+                entity.Property(e => e.RequestInfo)
+                    .HasMaxLength(50)
+                    .HasColumnName("requestInfo");
+
+                entity.Property(e => e.RequestInfoname)
+                    .HasMaxLength(500)
+                    .HasColumnName("requestInfoname");
+            });
+
             modelBuilder.Entity<TComplaintItem>(entity =>
             {
                 entity.ToTable("t_complaint_items");
@@ -7199,6 +7380,10 @@
                     .HasMaxLength(300)
                     .HasColumnName("question");
 
+                entity.Property(e => e.Questionname)
+                .HasMaxLength(500)
+                .HasColumnName("questionname");
+
                 entity.Property(e => e.Sort).HasColumnName("sort");
             });
 

--
Gitblit v1.9.1