|
|
@ -38,10 +38,10 @@ public static class KittingPackagingNoteDbContextModelCreatingExtensions |
|
|
|
//Configure Job base properties
|
|
|
|
b.ConfigureSfsStoreDetailBase(); |
|
|
|
//Properties
|
|
|
|
b.Property(q => q.CountLabel).IsRequired().HasMaxLength(SfsPropertyConst.CodeLength); |
|
|
|
b.Property(q => q.InventoryLocationCode).HasMaxLength(SfsPropertyConst.CodeLength); |
|
|
|
b.Property(q => q.CountOperator).HasMaxLength(SfsPropertyConst.CodeLength); |
|
|
|
b.Property(q => q.CountDescription).HasMaxLength(SfsPropertyConst.CodeLength); |
|
|
|
//b.Property(q => q.CountLabel).IsRequired().HasMaxLength(SfsPropertyConst.CodeLength);
|
|
|
|
//b.Property(q => q.InventoryLocationCode).HasMaxLength(SfsPropertyConst.CodeLength);
|
|
|
|
//b.Property(q => q.CountOperator).HasMaxLength(SfsPropertyConst.CodeLength);
|
|
|
|
//b.Property(q => q.CountDescription).HasMaxLength(SfsPropertyConst.CodeLength);
|
|
|
|
|
|
|
|
//Relations
|
|
|
|
//None
|
|
|
|