| | |
| | | public virtual DbSet<Projectreason> Projectreasons { get; set; } |
| | | public virtual DbSet<Projectyouxiao> Projectyouxiaos { get; set; } |
| | | public virtual DbSet<Projectzhongbiao> Projectzhongbiaos { get; set; } |
| | | public virtual DbSet<Projectfasongxiaoxi> Projectfasongxiaoxis { get; set; } |
| | | public virtual DbSet<SysAttachment> SysAttachments { get; set; } |
| | | public virtual DbSet<SysBaimingdan> SysBaimingdans { get; set; } |
| | | public virtual DbSet<SysCode> SysCodes { get; set; } |
| | |
| | | .HasColumnName("zb_zhiyistatus"); |
| | | }); |
| | | |
| | | modelBuilder.Entity<Projectfasongxiaoxi>(entity => |
| | | { |
| | | entity.ToTable("Projectfasongxiaoxi"); |
| | | |
| | | entity.Property(e => e.Id).HasMaxLength(50); |
| | | |
| | | entity.Property(e => e.Createtime) |
| | | .HasColumnType("datetime") |
| | | .HasColumnName("createtime"); |
| | | |
| | | entity.Property(e => e.ProjectId).HasMaxLength(50); |
| | | |
| | | entity.Property(e => e.ProjectmingxiId).HasMaxLength(50); |
| | | |
| | | entity.Property(e => e.RecStatus) |
| | | .HasMaxLength(1) |
| | | .HasColumnName("rec_status"); |
| | | |
| | | entity.Property(e => e.Xiaoxileixing) |
| | | .HasMaxLength(50) |
| | | .HasColumnName("xiaoxileixing"); |
| | | |
| | | entity.Property(e => e.Xiaoxizhonglei) |
| | | .HasMaxLength(50) |
| | | .HasColumnName("xiaoxizhonglei"); |
| | | |
| | | entity.Property(e => e.Gyszl) |
| | | .HasMaxLength(50) |
| | | .HasColumnName("gyszl"); |
| | | |
| | | entity.Property(e => e.Khname) |
| | | .HasMaxLength(50) |
| | | .HasColumnName("khname"); |
| | | }); |
| | | |
| | | modelBuilder.Entity<SysAttachment>(entity => |
| | | { |
| | | entity.ToTable("sys_attachment"); |