LR-20210131IOQH\Administrator
2021-06-27 3262eb334953a1b208aa4a50584442a3804912d9
zhengcaioa/Model/zhengcaioaContext.cs
@@ -342,10 +342,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 +352,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 +394,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 =>