From 0879713a184c48a0306a771a1e151387d5a9cf4c Mon Sep 17 00:00:00 2001
From: LR-20210131IOQH\Administrator <jackcold@163.com>
Date: 星期一, 28 六月 2021 12:40:37 +0800
Subject: [PATCH] 电话费用录入修改

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

diff --git a/zhengcaioa/Model/zhengcaioaContext.cs b/zhengcaioa/Model/zhengcaioaContext.cs
index 09d641c..e283224 100644
--- a/zhengcaioa/Model/zhengcaioaContext.cs
+++ b/zhengcaioa/Model/zhengcaioaContext.cs
@@ -21,6 +21,9 @@
         public virtual DbSet<SimBindView> SimBindView { get; set; }
         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; }
@@ -341,10 +344,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)
@@ -355,6 +354,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)")
@@ -393,13 +396,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 =>

--
Gitblit v1.9.1