|
|
@ -1383,7 +1383,7 @@ namespace Win.Sfs.SettleAccount |
|
|
|
private static void ConfigureWmsWithOutKanbanOutPutDetail(this ModelBuilder builder, SettleAccountModelBuilderConfigurationOptions options) |
|
|
|
{ |
|
|
|
|
|
|
|
builder.Entity<WmsHQWithOutKanbanOutPutDetial>(b => |
|
|
|
builder.Entity<WmsWithOutKanbanOutPutDetial>(b => |
|
|
|
{ |
|
|
|
b.ToTable($"{options.TablePrefix}_WmsWithOutKanbanOutPutDetial", options.Schema); |
|
|
|
b.ConfigureByConvention(); |
|
|
|