From 8efa02c57ec252109a3d8bd9e72482ae353816ab Mon Sep 17 00:00:00 2001 From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com> Date: 星期五, 22 十一月 2024 11:10:06 +0800 Subject: [PATCH] 修改下发班次计划为存档班次计划,添加班次计划存档功能 --- _Main/BL/Type_InterfaceDataset/Method_PublishPlanReportData.qbl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/_Main/BL/Type_InterfaceDataset/Method_PublishPlanReportData.qbl b/_Main/BL/Type_InterfaceDataset/Method_PublishPlanReportData.qbl index aeeb3ca..a05e213 100644 --- a/_Main/BL/Type_InterfaceDataset/Method_PublishPlanReportData.qbl +++ b/_Main/BL/Type_InterfaceDataset/Method_PublishPlanReportData.qbl @@ -2,6 +2,7 @@ #parent: #root Method PublishPlanReportData ( const MacroPlan macroplan, + const Archive archive, Boolean iscustomdemanddl, Boolean iscustomdemandcc, Boolean isofflineplandl, -- Gitblit v1.9.3