|
|
@ -54,6 +54,7 @@ public static class MaterialRequestDbContextModelCreatingExtensions |
|
|
|
b.Property(q => q.IssuedQty).HasPrecision(18, 6); |
|
|
|
b.Property(q => q.ReceivedQty).HasPrecision(18, 6); |
|
|
|
b.Property(q => q.Status).HasMaxLength(SfsPropertyConst.NameLength).HasConversion<string>(); |
|
|
|
b.Property(q => q.RecommendType).HasMaxLength(SfsPropertyConst.NameLength).HasConversion<string>(); |
|
|
|
|
|
|
|
//Relations
|
|
|
|
|
|
|
|