|
|
@ -1613,7 +1613,7 @@ namespace Win.Sfs.SettleAccount |
|
|
|
private static void ConfigurePriceListBJ(this ModelBuilder builder, SettleAccountModelBuilderConfigurationOptions options) |
|
|
|
{ |
|
|
|
|
|
|
|
builder.Entity<PriceList>(b => |
|
|
|
builder.Entity<PriceListBJ>(b => |
|
|
|
{ |
|
|
|
|
|
|
|
b.ToTable($"{options.TablePrefix}_PriceListBJ", options.Schema); |
|
|
@ -1627,7 +1627,7 @@ namespace Win.Sfs.SettleAccount |
|
|
|
private static void ConfigurePriceListVersionBJ(this ModelBuilder builder, SettleAccountModelBuilderConfigurationOptions options) |
|
|
|
{ |
|
|
|
|
|
|
|
builder.Entity<PriceListVersion>(b => |
|
|
|
builder.Entity<PriceListVersionBJ>(b => |
|
|
|
{ |
|
|
|
|
|
|
|
b.ToTable($"{options.TablePrefix}_PriceListVersionBJ", options.Schema); |
|
|
|