文件名从 _Main/BL/Type_MacroPlan/StaticMethod_DoSync.qbl 修改 |
| | |
| | | Quintiq file version 2.0 |
| | | #parent: #root |
| | | StaticMethod DoSync ( |
| | | StaticMethod DoSyncNew ( |
| | | MacroPlan macroPlan, |
| | | MPSync mpSync, |
| | | Boolean isKeyProduct, |
| | | Boolean createPurchaseSupplyMaterial |
| | | ) |
| | |
| | | [* |
| | | // yypsybs Aug-17-2023 (created) |
| | | businessTypes := construct( Strings ); |
| | | MacroPlan::DoSync( macroPlan, businessTypes, isKeyProduct, createPurchaseSupplyMaterial ); |
| | | MacroPlan::DoSyncNew( macroPlan, mpSync, businessTypes, isKeyProduct, createPurchaseSupplyMaterial ); |
| | | *] |
| | | } |