|
|
@ -303,7 +303,7 @@ namespace CK.SCP.Models |
|
|
|
.HasPrecision(18, 2); |
|
|
|
modelBuilder.Entity<TS_UNI_API>() |
|
|
|
.Property(e => e.Price) |
|
|
|
.HasPrecision(18, 5); |
|
|
|
.HasPrecision(18, 6); |
|
|
|
modelBuilder.Entity<TS_UNI_API>() |
|
|
|
.Property(e => e.TaxAmt) |
|
|
|
.HasPrecision(18, 5); |
|
|
@ -351,19 +351,19 @@ namespace CK.SCP.Models |
|
|
|
.HasPrecision(18, 6); |
|
|
|
modelBuilder.Entity<TB_MAXPO_DETAIL>() |
|
|
|
.Property(e => e.ReductionQtyOne) |
|
|
|
.HasPrecision(18, 5); |
|
|
|
.HasPrecision(18, 6); |
|
|
|
modelBuilder.Entity<TB_MAXPO_DETAIL>() |
|
|
|
.Property(e => e.ReductionQtyTwo) |
|
|
|
.HasPrecision(18, 5); |
|
|
|
.HasPrecision(18, 6); |
|
|
|
modelBuilder.Entity<TB_MAXPO_DETAIL>() |
|
|
|
.Property(e => e.ReductionQtyThree) |
|
|
|
.HasPrecision(18, 5); |
|
|
|
.HasPrecision(18, 6); |
|
|
|
modelBuilder.Entity<TB_MAXPO_DETAIL>() |
|
|
|
.Property(e => e.ReductionQtyFour) |
|
|
|
.HasPrecision(18, 5); |
|
|
|
.HasPrecision(18, 6); |
|
|
|
modelBuilder.Entity<TB_MAXPO_DETAIL>() |
|
|
|
.Property(e => e.ReductionQtyFive) |
|
|
|
.HasPrecision(18, 5); |
|
|
|
.HasPrecision(18, 6); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|