From 9b43cbcd7d48a3c7d0453bc723895ab3a5333aa3 Mon Sep 17 00:00:00 2001
From: lihongji <3117313295@qq.com>
Date: 星期五, 13 九月 2024 14:53:22 +0800
Subject: [PATCH] 需求存档

---
 _Main/BL/Type_InterfaceTRCForecast/StaticMethod_ArchivedData.qbl |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/_Main/BL/Type_InterfaceTRCForecast/StaticMethod_ArchivedData.qbl b/_Main/BL/Type_InterfaceTRCForecast/StaticMethod_ArchivedData.qbl
index f5f5f2d..0be57c4 100644
--- a/_Main/BL/Type_InterfaceTRCForecast/StaticMethod_ArchivedData.qbl
+++ b/_Main/BL/Type_InterfaceTRCForecast/StaticMethod_ArchivedData.qbl
@@ -20,7 +20,10 @@
                                              Date       := f.StartDate(),
                                              Factory    := factory,
                                              PartNumber := f.ProductID(),
-                                             Quantity   := f.Quantity()
+                                             Quantity   := f.Quantity(),
+                                             Generation := f.Product_MP().Generation(),
+                                             MLBMQB     := f.Product_MP().MQBMLB(),
+                                             Power      := f.Product_MP().Power()
                                             );
     }
   *]

--
Gitblit v1.9.3