|
|
@ -123,9 +123,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreCustomerAsnDetail; |
|
|
|
using WinIn.FasterZ.Wms.Z_Business.StoreCustomerAsn; |
|
|
|
using WinIn.FasterZ.Wms.Z_Business.StoreCountPlanDetail; |
|
|
|
using WinIn.FasterZ.Wms.Z_Business.StoreCountPlan; |
|
|
|
using WinIn.FasterZ.Wms.Z_Business.StoreCountNoteDetailCopy; |
|
|
|
using WinIn.FasterZ.Wms.Z_Business.StoreCountNoteDetail; |
|
|
|
using WinIn.FasterZ.Wms.Z_Business.StoreCountNoteCopy; |
|
|
|
using WinIn.FasterZ.Wms.Z_Business.StoreCountNote; |
|
|
|
using WinIn.FasterZ.Wms.Z_Business.StoreCountAdjustRequestDetail; |
|
|
|
using WinIn.FasterZ.Wms.Z_Business.StoreCountAdjustRequest; |
|
|
@ -541,18 +539,10 @@ namespace WinIn.FasterZ.Wms.EntityFrameworkCore |
|
|
|
/// <summary>
|
|
|
|
///
|
|
|
|
/// </summary>
|
|
|
|
public DbSet<StoreCountNoteDetailCopy> StoreCountNoteDetailCopies { get; set; } |
|
|
|
/// <summary>
|
|
|
|
///
|
|
|
|
/// </summary>
|
|
|
|
public DbSet<StoreCountNoteDetail> StoreCountNoteDetails { get; set; } |
|
|
|
/// <summary>
|
|
|
|
///
|
|
|
|
/// </summary>
|
|
|
|
public DbSet<StoreCountNoteCopy> StoreCountNoteCopies { get; set; } |
|
|
|
/// <summary>
|
|
|
|
///
|
|
|
|
/// </summary>
|
|
|
|
public DbSet<StoreCountNote> StoreCountNotes { get; set; } |
|
|
|
/// <summary>
|
|
|
|
///
|
|
|
@ -925,7 +915,7 @@ namespace WinIn.FasterZ.Wms.EntityFrameworkCore |
|
|
|
/// <summary>
|
|
|
|
///
|
|
|
|
/// </summary>
|
|
|
|
public DbSet<BasedataDictItem> BasedataDictItems { get; set; } |
|
|
|
public DbSet<BasedataDictItem> BasedataDictItem { get; set; } |
|
|
|
/// <summary>
|
|
|
|
///
|
|
|
|
/// </summary>
|
|
|
@ -1024,7 +1014,7 @@ namespace WinIn.FasterZ.Wms.EntityFrameworkCore |
|
|
|
|
|
|
|
builder.Entity<AuthDepartment>(b => |
|
|
|
{ |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "Auth_Department", WmsConsts.DbSchema); |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "Auth__Department", WmsConsts.DbSchema); |
|
|
|
b.ConfigureByConvention(); |
|
|
|
|
|
|
|
|
|
|
@ -2100,16 +2090,6 @@ namespace WinIn.FasterZ.Wms.EntityFrameworkCore |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
builder.Entity<StoreCountNoteDetailCopy>(b => |
|
|
|
{ |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "Store_CountNoteDetailCopie", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ConfigureByConvention(); |
|
|
|
|
|
|
|
|
|
|
|
/* Configure more properties here */ |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
builder.Entity<StoreCountNoteDetail>(b => |
|
|
|
{ |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "Store_CountNoteDetail", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
@ -2120,14 +2100,6 @@ namespace WinIn.FasterZ.Wms.EntityFrameworkCore |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
builder.Entity<StoreCountNoteCopy>(b => |
|
|
|
{ |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "Store_CountNoteCopie", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ConfigureByConvention(); |
|
|
|
|
|
|
|
|
|
|
|
/* Configure more properties here */ |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
builder.Entity<StoreCountNote>(b => |
|
|
@ -2222,7 +2194,7 @@ namespace WinIn.FasterZ.Wms.EntityFrameworkCore |
|
|
|
|
|
|
|
builder.Entity<MessageUserNotifyMessage>(b => |
|
|
|
{ |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "MessageUserNotifyMessage", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "Message_UserNotifyMessage", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ConfigureByConvention(); |
|
|
|
|
|
|
|
|
|
|
@ -2232,7 +2204,7 @@ namespace WinIn.FasterZ.Wms.EntityFrameworkCore |
|
|
|
|
|
|
|
builder.Entity<MessagePrivateMessage>(b => |
|
|
|
{ |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "MessagePrivateMessage", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "Message_PrivateMessage", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ConfigureByConvention(); |
|
|
|
|
|
|
|
|
|
|
@ -2242,7 +2214,7 @@ namespace WinIn.FasterZ.Wms.EntityFrameworkCore |
|
|
|
|
|
|
|
builder.Entity<MessageNotifyMessage>(b => |
|
|
|
{ |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "MessageNotifyMessage", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "Message_NotifyMessage", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ConfigureByConvention(); |
|
|
|
|
|
|
|
|
|
|
@ -2252,7 +2224,7 @@ namespace WinIn.FasterZ.Wms.EntityFrameworkCore |
|
|
|
|
|
|
|
builder.Entity<MessageMessageTypeSubscribe>(b => |
|
|
|
{ |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "MessageMessageTypeSubscribe", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "Message_MessageTypeSubscribe", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ConfigureByConvention(); |
|
|
|
|
|
|
|
|
|
|
@ -2262,7 +2234,7 @@ namespace WinIn.FasterZ.Wms.EntityFrameworkCore |
|
|
|
|
|
|
|
builder.Entity<MessageMessageType>(b => |
|
|
|
{ |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "MessageMessageType", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "Message_MessageType", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ConfigureByConvention(); |
|
|
|
|
|
|
|
|
|
|
@ -2272,7 +2244,7 @@ namespace WinIn.FasterZ.Wms.EntityFrameworkCore |
|
|
|
|
|
|
|
builder.Entity<MessageAnnouncement>(b => |
|
|
|
{ |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "MessageAnnouncement", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "Message_Announcement", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ConfigureByConvention(); |
|
|
|
|
|
|
|
|
|
|
@ -2622,7 +2594,7 @@ namespace WinIn.FasterZ.Wms.EntityFrameworkCore |
|
|
|
|
|
|
|
builder.Entity<InventoryTransferLog>(b => |
|
|
|
{ |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "InventoryTransferLog", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "Inventory_TransferLog", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ConfigureByConvention(); |
|
|
|
|
|
|
|
|
|
|
@ -2632,7 +2604,7 @@ namespace WinIn.FasterZ.Wms.EntityFrameworkCore |
|
|
|
|
|
|
|
builder.Entity<InventoryTransaction>(b => |
|
|
|
{ |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "InventoryTransaction", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "Inventory_Transaction", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ConfigureByConvention(); |
|
|
|
|
|
|
|
|
|
|
@ -2642,7 +2614,7 @@ namespace WinIn.FasterZ.Wms.EntityFrameworkCore |
|
|
|
|
|
|
|
builder.Entity<InventorySnapshot>(b => |
|
|
|
{ |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "InventorySnapshot", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "Inventory_Snapshot", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ConfigureByConvention(); |
|
|
|
|
|
|
|
|
|
|
@ -2652,7 +2624,7 @@ namespace WinIn.FasterZ.Wms.EntityFrameworkCore |
|
|
|
|
|
|
|
builder.Entity<InventoryLocationCapacity>(b => |
|
|
|
{ |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "InventoryLocationCapacitie", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "Inventory_LocationCapacity", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ConfigureByConvention(); |
|
|
|
|
|
|
|
|
|
|
@ -2662,7 +2634,7 @@ namespace WinIn.FasterZ.Wms.EntityFrameworkCore |
|
|
|
|
|
|
|
builder.Entity<InventoryExpectOut>(b => |
|
|
|
{ |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "InventoryExpectOut", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "Inventory_ExpectOut", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ConfigureByConvention(); |
|
|
|
|
|
|
|
|
|
|
@ -2672,7 +2644,7 @@ namespace WinIn.FasterZ.Wms.EntityFrameworkCore |
|
|
|
|
|
|
|
builder.Entity<InventoryExpectIn>(b => |
|
|
|
{ |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "InventoryExpectIn", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "Inventory_ExpectIn", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ConfigureByConvention(); |
|
|
|
|
|
|
|
|
|
|
@ -2682,7 +2654,7 @@ namespace WinIn.FasterZ.Wms.EntityFrameworkCore |
|
|
|
|
|
|
|
builder.Entity<InventoryErpBalance>(b => |
|
|
|
{ |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "InventoryErpBalance", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "Inventory_ErpBalance", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ConfigureByConvention(); |
|
|
|
|
|
|
|
|
|
|
@ -2692,7 +2664,7 @@ namespace WinIn.FasterZ.Wms.EntityFrameworkCore |
|
|
|
|
|
|
|
builder.Entity<InventoryContainerDetail>(b => |
|
|
|
{ |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "InventoryContainerDetail", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "Inventory_ContainerDetail", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ConfigureByConvention(); |
|
|
|
|
|
|
|
|
|
|
@ -2702,7 +2674,7 @@ namespace WinIn.FasterZ.Wms.EntityFrameworkCore |
|
|
|
|
|
|
|
builder.Entity<InventoryContainer>(b => |
|
|
|
{ |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "InventoryContainer", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "Inventory_Container", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ConfigureByConvention(); |
|
|
|
|
|
|
|
|
|
|
@ -2712,7 +2684,7 @@ namespace WinIn.FasterZ.Wms.EntityFrameworkCore |
|
|
|
|
|
|
|
builder.Entity<InventoryBalance>(b => |
|
|
|
{ |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "InventoryBalance", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "Inventory_Balance", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ConfigureByConvention(); |
|
|
|
|
|
|
|
|
|
|
@ -2722,7 +2694,7 @@ namespace WinIn.FasterZ.Wms.EntityFrameworkCore |
|
|
|
|
|
|
|
builder.Entity<FileStorageFile>(b => |
|
|
|
{ |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "FileStorageFile", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "FileStorage_File", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ConfigureByConvention(); |
|
|
|
|
|
|
|
|
|
|
@ -2732,7 +2704,7 @@ namespace WinIn.FasterZ.Wms.EntityFrameworkCore |
|
|
|
|
|
|
|
builder.Entity<FileStorageDataImportTask>(b => |
|
|
|
{ |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "FileStorageDataImportTask", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "FileStorage_DataImportTask", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ConfigureByConvention(); |
|
|
|
|
|
|
|
|
|
|
@ -2742,7 +2714,7 @@ namespace WinIn.FasterZ.Wms.EntityFrameworkCore |
|
|
|
|
|
|
|
builder.Entity<FileStorageDataExportTask>(b => |
|
|
|
{ |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "FileStorageDataExportTask", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "FileStorage_DataExportTask", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ConfigureByConvention(); |
|
|
|
|
|
|
|
|
|
|
@ -2972,7 +2944,7 @@ namespace WinIn.FasterZ.Wms.EntityFrameworkCore |
|
|
|
|
|
|
|
builder.Entity<BasedataItemQuality>(b => |
|
|
|
{ |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "Basedata_ItemQualitie", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "Basedata_ItemQuality", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ConfigureByConvention(); |
|
|
|
|
|
|
|
|
|
|
@ -3002,7 +2974,7 @@ namespace WinIn.FasterZ.Wms.EntityFrameworkCore |
|
|
|
|
|
|
|
builder.Entity<BasedataItemCategory>(b => |
|
|
|
{ |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "Basedata_ItemCategorie", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "Basedata_ItemCategory", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ConfigureByConvention(); |
|
|
|
|
|
|
|
|
|
|
@ -3092,7 +3064,7 @@ namespace WinIn.FasterZ.Wms.EntityFrameworkCore |
|
|
|
|
|
|
|
builder.Entity<BasedataCustomerAddress>(b => |
|
|
|
{ |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "Basedata_CustomerAddresse", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "Basedata_CustomerAddress", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ConfigureByConvention(); |
|
|
|
|
|
|
|
|
|
|
@ -3122,7 +3094,7 @@ namespace WinIn.FasterZ.Wms.EntityFrameworkCore |
|
|
|
|
|
|
|
builder.Entity<BasedataCurrency>(b => |
|
|
|
{ |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "Basedata_Currencie", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "Basedata_Currency", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ConfigureByConvention(); |
|
|
|
|
|
|
|
|
|
|
@ -3132,7 +3104,7 @@ namespace WinIn.FasterZ.Wms.EntityFrameworkCore |
|
|
|
|
|
|
|
builder.Entity<BasedataCategory>(b => |
|
|
|
{ |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "Basedata_Categorie", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "Basedata_Category", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ConfigureByConvention(); |
|
|
|
|
|
|
|
|
|
|
@ -3182,7 +3154,7 @@ namespace WinIn.FasterZ.Wms.EntityFrameworkCore |
|
|
|
|
|
|
|
builder.Entity<AuthUserWorkGroup>(b => |
|
|
|
{ |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "AuthUserWorkGroup", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "Auth_UserWorkGroup", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ConfigureByConvention(); |
|
|
|
|
|
|
|
|
|
|
@ -3192,7 +3164,7 @@ namespace WinIn.FasterZ.Wms.EntityFrameworkCore |
|
|
|
|
|
|
|
builder.Entity<AuthUserMenu>(b => |
|
|
|
{ |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "AuthUserMenu", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "Auth_UserMenu", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ConfigureByConvention(); |
|
|
|
|
|
|
|
|
|
|
@ -3202,7 +3174,7 @@ namespace WinIn.FasterZ.Wms.EntityFrameworkCore |
|
|
|
|
|
|
|
builder.Entity<AuthMenu>(b => |
|
|
|
{ |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "AuthMenu", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ToTable(WmsConsts.DbTablePrefix + "Auth_Menu", WmsConsts.DbSchema, table => table.HasComment("")); |
|
|
|
b.ConfigureByConvention(); |
|
|
|
|
|
|
|
|
|
|
|