ef框架的问题

定义主键映射属性时添加

   this.Property(t => t.data_sn)
            .HasDatabaseGeneratedOption(DatabaseGeneratedOption.None)