提交 991f9408 编写于 作者: ibizdev's avatar ibizdev

lengyuace 发布系统代码 [TrainSys,网页端]

上级 2fe09f2a
......@@ -202,6 +202,31 @@
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDELOGICS/PhoneNumber.json"
},
"enableBackend" : false
}, {
"actionHolder" : 1,
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Xxx",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Xxx.json",
"logicName" : "行为2",
"name" : "xxx",
"getPSDEActionInput" : {
"name" : "XxxInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "XxxResult",
"type" : "VOID"
},
"getPSDELogic" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDELOGICS/xxx.json"
},
"enableFront" : false
} ],
"getAllPSDEDBConfigs" : [ {
"dBType" : "MYSQL5",
......
{
"actionHolder" : 1,
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Xxx",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Xxx.json",
"logicName" : "行为2",
"name" : "xxx",
"getPSDEActionInput" : {
"name" : "XxxInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "XxxResult",
"type" : "VOID"
},
"getPSDELogic" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDELOGICS/xxx.json"
},
"enableFront" : false
}
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:activiti="http://activiti.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:g="http://www.jboss.org/drools/flow/gpd" xmlns:tns="http://www.jboss.org/drools" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" expressionLanguage="http://www.mvel.org/2.0" id="Definition" name="" targetNamespace="http://www.jboss.org/drools" typeLanguage="http://www.java.com/javaTypes">
<process id="cn.ibizlab.trainsys.core.extensions.service.logic.execute" isClosed="false" isExecutable="true" name="common_phone_xxx_execLogic" processType="Private" tns:packageName="cn.ibizlab.trainsys.core.extensions.service.logic.execute">
<extensionElements>
<tns:import name="java.util.Map"/>
<tns:import name="org.springframework.util.StringUtils"/>
<tns:import name="cn.ibizlab.trainsys.util.helper.RuleUtils"/>
</extensionElements>
<startEvent id="begin" isInterrupting="true"/>
<endEvent id="prepareparam1_end" name="end"/>
<callActivity activiti:exclusive="true" calledElement="cn.ibizlab.trainsys.core.common.service.logic.phonexxx" id="xxx" name="xxx.json.bpmn"/>
<sequenceFlow id="begin_xxx" sourceRef="begin" targetRef="xxx"/>
<sequenceFlow id="xxx_xxx" sourceRef="xxx" targetRef="prepareparam1_end"/>
</process>
</definitions>
\ No newline at end of file
......@@ -320,6 +320,36 @@
"builtinMethod" : false,
"needResourceKey" : true,
"noServiceCodeName" : true
}, {
"actionMode" : "CUSTOM",
"codeName" : "Xxx",
"methodType" : "DEACTION",
"name" : "Xxx",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Xxx.json"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Xxx"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/xxx",
"builtinMethod" : false,
"needResourceKey" : true
} ],
"getAllPSAppDEDataImports" : [ {
"batchSize" : 1000,
......@@ -2036,6 +2066,36 @@
"builtinMethod" : false,
"needResourceKey" : true,
"noServiceCodeName" : true
}, {
"actionMode" : "CUSTOM",
"codeName" : "Xxx",
"methodType" : "DEACTION",
"name" : "Xxx",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Xxx.json"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Xxx"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/xxx",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"codeName" : "FetchByIPhone",
"methodType" : "FETCH",
......
......@@ -20571,6 +20571,36 @@
"builtinMethod" : false,
"needResourceKey" : true,
"noServiceCodeName" : true
}, {
"actionMode" : "CUSTOM",
"codeName" : "Xxx",
"methodType" : "DEACTION",
"name" : "Xxx",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Xxx.json"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Xxx"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/xxx",
"builtinMethod" : false,
"needResourceKey" : true
} ],
"getAllPSAppDEDataImports" : [ {
"batchSize" : 1000,
......@@ -22287,6 +22317,36 @@
"builtinMethod" : false,
"needResourceKey" : true,
"noServiceCodeName" : true
}, {
"actionMode" : "CUSTOM",
"codeName" : "Xxx",
"methodType" : "DEACTION",
"name" : "Xxx",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Xxx.json"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Xxx"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/xxx",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"codeName" : "FetchByIPhone",
"methodType" : "FETCH",
......@@ -320,6 +320,36 @@
"builtinMethod" : false,
"needResourceKey" : true,
"noServiceCodeName" : true
}, {
"actionMode" : "CUSTOM",
"codeName" : "Xxx",
"methodType" : "DEACTION",
"name" : "Xxx",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Xxx.json"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Xxx"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/xxx",
"builtinMethod" : false,
"needResourceKey" : true
} ],
"getAllPSAppDEDataImports" : [ {
"batchSize" : 1000,
......@@ -2036,6 +2066,36 @@
"builtinMethod" : false,
"needResourceKey" : true,
"noServiceCodeName" : true
}, {
"actionMode" : "CUSTOM",
"codeName" : "Xxx",
"methodType" : "DEACTION",
"name" : "Xxx",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Xxx.json"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Xxx"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/xxx",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"codeName" : "FetchByIPhone",
"methodType" : "FETCH",
......
......@@ -1375,16 +1375,16 @@
"codeName" : "VMGroup2",
"name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息2",
"name" : "视图消息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg3"
"id" : "ViewMsg2"
}
}, {
"name" : "视图消息",
"name" : "视图消息2",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg2"
"id" : "ViewMsg3"
}
} ]
}, {
......@@ -4802,6 +4802,36 @@
"builtinMethod" : false,
"needResourceKey" : true,
"noServiceCodeName" : true
}, {
"actionMode" : "CUSTOM",
"codeName" : "Xxx",
"methodType" : "DEACTION",
"name" : "Xxx",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Xxx.json"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Xxx"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/xxx",
"builtinMethod" : false,
"needResourceKey" : true
} ],
"getAllPSAppDEDataImports" : [ {
"batchSize" : 1000,
......@@ -6518,6 +6548,36 @@
"builtinMethod" : false,
"needResourceKey" : true,
"noServiceCodeName" : true
}, {
"actionMode" : "CUSTOM",
"codeName" : "Xxx",
"methodType" : "DEACTION",
"name" : "Xxx",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Xxx.json"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Xxx"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/xxx",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"codeName" : "FetchByIPhone",
"methodType" : "FETCH",
......
......@@ -320,6 +320,36 @@
"builtinMethod" : false,
"needResourceKey" : true,
"noServiceCodeName" : true
}, {
"actionMode" : "CUSTOM",
"codeName" : "Xxx",
"methodType" : "DEACTION",
"name" : "Xxx",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Xxx.json"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Xxx"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/xxx",
"builtinMethod" : false,
"needResourceKey" : true
} ],
"getAllPSAppDEDataImports" : [ {
"batchSize" : 1000,
......@@ -2036,6 +2066,36 @@
"builtinMethod" : false,
"needResourceKey" : true,
"noServiceCodeName" : true
}, {
"actionMode" : "CUSTOM",
"codeName" : "Xxx",
"methodType" : "DEACTION",
"name" : "Xxx",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Xxx.json"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Xxx"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/xxx",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"codeName" : "FetchByIPhone",
"methodType" : "FETCH",
......
......@@ -3571,16 +3571,16 @@
"codeName" : "VMGroup2",
"name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息2",
"name" : "视图消息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg3"
"id" : "ViewMsg2"
}
}, {
"name" : "视图消息",
"name" : "视图消息2",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg2"
"id" : "ViewMsg3"
}
} ]
}, {
......@@ -2975,6 +2975,31 @@
"requestPath" : "/save",
"uniqueTag" : "PHONE__DEACTION__SAVE",
"needResourceKey" : true
}, {
"codeName" : "Xxx",
"methodType" : "DEACTION",
"name" : "Xxx",
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Xxx.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/xxx",
"uniqueTag" : "PHONE__DEACTION__XXX",
"needResourceKey" : true
}, {
"codeName" : "FetchByIPhone",
"dataAccessAction" : "READ",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册