|
|
@ -24,6 +24,7 @@ public static class CountJobDbContextModelCreatingExtensions |
|
|
|
b.Property(q => q.CountPlanNumber).HasMaxLength(SfsPropertyConst.CodeLength); |
|
|
|
b.Property(q => q.CountStage).HasMaxLength(SfsPropertyConst.NameLength).HasConversion<string>(); |
|
|
|
b.Property(q => q.CountMethod).HasMaxLength(SfsPropertyConst.NameLength).HasConversion<string>(); |
|
|
|
b.Property(q => q.InventoryMode).HasMaxLength(SfsPropertyConst.NameLength).HasConversion<string>(); |
|
|
|
b.Property(q => q.Type).HasMaxLength(SfsPropertyConst.NameLength).HasConversion<string>(); |
|
|
|
b.Property(q => q.ItemCode).HasMaxLength(SfsPropertyConst.CodeLength); |
|
|
|
b.Property(q => q.LocationCode).HasMaxLength(SfsPropertyConst.CodeLength); |
|
|
|