|
|
@ -537,9 +537,9 @@ namespace WmsWebApi.EntityFrameworkCore |
|
|
|
{ |
|
|
|
b.ToTable("WmsWebApiPURCHASEDTO", WmsWebApiDbProperties.DbSchema); |
|
|
|
b.ConfigureByConvention(); |
|
|
|
b.Property(q => q.MBLNR).IsRequired().HasMaxLength(10); |
|
|
|
b.Property(q => q.MJAHR).IsRequired().HasMaxLength(10); |
|
|
|
b.Property(q => q.BUDAT).IsRequired(); |
|
|
|
b.Property(q => q.MBLNR).IsRequired().HasMaxLength(20); |
|
|
|
b.Property(q => q.MJAHR).IsRequired().HasMaxLength(20); |
|
|
|
b.Property(q => q.BUDAT).IsRequired().HasMaxLength(20); |
|
|
|
b.Property(q => q.JSON); |
|
|
|
b.Property(q => q.DYSJ); |
|
|
|
b.Property(q => q.ITYPE); |
|
|
|