From afcb84a794314268332e62c0b26c01a7b38c8115 Mon Sep 17 00:00:00 2001
From: hongjli <3117313295@qq.com>
Date: 星期三, 13 九月 2023 20:32:31 +0800
Subject: [PATCH] 拉料Rest设置
---
_Main/BL/Type_PanelMaterialVehicle/Attribute_OrderID.qbl | 7 +
_Main/BL/Type_PanelMaterialVehicle/DefaultValue_StockingPointID.qbl | 7 +
_Main/Sys/Integration/Mapping/PanelMaterialResponseResult.xml | 0
_Main/BL/Type_PanelMaterialVehicle/Attribute_IsFirmed.qbl | 7 +
_Main/BL/Type_PanelMaterialVehicle/Attribute_IsEligibleForNetting.qbl | 7 +
_Main/BL/Type_PanelMaterialVehicle/DefaultValue_PriorityName.qbl | 7 +
_Main/BL/Type_PanelMaterialVehicle/DefaultValue_CurrencyID.qbl | 7 +
_Main/Sys/Integration/Brokers/PanelMaterialResponseResult.xml | 0
_Main/BL/Type_PanelMaterialVehicle/Attribute_OrderDate.qbl | 7 +
_Main/BL/Type_PanelMaterialVehicle/Attribute_StockingPointID.qbl | 7 +
_Main/Sys/Integration/Structure/PanelMaterialResponseResult_from.xml | 0
_Main/BL/Type_PanelMaterialVehicle/Attribute_OrderLineID.qbl | 7 +
_Main/BL/Type_PanelMaterialVehicle/DefaultValue_IsExcludedFromFulfillmentKPIUser.qbl | 7 +
_Main/BL/Type_PanelMaterialVehicle/Attribute_Customer.qbl | 7 +
_Main/BL/Type_PanelMaterialVehicle/Attribute_PriorityName.qbl | 7 +
_Main/BL/Type_PanelMaterialVehicle/Attribute_Price.qbl | 7 +
_Main/BL/Type_PanelMaterialVehicle/Attribute_UnitOfMeasureName.qbl | 7 +
_Main/BL/Type_PanelMaterialVehicle/Attribute_CustomerID.qbl | 7 +
_Main/BL/IntegratorConfigs/IntegratorConfig_PanelMaterialRestServer/ContentMapperProcessor_ContentMapperReponse#1.qbl | 4 +
_Main/BL/Type_PanelMaterialVehicle/DefaultValue_IsFirmed.qbl | 7 +
_Main/BL/Type_PanelMaterialVehicle/Attribute_CurrencyID.qbl | 7 +
_Main/BL/Relations/Relation_PanelMaterialVehicle_GlobalOTDTable_GlobalOTDTable_PanelMaterialVeh.qbl | 23 +++++
_Main/BL/Type_PanelMaterialVehicle/DefaultValue_UnitOfMeasureName.qbl | 7 +
_Main/BL/Type_PanelMaterialVehicle/Attribute_IsExcludedFromFulfillmentKPIUser.qbl | 7 +
_Main/BL/Type_PanelMaterialVehicle/Attribute_SalesSegmentName.qbl | 7 +
_Main/BL/Type_PanelMaterialVehicle/DefaultValue_IsEligibleForNetting.qbl | 7 +
_Main/BL/Type_PanelMaterialVehicle/Attribute_ID.qbl | 7 +
_Main/Sys/Integration/Structure/PanelMaterialResponseResult_to.xml | 0
_Main/BL/Type_GlobalDTOTable/Method_ReceivingPanelMaterials.qbl | 38 +++++++++
_Main/BL/Type_PanelMaterialVehicle/DefaultValue_Price.qbl | 7 +
_Main/BL/Type_PanelMaterialVehicle/_ROOT_Type_PanelMaterialVehicle.qbl | 10 ++
31 files changed, 235 insertions(+), 1 deletions(-)
diff --git "a/_Main/BL/IntegratorConfigs/IntegratorConfig_PanelMaterialRestServer/ContentMapperProcessor_ContentMapperReponse\0431.qbl" "b/_Main/BL/IntegratorConfigs/IntegratorConfig_PanelMaterialRestServer/ContentMapperProcessor_ContentMapperReponse\0431.qbl"
index 66cb6b2..d777229 100644
--- "a/_Main/BL/IntegratorConfigs/IntegratorConfig_PanelMaterialRestServer/ContentMapperProcessor_ContentMapperReponse\0431.qbl"
+++ "b/_Main/BL/IntegratorConfigs/IntegratorConfig_PanelMaterialRestServer/ContentMapperProcessor_ContentMapperReponse\0431.qbl"
@@ -5,4 +5,8 @@
PosX: 330
PosY: 450
ReplyChannelOutputs: QuintiqEndpoint
+ ConditionalMapping
+ {
+ MappingName: 'PanelMaterialResponseResult'
+ }
}
diff --git a/_Main/BL/Relations/Relation_PanelMaterialVehicle_GlobalOTDTable_GlobalOTDTable_PanelMaterialVeh.qbl b/_Main/BL/Relations/Relation_PanelMaterialVehicle_GlobalOTDTable_GlobalOTDTable_PanelMaterialVeh.qbl
new file mode 100644
index 0000000..10bb53d
--- /dev/null
+++ b/_Main/BL/Relations/Relation_PanelMaterialVehicle_GlobalOTDTable_GlobalOTDTable_PanelMaterialVeh.qbl
@@ -0,0 +1,23 @@
+Quintiq file version 2.0
+#parent: #root
+Relation PanelMaterialVehicle_GlobalOTDTable_GlobalOTDTable_PanelMaterialVehicle
+{
+ #keys: '1[414702.0.185221277]'
+ DefaultRelationStrategy
+ {
+ }
+ RelationSide.LeftSide GlobalOTDTable
+ {
+ #keys: '3[414702.0.185221279][414702.0.185221278][414702.0.185221280]'
+ Cardinality: '0to1'
+ ObjectDefinition: PanelMaterialVehicle
+ OwningSide: 'Reference'
+ }
+ RelationSide.RightSide PanelMaterialVehicle
+ {
+ #keys: '3[414702.0.185221282][414702.0.185221281][414702.0.185221283]'
+ Cardinality: '1toN'
+ ObjectDefinition: GlobalOTDTable
+ OwningSide: 'Owned'
+ }
+}
diff --git a/_Main/BL/Type_GlobalDTOTable/Method_ReceivingPanelMaterials.qbl b/_Main/BL/Type_GlobalDTOTable/Method_ReceivingPanelMaterials.qbl
index ee27ddc..86d8291 100644
--- a/_Main/BL/Type_GlobalDTOTable/Method_ReceivingPanelMaterials.qbl
+++ b/_Main/BL/Type_GlobalDTOTable/Method_ReceivingPanelMaterials.qbl
@@ -8,11 +8,47 @@
[*
logfile( "--------------------------------------1------------------------------------------------" );
nameValue := requestnvt.Root();
- info( nameValue.ToString() );
+
+ bodyHandle := requestnvt.GetHandle( "Body" );
+ restHandle := requestnvt.GetHandle( "Rest" );
+ restPayloadHandle := requestnvt.GetHandle( "RestPayload" );
+
+ bodyNameValue := nameValue.Child( bodyHandle );
+ restNameValue := bodyNameValue.Child( restHandle );
+ restPayloadNameValue := restNameValue.Child( restPayloadHandle );
+
+ releaseDateHandle := requestnvt.GetHandle( "releaseDate" );
+ businessTypeHandle := requestnvt.GetHandle( "businessType" );
+ scenarioNameHandle := requestnvt.GetHandle( "scenarioName" );
+
+ releaseDateNameValue := restPayloadNameValue.Child( releaseDateHandle );
+ businessTypeNameValue := restPayloadNameValue.Child( businessTypeHandle );
+ scenarioNameNameValue := restPayloadNameValue.Child( scenarioNameHandle );
+
+ info( "鍙戝竷鏃堕棿锛�", releaseDateNameValue.GetValueAsString(), " 浜嬩笟閮細", businessTypeNameValue.GetValueAsString(), " 鐗堟湰鍙凤細", scenarioNameNameValue.GetValueAsString() );
+
+ panelMaterialsHandle := requestnvt.GetHandle( "panelMaterials" );
+ panelMaterialsNameValue := restPayloadNameValue.Child( panelMaterialsHandle );
+ childPanelMaterialsNameValue := panelMaterialsNameValue.Children();
+ productIDHandle := requestnvt.GetHandle( "productID" );
+ productDescriptionHandle := requestnvt.GetHandle( "productDescription" );
+ startDateHandle := requestnvt.GetHandle( "startDate" );
+ quantityHandle := requestnvt.GetHandle( "quantity" );
+ traverse ( childPanelMaterialsNameValue, Elements, cpmnv ) {
+ info( "浜у搧锛�", cpmnv.Child( productIDHandle ).GetValueAsString() );
+ info( "浜у搧鎻忚堪锛�", cpmnv.Child( productDescriptionHandle ).GetValueAsString() );
+ info( "寮�濮嬫椂闂达細", cpmnv.Child( startDateHandle ).GetValueAsString() );
+ info( "鏁伴噺锛�", cpmnv.Child( quantityHandle ).GetValueAsString() );
+ }
+
+ // ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
+
replynvt := LibInt_MessageAccessor::CreateEmptyMessage();
LibInt_MessageAccessor::SetHeaderProperty( replynvt, "Content-Type", "application/json" );
+
+
return emit( replynvt );
*]
}
diff --git a/_Main/BL/Type_PanelMaterialVehicle/Attribute_CurrencyID.qbl b/_Main/BL/Type_PanelMaterialVehicle/Attribute_CurrencyID.qbl
new file mode 100644
index 0000000..8f3b50c
--- /dev/null
+++ b/_Main/BL/Type_PanelMaterialVehicle/Attribute_CurrencyID.qbl
@@ -0,0 +1,7 @@
+Quintiq file version 2.0
+#parent: #root
+Attribute CurrencyID
+{
+ #keys: '3[414702.0.185221293][414702.0.185221292][414702.0.185221294]'
+ ValueType: String
+}
diff --git a/_Main/BL/Type_PanelMaterialVehicle/Attribute_Customer.qbl b/_Main/BL/Type_PanelMaterialVehicle/Attribute_Customer.qbl
new file mode 100644
index 0000000..e6bc6a9
--- /dev/null
+++ b/_Main/BL/Type_PanelMaterialVehicle/Attribute_Customer.qbl
@@ -0,0 +1,7 @@
+Quintiq file version 2.0
+#parent: #root
+Attribute Customer
+{
+ #keys: '3[414702.0.185221308][414702.0.185221307][414702.0.185221309]'
+ ValueType: String
+}
diff --git a/_Main/BL/Type_PanelMaterialVehicle/Attribute_CustomerID.qbl b/_Main/BL/Type_PanelMaterialVehicle/Attribute_CustomerID.qbl
new file mode 100644
index 0000000..6395618
--- /dev/null
+++ b/_Main/BL/Type_PanelMaterialVehicle/Attribute_CustomerID.qbl
@@ -0,0 +1,7 @@
+Quintiq file version 2.0
+#parent: #root
+Attribute CustomerID
+{
+ #keys: '3[414702.0.185221318][414702.0.185221317][414702.0.185221319]'
+ ValueType: String
+}
diff --git a/_Main/BL/Type_PanelMaterialVehicle/Attribute_ID.qbl b/_Main/BL/Type_PanelMaterialVehicle/Attribute_ID.qbl
new file mode 100644
index 0000000..6156649
--- /dev/null
+++ b/_Main/BL/Type_PanelMaterialVehicle/Attribute_ID.qbl
@@ -0,0 +1,7 @@
+Quintiq file version 2.0
+#parent: #root
+Attribute ID
+{
+ #keys: '3[414702.0.185221328][414702.0.185221327][414702.0.185221329]'
+ ValueType: String
+}
diff --git a/_Main/BL/Type_PanelMaterialVehicle/Attribute_IsEligibleForNetting.qbl b/_Main/BL/Type_PanelMaterialVehicle/Attribute_IsEligibleForNetting.qbl
new file mode 100644
index 0000000..5641056
--- /dev/null
+++ b/_Main/BL/Type_PanelMaterialVehicle/Attribute_IsEligibleForNetting.qbl
@@ -0,0 +1,7 @@
+Quintiq file version 2.0
+#parent: #root
+Attribute IsEligibleForNetting
+{
+ #keys: '3[414702.0.185221338][414702.0.185221337][414702.0.185221339]'
+ ValueType: Boolean
+}
diff --git a/_Main/BL/Type_PanelMaterialVehicle/Attribute_IsExcludedFromFulfillmentKPIUser.qbl b/_Main/BL/Type_PanelMaterialVehicle/Attribute_IsExcludedFromFulfillmentKPIUser.qbl
new file mode 100644
index 0000000..146d5c0
--- /dev/null
+++ b/_Main/BL/Type_PanelMaterialVehicle/Attribute_IsExcludedFromFulfillmentKPIUser.qbl
@@ -0,0 +1,7 @@
+Quintiq file version 2.0
+#parent: #root
+Attribute IsExcludedFromFulfillmentKPIUser
+{
+ #keys: '3[414702.0.185221353][414702.0.185221352][414702.0.185221354]'
+ ValueType: Boolean
+}
diff --git a/_Main/BL/Type_PanelMaterialVehicle/Attribute_IsFirmed.qbl b/_Main/BL/Type_PanelMaterialVehicle/Attribute_IsFirmed.qbl
new file mode 100644
index 0000000..9c8c56e
--- /dev/null
+++ b/_Main/BL/Type_PanelMaterialVehicle/Attribute_IsFirmed.qbl
@@ -0,0 +1,7 @@
+Quintiq file version 2.0
+#parent: #root
+Attribute IsFirmed
+{
+ #keys: '3[414702.0.185221448][414702.0.185221447][414702.0.185221449]'
+ ValueType: Boolean
+}
diff --git a/_Main/BL/Type_PanelMaterialVehicle/Attribute_OrderDate.qbl b/_Main/BL/Type_PanelMaterialVehicle/Attribute_OrderDate.qbl
new file mode 100644
index 0000000..e903396
--- /dev/null
+++ b/_Main/BL/Type_PanelMaterialVehicle/Attribute_OrderDate.qbl
@@ -0,0 +1,7 @@
+Quintiq file version 2.0
+#parent: #root
+Attribute OrderDate
+{
+ #keys: '3[414702.0.185221371][414702.0.185221370][414702.0.185221372]'
+ ValueType: Date
+}
diff --git a/_Main/BL/Type_PanelMaterialVehicle/Attribute_OrderID.qbl b/_Main/BL/Type_PanelMaterialVehicle/Attribute_OrderID.qbl
new file mode 100644
index 0000000..c204400
--- /dev/null
+++ b/_Main/BL/Type_PanelMaterialVehicle/Attribute_OrderID.qbl
@@ -0,0 +1,7 @@
+Quintiq file version 2.0
+#parent: #root
+Attribute OrderID
+{
+ #keys: '3[414702.0.185221381][414702.0.185221380][414702.0.185221382]'
+ ValueType: String
+}
diff --git a/_Main/BL/Type_PanelMaterialVehicle/Attribute_OrderLineID.qbl b/_Main/BL/Type_PanelMaterialVehicle/Attribute_OrderLineID.qbl
new file mode 100644
index 0000000..3821ce7
--- /dev/null
+++ b/_Main/BL/Type_PanelMaterialVehicle/Attribute_OrderLineID.qbl
@@ -0,0 +1,7 @@
+Quintiq file version 2.0
+#parent: #root
+Attribute OrderLineID
+{
+ #keys: '3[414702.0.185221391][414702.0.185221390][414702.0.185221392]'
+ ValueType: String
+}
diff --git a/_Main/BL/Type_PanelMaterialVehicle/Attribute_Price.qbl b/_Main/BL/Type_PanelMaterialVehicle/Attribute_Price.qbl
new file mode 100644
index 0000000..463684f
--- /dev/null
+++ b/_Main/BL/Type_PanelMaterialVehicle/Attribute_Price.qbl
@@ -0,0 +1,7 @@
+Quintiq file version 2.0
+#parent: #root
+Attribute Price
+{
+ #keys: '3[414702.0.185221401][414702.0.185221400][414702.0.185221402]'
+ ValueType: Real
+}
diff --git a/_Main/BL/Type_PanelMaterialVehicle/Attribute_PriorityName.qbl b/_Main/BL/Type_PanelMaterialVehicle/Attribute_PriorityName.qbl
new file mode 100644
index 0000000..7d354ca
--- /dev/null
+++ b/_Main/BL/Type_PanelMaterialVehicle/Attribute_PriorityName.qbl
@@ -0,0 +1,7 @@
+Quintiq file version 2.0
+#parent: #root
+Attribute PriorityName
+{
+ #keys: '3[414702.0.185221422][414702.0.185221421][414702.0.185221423]'
+ ValueType: String
+}
diff --git a/_Main/BL/Type_PanelMaterialVehicle/Attribute_SalesSegmentName.qbl b/_Main/BL/Type_PanelMaterialVehicle/Attribute_SalesSegmentName.qbl
new file mode 100644
index 0000000..d10a137
--- /dev/null
+++ b/_Main/BL/Type_PanelMaterialVehicle/Attribute_SalesSegmentName.qbl
@@ -0,0 +1,7 @@
+Quintiq file version 2.0
+#parent: #root
+Attribute SalesSegmentName
+{
+ #keys: '3[414702.0.185221438][414702.0.185221437][414702.0.185221439]'
+ ValueType: String
+}
diff --git a/_Main/BL/Type_PanelMaterialVehicle/Attribute_StockingPointID.qbl b/_Main/BL/Type_PanelMaterialVehicle/Attribute_StockingPointID.qbl
new file mode 100644
index 0000000..cb09362
--- /dev/null
+++ b/_Main/BL/Type_PanelMaterialVehicle/Attribute_StockingPointID.qbl
@@ -0,0 +1,7 @@
+Quintiq file version 2.0
+#parent: #root
+Attribute StockingPointID
+{
+ #keys: '3[414702.0.185221463][414702.0.185221462][414702.0.185221464]'
+ ValueType: String
+}
diff --git a/_Main/BL/Type_PanelMaterialVehicle/Attribute_UnitOfMeasureName.qbl b/_Main/BL/Type_PanelMaterialVehicle/Attribute_UnitOfMeasureName.qbl
new file mode 100644
index 0000000..e8dbcc8
--- /dev/null
+++ b/_Main/BL/Type_PanelMaterialVehicle/Attribute_UnitOfMeasureName.qbl
@@ -0,0 +1,7 @@
+Quintiq file version 2.0
+#parent: #root
+Attribute UnitOfMeasureName
+{
+ #keys: '3[414702.0.185221478][414702.0.185221477][414702.0.185221479]'
+ ValueType: String
+}
diff --git a/_Main/BL/Type_PanelMaterialVehicle/DefaultValue_CurrencyID.qbl b/_Main/BL/Type_PanelMaterialVehicle/DefaultValue_CurrencyID.qbl
new file mode 100644
index 0000000..9a0e812
--- /dev/null
+++ b/_Main/BL/Type_PanelMaterialVehicle/DefaultValue_CurrencyID.qbl
@@ -0,0 +1,7 @@
+Quintiq file version 2.0
+#parent: #root
+DefaultValue
+{
+ ISOValue: 'CNY'
+ TargetAttribute: CurrencyID
+}
diff --git a/_Main/BL/Type_PanelMaterialVehicle/DefaultValue_IsEligibleForNetting.qbl b/_Main/BL/Type_PanelMaterialVehicle/DefaultValue_IsEligibleForNetting.qbl
new file mode 100644
index 0000000..8b36496
--- /dev/null
+++ b/_Main/BL/Type_PanelMaterialVehicle/DefaultValue_IsEligibleForNetting.qbl
@@ -0,0 +1,7 @@
+Quintiq file version 2.0
+#parent: #root
+DefaultValue
+{
+ ISOValue: 'true'
+ TargetAttribute: IsEligibleForNetting
+}
diff --git a/_Main/BL/Type_PanelMaterialVehicle/DefaultValue_IsExcludedFromFulfillmentKPIUser.qbl b/_Main/BL/Type_PanelMaterialVehicle/DefaultValue_IsExcludedFromFulfillmentKPIUser.qbl
new file mode 100644
index 0000000..d0e348d
--- /dev/null
+++ b/_Main/BL/Type_PanelMaterialVehicle/DefaultValue_IsExcludedFromFulfillmentKPIUser.qbl
@@ -0,0 +1,7 @@
+Quintiq file version 2.0
+#parent: #root
+DefaultValue
+{
+ ISOValue: 'false'
+ TargetAttribute: IsExcludedFromFulfillmentKPIUser
+}
diff --git a/_Main/BL/Type_PanelMaterialVehicle/DefaultValue_IsFirmed.qbl b/_Main/BL/Type_PanelMaterialVehicle/DefaultValue_IsFirmed.qbl
new file mode 100644
index 0000000..0f7ae4c
--- /dev/null
+++ b/_Main/BL/Type_PanelMaterialVehicle/DefaultValue_IsFirmed.qbl
@@ -0,0 +1,7 @@
+Quintiq file version 2.0
+#parent: #root
+DefaultValue
+{
+ ISOValue: 'true'
+ TargetAttribute: IsFirmed
+}
diff --git a/_Main/BL/Type_PanelMaterialVehicle/DefaultValue_Price.qbl b/_Main/BL/Type_PanelMaterialVehicle/DefaultValue_Price.qbl
new file mode 100644
index 0000000..577db4c
--- /dev/null
+++ b/_Main/BL/Type_PanelMaterialVehicle/DefaultValue_Price.qbl
@@ -0,0 +1,7 @@
+Quintiq file version 2.0
+#parent: #root
+DefaultValue
+{
+ ISOValue: '0'
+ TargetAttribute: Price
+}
diff --git a/_Main/BL/Type_PanelMaterialVehicle/DefaultValue_PriorityName.qbl b/_Main/BL/Type_PanelMaterialVehicle/DefaultValue_PriorityName.qbl
new file mode 100644
index 0000000..7c6efaa
--- /dev/null
+++ b/_Main/BL/Type_PanelMaterialVehicle/DefaultValue_PriorityName.qbl
@@ -0,0 +1,7 @@
+Quintiq file version 2.0
+#parent: #root
+DefaultValue
+{
+ ISOValue: 'Normal'
+ TargetAttribute: PriorityName
+}
diff --git a/_Main/BL/Type_PanelMaterialVehicle/DefaultValue_StockingPointID.qbl b/_Main/BL/Type_PanelMaterialVehicle/DefaultValue_StockingPointID.qbl
new file mode 100644
index 0000000..6110bce
--- /dev/null
+++ b/_Main/BL/Type_PanelMaterialVehicle/DefaultValue_StockingPointID.qbl
@@ -0,0 +1,7 @@
+Quintiq file version 2.0
+#parent: #root
+DefaultValue
+{
+ ISOValue: '鎴愬搧浠�'
+ TargetAttribute: StockingPointID
+}
diff --git a/_Main/BL/Type_PanelMaterialVehicle/DefaultValue_UnitOfMeasureName.qbl b/_Main/BL/Type_PanelMaterialVehicle/DefaultValue_UnitOfMeasureName.qbl
new file mode 100644
index 0000000..7f9ab5e
--- /dev/null
+++ b/_Main/BL/Type_PanelMaterialVehicle/DefaultValue_UnitOfMeasureName.qbl
@@ -0,0 +1,7 @@
+Quintiq file version 2.0
+#parent: #root
+DefaultValue
+{
+ ISOValue: 'SHT'
+ TargetAttribute: UnitOfMeasureName
+}
diff --git a/_Main/BL/Type_PanelMaterialVehicle/_ROOT_Type_PanelMaterialVehicle.qbl b/_Main/BL/Type_PanelMaterialVehicle/_ROOT_Type_PanelMaterialVehicle.qbl
new file mode 100644
index 0000000..345f7a9
--- /dev/null
+++ b/_Main/BL/Type_PanelMaterialVehicle/_ROOT_Type_PanelMaterialVehicle.qbl
@@ -0,0 +1,10 @@
+Quintiq file version 2.0
+#root
+#parent: #DomainModel
+Type PanelMaterialVehicle
+{
+ #keys: '5[414702.0.185221272][414702.0.185221270][0.0.0][414702.0.185221271][414702.0.185221273]'
+ BaseType: Object
+ Description: '杞﹁浇'
+ StructuredName: 'PanelMaterialVehicles'
+}
diff --git a/_Main/Sys/Integration/Brokers/PanelMaterialResponseResult.xml b/_Main/Sys/Integration/Brokers/PanelMaterialResponseResult.xml
new file mode 100644
index 0000000..78d17af
--- /dev/null
+++ b/_Main/Sys/Integration/Brokers/PanelMaterialResponseResult.xml
Binary files differ
diff --git a/_Main/Sys/Integration/Mapping/PanelMaterialResponseResult.xml b/_Main/Sys/Integration/Mapping/PanelMaterialResponseResult.xml
new file mode 100644
index 0000000..9663346
--- /dev/null
+++ b/_Main/Sys/Integration/Mapping/PanelMaterialResponseResult.xml
Binary files differ
diff --git a/_Main/Sys/Integration/Structure/PanelMaterialResponseResult_from.xml b/_Main/Sys/Integration/Structure/PanelMaterialResponseResult_from.xml
new file mode 100644
index 0000000..653b142
--- /dev/null
+++ b/_Main/Sys/Integration/Structure/PanelMaterialResponseResult_from.xml
Binary files differ
diff --git a/_Main/Sys/Integration/Structure/PanelMaterialResponseResult_to.xml b/_Main/Sys/Integration/Structure/PanelMaterialResponseResult_to.xml
new file mode 100644
index 0000000..653b142
--- /dev/null
+++ b/_Main/Sys/Integration/Structure/PanelMaterialResponseResult_to.xml
Binary files differ
--
Gitblit v1.9.3