摘要: public CustomerMap() { this.ToTable("Customer"); this.HasKey(c => c.Id); this.Property(u => u.Username).HasMaxLength(1000); this.Property(u => u.Email 阅读全文
posted @ 2017-07-15 10:36 evemen 阅读(206) 评论(0) 推荐(0)