From 9b62359bd7ea4c7bbd6eff8faa76ed223e9541a1 Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期六, 18 五月 2024 22:12:17 +0800
Subject: [PATCH] 添加Test类和Test方法
---
_Main/BL/Type_Test/_ROOT_Type_Test.qbl | 9 +++++++++
_Main/BL/Type_Test/Method_Test.qbl | 12 ++++++++++++
2 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/_Main/BL/Type_Test/Method_Test.qbl b/_Main/BL/Type_Test/Method_Test.qbl
new file mode 100644
index 0000000..6a5c128
--- /dev/null
+++ b/_Main/BL/Type_Test/Method_Test.qbl
@@ -0,0 +1,12 @@
+Quintiq file version 2.0
+#parent: #root
+Method Test (
+ MacroPlan MacroPlan,
+ Archive Archive
+)
+{
+ TextBody:
+ [*
+ // Akari May-18-2024 (created)
+ *]
+}
diff --git a/_Main/BL/Type_Test/_ROOT_Type_Test.qbl b/_Main/BL/Type_Test/_ROOT_Type_Test.qbl
new file mode 100644
index 0000000..bea0c59
--- /dev/null
+++ b/_Main/BL/Type_Test/_ROOT_Type_Test.qbl
@@ -0,0 +1,9 @@
+Quintiq file version 2.0
+#root
+#parent: #DomainModel
+Type Test
+{
+ #keys: '5[414996.0.366054628][414996.0.366054626][0.0.0][414996.0.366054627][414996.0.366054629]'
+ BaseType: Object
+ StructuredName: 'Tests'
+}
--
Gitblit v1.9.3