@ibiz/model-core 0.1.82 → 0.1.83

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20,4 +20,18 @@ export interface IDEUIActionLogic extends IDEUILogicNode {
20
20
  * 来源 getDstPSAppDataEntity
21
21
  */
22
22
  dstAppDataEntityId?: string;
23
+ /**
24
+ * 目标逻辑参数对象
25
+ *
26
+ * @type {string}
27
+ * 来源 getDstPSDEUILogicParam
28
+ */
29
+ dstDEUILogicParamId?: string;
30
+ /**
31
+ * 返回值绑定逻辑参数对象
32
+ *
33
+ * @type {string}
34
+ * 来源 getRetPSDEUILogicParam
35
+ */
36
+ retDEUILogicParamId?: string;
23
37
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiz/model-core",
3
- "version": "0.1.82",
3
+ "version": "0.1.83",
4
4
  "license": "MIT",
5
5
  "description": "iBiz网页端模型接口",
6
6
  "author": "iBiz",
@@ -22,4 +22,20 @@ export interface IDEUIActionLogic extends IDEUILogicNode {
22
22
  * 来源 getDstPSAppDataEntity
23
23
  */
24
24
  dstAppDataEntityId?: string;
25
+
26
+ /**
27
+ * 目标逻辑参数对象
28
+ *
29
+ * @type {string}
30
+ * 来源 getDstPSDEUILogicParam
31
+ */
32
+ dstDEUILogicParamId?: string;
33
+
34
+ /**
35
+ * 返回值绑定逻辑参数对象
36
+ *
37
+ * @type {string}
38
+ * 来源 getRetPSDEUILogicParam
39
+ */
40
+ retDEUILogicParamId?: string;
25
41
  }