|
|
@@ -284,12 +284,12 @@ namespace Business.EntityFrameworkCore
|
|
|
b.ConfigureByConvention();
|
|
|
});
|
|
|
|
|
|
- builder.Entity<ReplenishmentROP>(b =>
|
|
|
- {
|
|
|
- b.ToTable("ReplenishmentROP");
|
|
|
- b.HasIndex(b => new { b.number, b.zero_based_seqno, b.long_period, b.short_period, b.tenant_id, b.company_id, b.factory_id });
|
|
|
- b.ConfigureByConvention();
|
|
|
- });
|
|
|
+ //builder.Entity<ReplenishmentROP>(b =>
|
|
|
+ //{
|
|
|
+ // b.ToTable("ReplenishmentROP");
|
|
|
+ // b.HasIndex(b => new { b.number, b.zero_based_seqno, b.long_period, b.short_period, b.tenant_id, b.company_id, b.factory_id });
|
|
|
+ // b.ConfigureByConvention();
|
|
|
+ //});
|
|
|
|
|
|
builder.Entity<ReplenishmentROPWeekPlan>(b =>
|
|
|
{
|