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 ++++-
 _Main/BL/Type_InterfaceTRCForecast/Attribute_Power.qbl           |    7 +++++++
 _Main/BL/Type_InterfaceTRCForecast/Attribute_Generation.qbl      |    7 +++++++
 _Main/BL/Type_InterfaceTRCForecast/Attribute_MLBMQB.qbl          |    7 +++++++
 4 files changed, 25 insertions(+), 1 deletions(-)

diff --git a/_Main/BL/Type_InterfaceTRCForecast/Attribute_Generation.qbl b/_Main/BL/Type_InterfaceTRCForecast/Attribute_Generation.qbl
new file mode 100644
index 0000000..69e7be6
--- /dev/null
+++ b/_Main/BL/Type_InterfaceTRCForecast/Attribute_Generation.qbl
@@ -0,0 +1,7 @@
+Quintiq file version 2.0
+#parent: #root
+Attribute Generation
+{
+  #keys: '3[413988.0.1542720054][413988.0.1542720053][413988.0.1542720055]'
+  ValueType: String
+}
diff --git a/_Main/BL/Type_InterfaceTRCForecast/Attribute_MLBMQB.qbl b/_Main/BL/Type_InterfaceTRCForecast/Attribute_MLBMQB.qbl
new file mode 100644
index 0000000..46c39d1
--- /dev/null
+++ b/_Main/BL/Type_InterfaceTRCForecast/Attribute_MLBMQB.qbl
@@ -0,0 +1,7 @@
+Quintiq file version 2.0
+#parent: #root
+Attribute MLBMQB
+{
+  #keys: '3[413988.0.1542720074][413988.0.1542720073][413988.0.1542720075]'
+  ValueType: String
+}
diff --git a/_Main/BL/Type_InterfaceTRCForecast/Attribute_Power.qbl b/_Main/BL/Type_InterfaceTRCForecast/Attribute_Power.qbl
new file mode 100644
index 0000000..cd49fa3
--- /dev/null
+++ b/_Main/BL/Type_InterfaceTRCForecast/Attribute_Power.qbl
@@ -0,0 +1,7 @@
+Quintiq file version 2.0
+#parent: #root
+Attribute Power
+{
+  #keys: '3[413988.0.1542720064][413988.0.1542720063][413988.0.1542720065]'
+  ValueType: String
+}
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