|
|
@ -28,27 +28,21 @@ public static class StoreDbContextModelCreatingExtensions |
|
|
|
builder.ConfigurePurchaseOrder(options); |
|
|
|
builder.ConfigureSaleOrder(options); |
|
|
|
builder.ConfigureWorkOrder(options); |
|
|
|
|
|
|
|
builder.ConfigureEquipmentRecord(options); |
|
|
|
//builder.ConfigureEquipmentLocCap(options);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
#region Plans
|
|
|
|
|
|
|
|
builder.ConfigureProductionPlan(options); |
|
|
|
builder.ConfigurePreparationPlan(options); |
|
|
|
builder.ConfigureDeliverPlan(options); |
|
|
|
builder.ConfigureCountPlan(options); |
|
|
|
builder.ConfigureSupplierAsn(options); |
|
|
|
builder.ConfigureCustomerAsn(options); |
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
#region Requests
|
|
|
|
|
|
|
|
builder.ConfigureItemTransformRequest(options); |
|
|
|
builder.ConfigureTransferRequest(options); |
|
|
|
builder.ConfigureTransferLibRequest(options); |
|
|
@ -71,11 +65,9 @@ public static class StoreDbContextModelCreatingExtensions |
|
|
|
builder.ConfigureCoatingIssueNote(options); |
|
|
|
builder.ConfigureCoatingMaterialRequest(options); |
|
|
|
builder.ConfigureCoatingIssueJob(options); |
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
#region Notes
|
|
|
|
|
|
|
|
builder.ConfigureItemTransformNote(options); |
|
|
|
builder.ConfigureRecycledMaterialReceiptNote(options); |
|
|
|
builder.ConfigureTransferNote(options); |
|
|
@ -111,7 +103,6 @@ public static class StoreDbContextModelCreatingExtensions |
|
|
|
builder.ConfigureNoOkConvertOKNote(options); |
|
|
|
builder.ConfigureInventoryInitialNote(options); |
|
|
|
builder.ConfigureWipWarehouseAdjustNote(options); |
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
#region Jobs
|
|
|
|