From 6e2b929cf381e2320ba6e7dec56c0371124d2b51 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期六, 27 八月 2022 15:03:00 +0800
Subject: [PATCH] 提交

---
 zhengcaioa/Model/zhengcaioaContext.cs |  132 +++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 130 insertions(+), 2 deletions(-)

diff --git a/zhengcaioa/Model/zhengcaioaContext.cs b/zhengcaioa/Model/zhengcaioaContext.cs
index a30d55d..a94a147 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; }
@@ -138,12 +139,15 @@
         public virtual DbSet<TComplaintShouquandaibiao> TComplaintShouquandaibiaos { get; set; }
 
 
+        public virtual DbSet<Zxdsfxl> Zxdsfxls { get; set; }
+
+
         protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
         {
             if (!optionsBuilder.IsConfigured)
             {
 #warning To protect potentially sensitive information in your connection string, you should move it out of source code. You can avoid scaffolding the connection string by using the Name= syntax to read it from configuration - see https://go.microsoft.com/fwlink/?linkid=2131148. For more guidance on storing connection strings, see http://go.microsoft.com/fwlink/?LinkId=723263.
-                optionsBuilder.UseSqlServer("Data Source=.;Initial Catalog=zhengcaioa;User ID=sa;Password=123456");
+                optionsBuilder.UseSqlServer("Data Source=172.26.97.147;Initial Catalog=zhengcaioa;User ID=sa;Password=Za20222812");
             }
         }
 
@@ -2199,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")
@@ -2641,6 +2657,9 @@
                 entity.Property(e => e.Shenyushouxin)
                     .HasColumnType("money")
                     .HasColumnName("shenyushouxin");
+                entity.Property(e => e.Taocanjianshu)
+                   .HasColumnType("int")
+                   .HasColumnName("taocanjianshu");
             });
 
             modelBuilder.Entity<CusFangwenjilu>(entity =>
@@ -3110,6 +3129,10 @@
                     .HasColumnName("danjia")
                     .HasComment("鍗曚环");
 
+                entity.Property(e => e.Jifen)
+                   .HasColumnType("money")
+                   .HasColumnName("jifen");
+
                 entity.Property(e => e.Modifier)
                     .IsRequired()
                     .HasMaxLength(50)
@@ -3149,6 +3172,10 @@
                     .HasColumnType("money")
                     .HasColumnName("huifei")
                     .HasComment("浼氳垂");
+
+                entity.Property(e => e.Jifen)
+                    .HasColumnType("money")
+                    .HasColumnName("jifen");
 
                 entity.Property(e => e.MemberAuthority)
                     .HasMaxLength(500)
@@ -3199,6 +3226,10 @@
                     .HasColumnType("money")
                     .HasColumnName("feiyong")
                     .HasComment("璐圭敤");
+
+                entity.Property(e => e.Jifen)
+                  .HasColumnType("money")
+                  .HasColumnName("jifen");
 
                 entity.Property(e => e.Modifier)
                     .IsRequired()
@@ -4645,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 =>
@@ -4677,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)
@@ -5199,6 +5242,8 @@
                 entity.Property(e => e.ShiyongDate).HasColumnType("datetime");
 
                 entity.Property(e => e.ShiyongDateEnd).HasColumnType("datetime");
+
+                entity.Property(e => e.HetongDateEnd).HasColumnType("datetime");
 
                 entity.Property(e => e.ShiyongPrice).HasColumnType("numeric(18, 2)");
 
@@ -5776,7 +5821,7 @@
                     .HasColumnName("comments");
 
                 entity.Property(e => e.Contents)
-                    .HasMaxLength(300)
+                    .HasMaxLength(500)
                     .HasColumnName("contents");
 
                 entity.Property(e => e.Creater)
@@ -7043,6 +7088,10 @@
                     .HasMaxLength(300)
                     .HasColumnName("question");
 
+                entity.Property(e => e.Questionname)
+                 .HasMaxLength(500)
+                 .HasColumnName("questionname");
+
                 entity.Property(e => e.Sort).HasColumnName("sort");
             });
 
@@ -7165,6 +7214,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");
@@ -7190,6 +7258,10 @@
                 entity.Property(e => e.Question)
                     .HasMaxLength(300)
                     .HasColumnName("question");
+
+                entity.Property(e => e.Questionname)
+                .HasMaxLength(500)
+                .HasColumnName("questionname");
 
                 entity.Property(e => e.Sort).HasColumnName("sort");
             });
@@ -7454,6 +7526,62 @@
                     .HasColumnName("youbian");
             });
 
+
+            modelBuilder.Entity<Zxdsfxl>(entity =>
+            {
+                entity.ToTable("zxdsfxls");
+
+                entity.Property(e => e.Id).HasMaxLength(50);
+
+                entity.Property(e => e.Creater)
+                    .IsRequired()
+                    .HasMaxLength(50)
+                    .HasColumnName("creater")
+                    .HasDefaultValueSql("('1')");
+
+                entity.Property(e => e.Createtime)
+                    .HasColumnType("datetime")
+                    .HasColumnName("createtime")
+                    .HasDefaultValueSql("(getdate())");
+
+                entity.Property(e => e.Huiyuanid)
+                    .HasMaxLength(50)
+                    .HasColumnName("huiyuanid");
+
+                entity.Property(e => e.Huiyuanname)
+                    .HasMaxLength(100)
+                    .HasColumnName("huiyuanname");
+
+                entity.Property(e => e.Leixing)
+                    .HasMaxLength(1)
+                    .HasColumnName("leixing");
+
+                entity.Property(e => e.Modifier)
+                    .IsRequired()
+                    .HasMaxLength(50)
+                    .HasColumnName("modifier")
+                    .HasDefaultValueSql("('1')");
+
+                entity.Property(e => e.Modifytime)
+                    .HasColumnType("datetime")
+                    .HasColumnName("modifytime")
+                    .HasDefaultValueSql("(getdate())");
+
+                entity.Property(e => e.RecStatus)
+                    .IsRequired()
+                    .HasMaxLength(1)
+                    .HasColumnName("rec_status")
+                    .HasDefaultValueSql("('A')");
+
+                entity.Property(e => e.Token)
+                    .HasMaxLength(500)
+                    .HasColumnName("token");
+
+                entity.Property(e => e.Visittime)
+                    .HasColumnType("datetime")
+                    .HasColumnName("visittime");
+            });
+
             OnModelCreatingPartial(modelBuilder);
         }
 

--
Gitblit v1.9.1