From fc1fe356e1cb43c7654c653e8921ee9e72150f96 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期三, 21 七月 2021 16:18:30 +0800
Subject: [PATCH] 今日开发   7月5日以及之前的订单删除                增加功能 账户转账                会员订单同步到会员端                员工获取会员邀请码

---
 zhengcaioa/Model/zhengcaioaContext.cs |  552 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 544 insertions(+), 8 deletions(-)

diff --git a/zhengcaioa/Model/zhengcaioaContext.cs b/zhengcaioa/Model/zhengcaioaContext.cs
index db0fbbe..3a4f12a 100644
--- a/zhengcaioa/Model/zhengcaioaContext.cs
+++ b/zhengcaioa/Model/zhengcaioaContext.cs
@@ -22,6 +22,8 @@
         public virtual DbSet<SimCost> SimCost { get; set; }
         public virtual DbSet<SimCostView> SimCostView { get; set; }
         public virtual DbSet<HrSalaryAppeal> HrSalaryAppeal { get; set; }
+        public virtual DbSet<SimCostYearView> SimCostYearView { get; set; }
+
 
         public virtual DbSet<AdmAskLeave> AdmAskLeaves { get; set; }
         public virtual DbSet<AdmAskLeaveOff> AdmAskLeaveOffs { get; set; }
@@ -44,6 +46,7 @@
         public virtual DbSet<CooperOrder> CooperOrders { get; set; }
         public virtual DbSet<CooperVisit> CooperVisits { get; set; }
         public virtual DbSet<CooperatecustomCustomer> CooperatecustomCustomers { get; set; }
+        public virtual DbSet<CusFangwenjilu> CusFangwenjilus { get; set; }
         public virtual DbSet<FiAccount> FiAccounts { get; set; }
         public virtual DbSet<FiAccountRecord> FiAccountRecords { get; set; }
         public virtual DbSet<FiOrderrecievemoney> FiOrderrecievemoneys { get; set; }
@@ -64,8 +67,14 @@
         public virtual DbSet<IntentionCustomer> IntentionCustomers { get; set; }
         public virtual DbSet<IntentionOrder> IntentionOrders { get; set; }
         public virtual DbSet<IntentionVisit> IntentionVisits { get; set; }
+        public virtual DbSet<IntentionVisitDuanxin> IntentionVisitDuanxins { get; set; }
         public virtual DbSet<Liaotian> Liaotians { get; set; }
+        public virtual DbSet<LiaotianShoucang> LiaotianShoucangs { get; set; }
+        public virtual DbSet<LZhuanjiahuidum> LZhuanjiahuida { get; set; }
         public virtual DbSet<Oayouhui> Oayouhuis { get; set; }
+        public virtual DbSet<OrderBanci> OrderBancis { get; set; }
+        public virtual DbSet<OrderBanciDtl> OrderBanciDtls { get; set; }
+        public virtual DbSet<OrderBanciOrder> OrderBanciOrders { get; set; }
         public virtual DbSet<PltAuth> PltAuths { get; set; }
         public virtual DbSet<PltPage> PltPages { get; set; }
         public virtual DbSet<PltRole> PltRoles { get; set; }
@@ -81,6 +90,7 @@
         public virtual DbSet<SysCode> SysCodes { get; set; }
         public virtual DbSet<SysCodeDtl> SysCodeDtls { get; set; }
         public virtual DbSet<Systemsetting> Systemsettings { get; set; }
+        public virtual DbSet<SysUpdatetime> SysUpdatetimes { get; set; }
         public virtual DbSet<WfApplytype> WfApplytypes { get; set; }
         public virtual DbSet<WfHistory> WfHistories { get; set; }
         public virtual DbSet<WfLog> WfLogs { get; set; }
@@ -342,10 +352,6 @@
                     .HasMaxLength(50)
                     .HasColumnName("attendance_id");
 
-                entity.Property(e => e.Chidaofenzhong)
-                    .HasColumnType("decimal(18, 4)")
-                    .HasColumnName("chidaofenzhong");
-
                 entity.Property(e => e.Creater)
                     .IsRequired()
                     .HasMaxLength(50)
@@ -356,6 +362,10 @@
                     .HasColumnType("datetime")
                     .HasColumnName("createtime")
                     .HasDefaultValueSql("(getdate())");
+
+                entity.Property(e => e.Iswork)
+                   .HasMaxLength(1)
+                   .HasColumnName("iswork");
 
                 entity.Property(e => e.Kuanggongtianshu)
                     .HasColumnType("decimal(18, 4)")
@@ -394,13 +404,25 @@
                     .HasColumnType("datetime")
                     .HasDefaultValueSql("(getdate())");
 
+                entity.Property(e => e.Shangwuchidaofenzhong)
+                    .HasColumnType("decimal(18, 4)")
+                    .HasColumnName("shangwuchidaofenzhong");
+
+                entity.Property(e => e.Shangwuzaotuifenzhong)
+                    .HasColumnType("decimal(18, 4)")
+                    .HasColumnName("shangwuzaotuifenzhong");
+
                 entity.Property(e => e.Xiaojia)
                     .HasColumnType("decimal(18, 4)")
                     .HasColumnName("xiaojia");
 
-                entity.Property(e => e.Zaotuifenzhong)
+                entity.Property(e => e.Xiawuchidaofenzhong)
                     .HasColumnType("decimal(18, 4)")
-                    .HasColumnName("zaotuifenzhong");
+                    .HasColumnName("xiawuchidaofenzhong");
+
+                entity.Property(e => e.Xiawuzaotuifenzhong)
+                    .HasColumnType("decimal(18, 4)")
+                    .HasColumnName("xiawuzaotuifenzhong");
             });
 
             modelBuilder.Entity<AdmAttendanceRule>(entity =>
@@ -1187,6 +1209,10 @@
                     .HasColumnName("remark")
                     .HasComment("宸ヤ綔鍐呭");
 
+                entity.Property(e => e.Shuliang)
+                    .HasColumnType("money")
+                    .HasColumnName("shuliang");
+
                 entity.Property(e => e.UserId)
                     .HasMaxLength(50)
                     .HasColumnName("userId")
@@ -1275,6 +1301,14 @@
                     .HasColumnType("datetime")
                     .HasColumnName("createtime")
                     .HasDefaultValueSql("(getdate())");
+
+                entity.Property(e => e.HuifangJdr)
+                    .HasMaxLength(100)
+                    .HasColumnName("huifang_jdr");
+
+                entity.Property(e => e.HuifangKehuyijian)
+                    .HasMaxLength(500)
+                    .HasColumnName("huifang_kehuyijian");
 
                 entity.Property(e => e.HuifangStatus)
                     .HasMaxLength(2)
@@ -1402,11 +1436,23 @@
                     .HasColumnName("shr_tel")
                     .HasComment("鑱旂郴鐢佃瘽");
 
+                entity.Property(e => e.SonghuoDanhao)
+                    .HasMaxLength(100)
+                    .HasColumnName("songhuo_danhao");
+
+                entity.Property(e => e.SonghuoGongsi)
+                    .HasMaxLength(100)
+                    .HasColumnName("songhuo_gongsi");
+
                 entity.Property(e => e.SonghuoStatus)
                     .HasMaxLength(2)
                     .HasColumnName("songhuo_status")
                     .HasDefaultValueSql("('D')")
                     .HasComment("閫佽揣鐘舵��");
+
+                entity.Property(e => e.SonghuoTime1)
+                    .HasColumnType("datetime")
+                    .HasColumnName("songhuo_time");
 
                 entity.Property(e => e.Songhuoer)
                     .HasMaxLength(50)
@@ -1596,6 +1642,11 @@
                     .HasColumnName("f_tel")
                     .HasComment("鑱旂郴鐢佃瘽");
 
+                entity.Property(e => e.HuiyuanId)
+                    .HasMaxLength(50)
+                    .HasColumnName("huiyuanId")
+                    .HasComment("浼氬憳Id");
+
                 entity.Property(e => e.Hyfl)
                     .HasMaxLength(50)
                     .HasColumnName("hyfl")
@@ -1668,6 +1719,10 @@
                     .HasColumnName("sheng")
                     .HasComment("鐪�");
 
+                entity.Property(e => e.Shifoutianjiaweixin)
+                    .HasMaxLength(1)
+                    .HasColumnName("shifoutianjiaweixin");
+
                 entity.Property(e => e.ShrAddress)
                     .HasMaxLength(500)
                     .HasColumnName("shr_address")
@@ -1693,6 +1748,18 @@
                     .HasColumnName("url")
                     .HasComment("缃戝潃");
 
+                entity.Property(e => e.Weixin)
+                    .HasMaxLength(50)
+                    .HasColumnName("weixin");
+
+                entity.Property(e => e.Weixiner)
+                    .HasMaxLength(50)
+                    .HasColumnName("weixiner");
+
+                entity.Property(e => e.Weixintime)
+                    .HasColumnType("datetime")
+                    .HasColumnName("weixintime");
+
                 entity.Property(e => e.YwName)
                     .HasMaxLength(500)
                     .HasColumnName("yw_name")
@@ -1712,6 +1779,53 @@
                     .HasMaxLength(50)
                     .HasColumnName("ywjl")
                     .HasComment("涓氬姟缁忕悊");
+            });
+
+            modelBuilder.Entity<CusFangwenjilu>(entity =>
+            {
+                entity.ToTable("cus_fangwenjilu");
+
+                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.Fasongfangshi)
+                    .HasMaxLength(50)
+                    .HasColumnName("fasongfangshi");
+
+                entity.Property(e => e.Fasongneirong)
+                    .HasMaxLength(4000)
+                    .HasColumnName("fasongneirong");
+
+                entity.Property(e => e.Jieshouren)
+                    .HasMaxLength(2000)
+                    .HasColumnName("jieshouren");
+
+                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')");
             });
 
             modelBuilder.Entity<FiAccount>(entity =>
@@ -2109,7 +2223,7 @@
                     .HasComment("浼氳垂");
 
                 entity.Property(e => e.MemberAuthority)
-                    .HasMaxLength(100)
+                    .HasMaxLength(500)
                     .HasColumnName("member_authority")
                     .HasComment("浼氬憳鏉冮檺");
 
@@ -2841,6 +2955,10 @@
                     .HasColumnName("createtime")
                     .HasDefaultValueSql("(getdate())");
 
+                entity.Property(e => e.Dianxiaozhuanyuan)
+                    .HasMaxLength(50)
+                    .HasColumnName("dianxiaozhuanyuan");
+
                 entity.Property(e => e.Email)
                     .HasMaxLength(500)
                     .HasColumnName("email")
@@ -2933,6 +3051,10 @@
                     .HasColumnName("sheng")
                     .HasComment("鐪�");
 
+                entity.Property(e => e.Shifoutianjiaweixin)
+                    .HasMaxLength(1)
+                    .HasColumnName("shifoutianjiaweixin");
+
                 entity.Property(e => e.ShrAddress)
                     .HasMaxLength(500)
                     .HasColumnName("shr_address")
@@ -2958,6 +3080,22 @@
                     .HasColumnName("url")
                     .HasComment("缃戝潃");
 
+                entity.Property(e => e.Weixin)
+                    .HasMaxLength(50)
+                    .HasColumnName("weixin");
+
+                entity.Property(e => e.Weixiner)
+                    .HasMaxLength(50)
+                    .HasColumnName("weixiner");
+
+                entity.Property(e => e.Weixintime)
+                    .HasColumnType("datetime")
+                    .HasColumnName("weixintime");
+
+                entity.Property(e => e.Yixiang).HasMaxLength(50);
+
+                entity.Property(e => e.Yixiangtime).HasColumnType("datetime");
+
                 entity.Property(e => e.YwName)
                     .HasMaxLength(500)
                     .HasColumnName("yw_name")
@@ -2977,6 +3115,10 @@
                     .HasMaxLength(50)
                     .HasColumnName("ywjl")
                     .HasComment("涓氬姟缁忕悊");
+
+                entity.Property(e => e.Zuijinzhuizongtime)
+                    .HasColumnType("datetime")
+                    .HasColumnName("zuijinzhuizongtime");
             });
 
             modelBuilder.Entity<IntentionOrder>(entity =>
@@ -3072,6 +3214,10 @@
                     .HasColumnName("createtime")
                     .HasDefaultValueSql("(getdate())");
 
+                entity.Property(e => e.DuanxinNeirong)
+                    .HasMaxLength(500)
+                    .HasColumnName("duanxin_neirong");
+
                 entity.Property(e => e.Jdr)
                     .HasMaxLength(500)
                     .HasColumnName("jdr")
@@ -3141,6 +3287,49 @@
                     .HasComment("鑱屽姟");
             });
 
+            modelBuilder.Entity<IntentionVisitDuanxin>(entity =>
+            {
+                entity.ToTable("IntentionVisit_duanxin");
+
+                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.DuanxinNeirong)
+                    .HasMaxLength(500)
+                    .HasColumnName("duanxin_neirong");
+
+                entity.Property(e => e.DuanxinTitle)
+                    .HasMaxLength(50)
+                    .HasColumnName("duanxin_title");
+
+                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')");
+            });
+
             modelBuilder.Entity<Liaotian>(entity =>
             {
                 entity.ToTable("Liaotian");
@@ -3158,9 +3347,15 @@
                     .HasMaxLength(4000)
                     .HasColumnName("anwser");
 
+                entity.Property(e => e.ChushuStatus)
+                    .HasMaxLength(1)
+                    .HasColumnName("chushu_status")
+                    .HasDefaultValueSql("('D')");
+
                 entity.Property(e => e.Clientid)
                     .HasMaxLength(50)
-                    .HasColumnName("clientid");
+                    .HasColumnName("clientid")
+                    .HasDefaultValueSql("('a')");
 
                 entity.Property(e => e.Creater)
                     .IsRequired()
@@ -3203,9 +3398,112 @@
                     .HasColumnName("rec_status")
                     .HasDefaultValueSql("('a')");
 
+                entity.Property(e => e.Shenheer)
+                    .HasMaxLength(50)
+                    .HasColumnName("shenheer");
+
+                entity.Property(e => e.Shenhetime)
+                    .HasColumnType("datetime")
+                    .HasColumnName("shenhetime");
+
                 entity.Property(e => e.Shiyongfatiao)
                     .HasMaxLength(500)
                     .HasColumnName("shiyongfatiao");
+            });
+            modelBuilder.Entity<LiaotianShoucang>(entity =>
+            {
+                entity.ToTable("Liaotian_shoucang");
+
+                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.LiaotianId)
+                    .HasMaxLength(50)
+                    .HasColumnName("Liaotian_id");
+
+                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')");
+            });
+
+            modelBuilder.Entity<LZhuanjiahuidum>(entity =>
+            {
+                entity.ToTable("l_zhuanjiahuida");
+
+                entity.Property(e => e.Id).HasMaxLength(50);
+
+                entity.Property(e => e.Anwser)
+                    .HasMaxLength(4000)
+                    .HasColumnName("anwser");
+
+                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.Modifier)
+                    .IsRequired()
+                    .HasMaxLength(50)
+                    .HasColumnName("modifier")
+                    .HasDefaultValueSql("('1')");
+
+                entity.Property(e => e.Modifytime)
+                    .HasColumnType("datetime")
+                    .HasColumnName("modifytime")
+                    .HasDefaultValueSql("(getdate())");
+
+                entity.Property(e => e.Question)
+                    .HasMaxLength(500)
+                    .HasColumnName("question");
+
+                entity.Property(e => e.RecStatus)
+                    .IsRequired()
+                    .HasMaxLength(1)
+                    .HasColumnName("rec_status")
+                    .HasDefaultValueSql("('A')");
+
+                entity.Property(e => e.HuidaStatus)
+                   .IsRequired()
+                   .HasMaxLength(1)
+                   .HasColumnName("huida_status")
+                   .HasDefaultValueSql("('D')");
+
+                entity.Property(e => e.Userid)
+                    .HasMaxLength(50)
+                    .HasColumnName("userid");
+
+                entity.Property(e => e.Username)
+                    .HasMaxLength(100)
+                    .HasColumnName("username");
             });
 
             modelBuilder.Entity<Oayouhui>(entity =>
@@ -3258,6 +3556,205 @@
                 entity.Property(e => e.Youtype)
                     .HasMaxLength(50)
                     .HasComment("浼樻儬绫诲瀷");
+            });
+
+            modelBuilder.Entity<OrderBanci>(entity =>
+            {
+                entity.ToTable("order_banci");
+
+                entity.Property(e => e.Id).HasMaxLength(50);
+
+                entity.Property(e => e.Mingcheng)
+                    .HasMaxLength(100)
+                    .HasColumnName("mingcheng");
+
+                entity.Property(e => e.Banci)
+                   .HasMaxLength(100)
+                   .HasColumnName("banci");
+
+                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.Didian)
+                    .HasMaxLength(500)
+                    .HasColumnName("didian");
+
+                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.Renshu)
+                    .HasColumnName("renshu");
+
+                entity.Property(e => e.Shijian)
+                    .HasColumnType("datetime")
+                    .HasColumnName("shijian");
+
+                entity.Property(e => e.Shijianend)
+                    .HasColumnType("datetime")
+                    .HasColumnName("shijianend");
+            });
+
+            modelBuilder.Entity<OrderBanciDtl>(entity =>
+            {
+                entity.ToTable("order_banci_dtl");
+
+                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.Modifier)
+                    .IsRequired()
+                    .HasMaxLength(50)
+                    .HasColumnName("modifier")
+                    .HasDefaultValueSql("('1')");
+
+                entity.Property(e => e.Modifytime)
+                    .HasColumnType("datetime")
+                    .HasColumnName("modifytime")
+                    .HasDefaultValueSql("(getdate())");
+
+                entity.Property(e => e.OrderBanciId)
+                    .HasMaxLength(50)
+                    .HasColumnName("order_banci_id");
+
+                entity.Property(e => e.RecStatus)
+                    .IsRequired()
+                    .HasMaxLength(1)
+                    .HasColumnName("rec_status")
+                    .HasDefaultValueSql("('A')");
+
+                entity.Property(e => e.Shangxiawu)
+                    .HasMaxLength(100)
+                    .HasColumnName("shangxiawu");
+
+                entity.Property(e => e.Shijian)
+                    .HasMaxLength(100)
+                    .HasColumnName("shijian");
+
+                entity.Property(e => e.Shixiamg)
+                    .HasMaxLength(500)
+                    .HasColumnName("shixiamg");
+
+                entity.Property(e => e.Sort)
+                    .HasColumnName("sort")
+                    .HasDefaultValueSql("((0))");
+
+                entity.Property(e => e.Zhujiangren)
+                    .HasMaxLength(100)
+                    .HasColumnName("zhujiangren");
+            });
+
+            modelBuilder.Entity<OrderBanciOrder>(entity =>
+            {
+                entity.ToTable("order_banci_order");
+
+                entity.Property(e => e.Id).HasMaxLength(50);
+
+                entity.Property(e => e.BanciId)
+                    .HasMaxLength(50)
+                    .HasColumnName("banci_id");
+
+                entity.Property(e => e.Baomingrenshu).HasColumnName("baomingrenshu");
+
+                entity.Property(e => e.Baomingtime)
+                    .HasColumnType("datetime")
+                    .HasColumnName("baomingtime");
+
+                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.Jine)
+                    .HasColumnType("money")
+                    .HasColumnName("jine");
+
+                entity.Property(e => e.Kechengleixing)
+                    .HasMaxLength(100)
+                    .HasColumnName("kechengleixing");
+
+                entity.Property(e => e.KechengleixingId)
+                    .HasMaxLength(50)
+                    .HasColumnName("kechengleixing_id");
+
+                entity.Property(e => e.Lianxidianhua)
+                    .HasMaxLength(100)
+                    .HasColumnName("lianxidianhua");
+
+                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.Peixunbanci)
+                    .HasMaxLength(100)
+                    .HasColumnName("peixunbanci");
+
+                entity.Property(e => e.PersonId)
+                    .HasMaxLength(100)
+                    .HasColumnName("person_id");
+
+                entity.Property(e => e.RecStatus)
+                    .IsRequired()
+                    .HasMaxLength(1)
+                    .HasColumnName("rec_status")
+                    .HasDefaultValueSql("('A')");
+
+                entity.Property(e => e.Shenfenzheng)
+                  .HasMaxLength(100)
+                  .HasColumnName("shenfenzheng");
+
+                entity.Property(e => e.Xingming)
+                    .HasMaxLength(100)
+                    .HasColumnName("xingming");
+
+                entity.Property(e => e.Xuefei)
+                    .HasColumnType("money")
+                    .HasColumnName("xuefei");
             });
 
             modelBuilder.Entity<PltAuth>(entity =>
@@ -3765,6 +4262,10 @@
 
                 entity.Property(e => e.Weixin).HasMaxLength(50);
 
+                entity.Property(e => e.Yaoqingma)
+                  .HasMaxLength(50)
+                  .HasColumnName("yaoqingma");
+
                 entity.Property(e => e.Zhengzhi).HasMaxLength(50);
 
                 entity.Property(e => e.Zhiwustatus)
@@ -3874,6 +4375,7 @@
                     .HasMaxLength(50)
                     .HasColumnName("userId");
             });
+
             modelBuilder.Entity<Project>(entity =>
             {
                 entity.ToTable("Project");
@@ -3943,6 +4445,10 @@
                     .HasMaxLength(500)
                     .HasColumnName("drhx");
 
+                entity.Property(e => e.DrhxDefen)
+                    .HasColumnType("money")
+                    .HasColumnName("drhx_defen");
+
                 entity.Property(e => e.DrhxPrice)
                     .HasMaxLength(500)
                     .HasColumnName("drhx_price");
@@ -3950,6 +4456,10 @@
                 entity.Property(e => e.Dshx)
                     .HasMaxLength(500)
                     .HasColumnName("dshx");
+
+                entity.Property(e => e.DshxDefen)
+                    .HasColumnType("money")
+                    .HasColumnName("dshx_defen");
 
                 entity.Property(e => e.DshxPrice)
                     .HasMaxLength(500)
@@ -3962,6 +4472,8 @@
                 entity.Property(e => e.Feibiaocishu)
                     .HasMaxLength(100)
                     .HasColumnName("feibiaocishu");
+
+                entity.Property(e => e.Fencha).HasColumnType("money");
 
                 entity.Property(e => e.Modifier)
                     .IsRequired()
@@ -4090,6 +4602,9 @@
                 entity.Property(e => e.ProjectId)
                     .IsRequired()
                     .HasMaxLength(50);
+
+                entity.Property(e => e.Defen).HasColumnType("money")
+                    .HasColumnName("defen"); ;
             });
 
             modelBuilder.Entity<SysAttachment>(entity =>
@@ -4385,6 +4900,23 @@
                     .HasColumnName("wedding_leave")
                     .HasComment("濠氬亣澶╂暟");
             });
+
+            modelBuilder.Entity<SysUpdatetime>(entity =>
+            {
+                entity.ToTable("sys_updatetime");
+
+                entity.Property(e => e.Id).HasMaxLength(50);
+
+                entity.Property(e => e.Updatename)
+                    .IsRequired()
+                    .HasMaxLength(100)
+                    .HasColumnName("updatename");
+
+                entity.Property(e => e.Updatetime)
+                    .HasColumnType("datetime")
+                    .HasColumnName("updatetime");
+            });
+
             modelBuilder.Entity<WfApplytype>(entity =>
             {
                 entity.ToTable("wf_applytype");
@@ -4732,6 +5264,10 @@
                     .HasColumnName("danjuId")
                     .HasComment("鍗曟嵁Id");
 
+                entity.Property(e => e.Deelurl)
+                    .HasMaxLength(500)
+                    .HasColumnName("deelurl");
+
                 entity.Property(e => e.Modifier)
                     .IsRequired()
                     .HasMaxLength(50)

--
Gitblit v1.9.1