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

generator before deploy...

generator before deploy registry.cn-shanghai.aliyuncs.com/ibizsys/samplesolution-demosys-api-demoapi:2022.12.07.001
上级 f6f47df9
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
</parent> </parent>
<artifactId>demo-core</artifactId> <artifactId>demo-core</artifactId>
<name>后台服务 Core</name> <name>Demo Core</name>
<description>后台服务 Core</description> <description>后台服务 Core,模板生成代码,再次发布会覆盖,建议不要直接修改,修改请在demo-boot项目中继承或覆盖重写</description>
<dependencies> <dependencies>
...@@ -20,6 +20,14 @@ ...@@ -20,6 +20,14 @@
<artifactId>ibizlab-boot-starter-data</artifactId> <artifactId>ibizlab-boot-starter-data</artifactId>
<version>2.4.0-SNAPSHOT</version> <version>2.4.0-SNAPSHOT</version>
</dependency> </dependency>
<!-- MySQL驱动包 -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>
</dependencies> </dependencies>
<properties> <properties>
......
...@@ -84,6 +84,10 @@ public interface IBIZBOOKService extends IService<IBIZBOOK> { ...@@ -84,6 +84,10 @@ public interface IBIZBOOKService extends IService<IBIZBOOK> {
return dto; return dto;
} }
default IBIZBOOK getRandom(String key) {
return null;
}
default IBIZBOOK init(IBIZBOOK dto) { default IBIZBOOK init(IBIZBOOK dto) {
return dto; return dto;
} }
......
...@@ -160,6 +160,11 @@ public class IBIZBOOKServiceBase extends ServiceImpl<IBIZBOOKMapper,IBIZBOOK> im ...@@ -160,6 +160,11 @@ public class IBIZBOOKServiceBase extends ServiceImpl<IBIZBOOKMapper,IBIZBOOK> im
return dto; return dto;
} }
@Transactional
public IBIZBOOK getRandom(String key) {
return null;
}
@Transactional @Transactional
public IBIZBOOK init(IBIZBOOK dto) { public IBIZBOOK init(IBIZBOOK dto) {
return dto; return dto;
......
...@@ -108,6 +108,15 @@ public class IBIZBOOKResource { ...@@ -108,6 +108,15 @@ public class IBIZBOOKResource {
return ResponseEntity.status(HttpStatus.OK).body(ibizbookdtoMapping.toDto(rt)); return ResponseEntity.status(HttpStatus.OK).body(ibizbookdtoMapping.toDto(rt));
} }
@ApiOperation(value = "GetRandom", tags = {"图书" }, notes = "IBIZBOOK-GetRandom")
@PreAuthorize("hasAnyAuthority('ROLE_SUPERADMIN','DemoSys-IBIZBOOK-GetRandom-all') or hasPermission(this.ibizbookService.get(#ibizbookid),'DemoSys-IBIZBOOK-GetRandom')")
@RequestMapping(method = RequestMethod.GET, value = "ibizbooks/{ibizbookid}/getrandom")
public ResponseEntity<IBIZBOOKDTO> getRandomByIbizbookid
(@PathVariable("ibizbookid") String ibizbookid) {
IBIZBOOK rt = ibizbookService.getRandom(ibizbookid);
return ResponseEntity.status(HttpStatus.OK).body(ibizbookdtoMapping.toDto(rt));
}
@ApiOperation(value = "保存Save", tags = {"图书" }, notes = "IBIZBOOK-Save") @ApiOperation(value = "保存Save", tags = {"图书" }, notes = "IBIZBOOK-Save")
@PreAuthorize("hasAnyAuthority('ROLE_SUPERADMIN','DemoSys-IBIZBOOK-Save-all') or hasPermission(this.ibizbookdtoMapping.toDomain(#dto),'DemoSys-IBIZBOOK-Save')") @PreAuthorize("hasAnyAuthority('ROLE_SUPERADMIN','DemoSys-IBIZBOOK-Save-all') or hasPermission(this.ibizbookdtoMapping.toDomain(#dto),'DemoSys-IBIZBOOK-Save')")
@RequestMapping(method = RequestMethod.POST, value = "ibizbooks/save") @RequestMapping(method = RequestMethod.POST, value = "ibizbooks/save")
......
...@@ -84,6 +84,26 @@ ...@@ -84,6 +84,26 @@
"menuitem": [ "menuitem": [
] ]
},
{
"menuid": "Usr1207222915Menu",
"menuname": "appindexview2",
"menuitem": [
{
"id": "menuitem3",
"name": "右对齐菜单",
"item": [
{
"id": "menuitem2",
"name": "树视图" },
{
"id": "menuitem1",
"name": "分页导航" }
]
}
]
}, },
{ {
"menuid": "MainMenu", "menuid": "MainMenu",
...@@ -891,7 +911,77 @@ ...@@ -891,7 +911,77 @@
"name": "视图样式插件" }, "name": "视图样式插件" },
{ {
"id": "menuitem237", "id": "menuitem237",
"name": "表格模板插件(透视表)" } "name": "表格模板插件(透视表)" },
{
"id": "menuitem239",
"name": "界面样式表" }
]
},
{
"id": "menuitem240",
"name": "测试菜单项" },
{
"id": "menuitem241",
"name": "vue3插件测试",
"item": [
{
"id": "menuitem242",
"name": "视图插件",
"item": [
{
"id": "menuitem243",
"name": "应用首页" },
{
"id": "menuitem244",
"name": "编辑视图" },
{
"id": "menuitem245",
"name": "表格视图" },
{
"id": "menuitem246",
"name": "向导视图" },
{
"id": "menuitem247",
"name": "选项操作视图" },
{
"id": "menuitem248",
"name": "列表视图" },
{
"id": "menuitem249",
"name": "选择类视图" },
{
"id": "menuitem250",
"name": "树视图" }
]
},
{
"id": "menuitem251",
"name": "部件插件",
"item": [
{
"id": "menuitem252",
"name": "表单" },
{
"id": "menuitem253",
"name": "表格" }
]
},
{
"id": "menuitem254",
"name": "部件项插件",
"item": [
{
"id": "menuitem255",
"name": "表格列" }
]
},
{
"id": "menuitem259",
"name": "其他插件" }
] ]
} }
...@@ -1317,6 +1407,11 @@ ...@@ -1317,6 +1407,11 @@
"name": "完成借书流程", "name": "完成借书流程",
"type": "DELOGIC" "type": "DELOGIC"
}, },
{
"id": "GetRandom",
"name": "获取随机数",
"type": "USERCUSTOM"
},
{ {
"id": "Init", "id": "Init",
"name": "初始化", "name": "初始化",
......
[ [
{ {
"name":"年度", "name": "年度",
"code":"Years", "code": "Years",
"group":"", "group": "",
"memo":"", "memo": "",
"enable":"",
} }
] ]
\ No newline at end of file
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<extensionElements> <extensionElements>
<flowable:eventListener delegateExpression="${processInstanceListener}" /> <flowable:eventListener delegateExpression="${processInstanceListener}" />
<flowable:field name="refgroups"> <flowable:field name="refgroups">
<flowable:string>FinancialManager|财务经理|USERGROUP,FinancialDirector|财务总监|USERGROUP,GeneralManager|总经理|USERGROUP</flowable:string> <flowable:string>FinancialManager|财务经理|USERGROUP,GeneralManager|总经理|USERGROUP,FinancialDirector|财务总监|USERGROUP</flowable:string>
</flowable:field> </flowable:field>
<flowable:field name="bookings"> <flowable:field name="bookings">
<flowable:string>ibizsample0021s</flowable:string> <flowable:string>ibizsample0021s</flowable:string>
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
<endEvent id="sid-End001" name="结束"> <endEvent id="sid-End001" name="结束">
</endEvent> </endEvent>
<exclusiveGateway id="sid-Exclusivegateway001"/> <exclusiveGateway id="sid-Exclusivegateway001"/>
<userTask flowable:category="${businessKey}" flowable:dueDate="PT5M" flowable:candidateUsers="${activedata.createman},${wfCoreService.getGroupUsers('FinancialManager|org|CURORGID',execution)}" flowable:exclusive="true" <userTask flowable:category="${businessKey}" flowable:candidateUsers="${activedata.createman},${wfCoreService.getGroupUsers('FinancialManager|org|CURORGID',execution)}" flowable:exclusive="true"
id="tid-10-Interactive002" id="tid-10-Interactive002"
name="财务经理审核" > name="财务经理审核" >
<documentation>${majortext}</documentation> <documentation>${majortext}</documentation>
...@@ -45,16 +45,6 @@ ...@@ -45,16 +45,6 @@
<flowable:form procfunc="sendback" /> <flowable:form procfunc="sendback" />
</extensionElements> </extensionElements>
</userTask> </userTask>
<boundaryEvent id="bid-10-Interactive002" name="timeout-财务经理审核" attachedToRef="tid-10-Interactive002" cancelActivity="true">
<timerEventDefinition>
<timeDate>PT5M</timeDate>
</timerEventDefinition>
</boundaryEvent>
<userTask flowable:category="${businessKey}" flowable:candidateUsers="${wfCoreService.getGroupUsers('FinancialDirector|org|CURORGID',execution)}" flowable:exclusive="true"
id="tid-30-Interactive004"
name="财务总监审批" >
<documentation>${majortext}</documentation>
</userTask>
<userTask flowable:category="${businessKey}" flowable:candidateUsers="${activedata.deptheadsid}" flowable:exclusive="true" <userTask flowable:category="${businessKey}" flowable:candidateUsers="${activedata.deptheadsid}" flowable:exclusive="true"
id="tid-5-Interactive001" id="tid-5-Interactive001"
name="部门经理审核" > name="部门经理审核" >
...@@ -63,39 +53,30 @@ ...@@ -63,39 +53,30 @@
<flowable:form procfunc="addstepbefore;reassign" process-form="operationForm" process-utilform="beforeSign" process-utilformname="加签" process-util3form="transfer" process-util3formname="工作转移" /> <flowable:form procfunc="addstepbefore;reassign" process-form="operationForm" process-utilform="beforeSign" process-utilformname="加签" process-util3form="transfer" process-util3formname="工作转移" />
</extensionElements> </extensionElements>
</userTask> </userTask>
<userTask flowable:category="${businessKey}" flowable:candidateUsers="${activedata.createman}" flowable:exclusive="true"
id="tid-1-Interactive005"
name="发起人调整" >
<documentation>${majortext}</documentation>
</userTask>
<userTask flowable:category="${businessKey}" flowable:candidateUsers="${wfCoreService.getGroupUsers('GeneralManager|org|CURORGID',execution)}" flowable:exclusive="true" <userTask flowable:category="${businessKey}" flowable:candidateUsers="${wfCoreService.getGroupUsers('GeneralManager|org|CURORGID',execution)}" flowable:exclusive="true"
id="tid-20-Interactive003" id="tid-20-Interactive003"
name="总经理审核" > name="总经理审核" >
<documentation>${majortext}</documentation> <documentation>${majortext}</documentation>
</userTask> </userTask>
<userTask flowable:category="${businessKey}" flowable:candidateUsers="${activedata.createman}" flowable:exclusive="true" <userTask flowable:category="${businessKey}" flowable:candidateUsers="${wfCoreService.getGroupUsers('FinancialDirector|org|CURORGID',execution)}" flowable:exclusive="true"
id="tid-1-Interactive005" id="tid-30-Interactive004"
name="发起人调整" > name="财务总监审批" >
<documentation>${majortext}</documentation> <documentation>${majortext}</documentation>
</userTask> </userTask>
<sequenceFlow id="rid-e3878a66a52016449161ad2c87f72a91" sourceRef="sid-Start001" targetRef="tid-5-Interactive001" name=""> <sequenceFlow id="rid-e3878a66a52016449161ad2c87f72a91" sourceRef="sid-Start001" targetRef="tid-5-Interactive001" name="">
</sequenceFlow> </sequenceFlow>
<sequenceFlow id="lid-TIMEOUT-3f47eb9ea6d634af007ec95a1b80aef7" sourceRef="tid-10-Interactive002" targetRef="tid-5-Interactive001" name="">
</sequenceFlow>
<sequenceFlow id="lid-C52-0ab05f00c4c8e6655a10ec3e3c9b3322" sourceRef="tid-10-Interactive002" targetRef="sid-Exclusivegateway001" name="同意"> <sequenceFlow id="lid-C52-0ab05f00c4c8e6655a10ec3e3c9b3322" sourceRef="tid-10-Interactive002" targetRef="sid-Exclusivegateway001" name="同意">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C52-0ab05f00c4c8e6655a10ec3e3c9b3322"}]]></conditionExpression> <conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C52-0ab05f00c4c8e6655a10ec3e3c9b3322"}]]></conditionExpression>
<extensionElements> <extensionElements>
<flowable:form nextCondition="ANY" /> <flowable:form nextCondition="ANY" />
</extensionElements> </extensionElements>
</sequenceFlow> </sequenceFlow>
<sequenceFlow id="lid-C22-9184f80de46589d405564e720b0ea260" sourceRef="tid-30-Interactive004" targetRef="tid-1-Interactive005" name="不同意">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C22-9184f80de46589d405564e720b0ea260"}]]></conditionExpression>
<extensionElements>
<flowable:form nextCondition="ANY" />
</extensionElements>
</sequenceFlow>
<sequenceFlow id="lid-C41-5227f478187e4357f4598d1c7134be16" sourceRef="tid-30-Interactive004" targetRef="sid-End001" name="完成">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C41-5227f478187e4357f4598d1c7134be16"}]]></conditionExpression>
<extensionElements>
<flowable:form nextCondition="ANY" />
</extensionElements>
</sequenceFlow>
<sequenceFlow id="lid-C61-801f54724ece8211335876815cf8db89" sourceRef="tid-5-Interactive001" targetRef="tid-10-Interactive002" name="同意"> <sequenceFlow id="lid-C61-801f54724ece8211335876815cf8db89" sourceRef="tid-5-Interactive001" targetRef="tid-10-Interactive002" name="同意">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C61-801f54724ece8211335876815cf8db89"}]]></conditionExpression> <conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C61-801f54724ece8211335876815cf8db89"}]]></conditionExpression>
<extensionElements> <extensionElements>
...@@ -108,11 +89,17 @@ ...@@ -108,11 +89,17 @@
<flowable:form sequenceFlowForm="operationForm" sequenceFlowView="WFDynaActionView" nextCondition="ANY" /> <flowable:form sequenceFlowForm="operationForm" sequenceFlowView="WFDynaActionView" nextCondition="ANY" />
</extensionElements> </extensionElements>
</sequenceFlow> </sequenceFlow>
<sequenceFlow id="rid-46ceb8cd5d6f5c971c13cfee976ca04d" sourceRef="sid-Exclusivegateway001" targetRef="sid-End001" name=""> <sequenceFlow id="lid-C96-2c15fee57a59e3458057d2596c14afad" sourceRef="tid-1-Interactive005" targetRef="sid-End002" name="取消">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${((wfCoreService.test(activedata.amount, 'SINGLE', '10000')))} ]]></conditionExpression> <conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C96-2c15fee57a59e3458057d2596c14afad"}]]></conditionExpression>
<extensionElements>
<flowable:form nextCondition="ANY" />
</extensionElements>
</sequenceFlow> </sequenceFlow>
<sequenceFlow id="rid-2ea2f6438db10f01ac1dc58f7ada602a" sourceRef="sid-Exclusivegateway001" targetRef="tid-20-Interactive003" name=""> <sequenceFlow id="lid-C49-daae1767f268d31e508fdb9e449f6ab0" sourceRef="tid-1-Interactive005" targetRef="tid-5-Interactive001" name="重新提交">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${((wfCoreService.test(activedata.amount, 'SINGLE', '10000')))} ]]></conditionExpression> <conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C49-daae1767f268d31e508fdb9e449f6ab0"}]]></conditionExpression>
<extensionElements>
<flowable:form sequenceFlowForm="approvedForm" nextCondition="ANY" />
</extensionElements>
</sequenceFlow> </sequenceFlow>
<sequenceFlow id="lid-C69-9188599d2eb713551ba22fe947d3b73a" sourceRef="tid-20-Interactive003" targetRef="tid-1-Interactive005" name="不同意"> <sequenceFlow id="lid-C69-9188599d2eb713551ba22fe947d3b73a" sourceRef="tid-20-Interactive003" targetRef="tid-1-Interactive005" name="不同意">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C69-9188599d2eb713551ba22fe947d3b73a"}]]></conditionExpression> <conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C69-9188599d2eb713551ba22fe947d3b73a"}]]></conditionExpression>
...@@ -126,18 +113,24 @@ ...@@ -126,18 +113,24 @@
<flowable:form nextCondition="ANY" /> <flowable:form nextCondition="ANY" />
</extensionElements> </extensionElements>
</sequenceFlow> </sequenceFlow>
<sequenceFlow id="lid-C96-2c15fee57a59e3458057d2596c14afad" sourceRef="tid-1-Interactive005" targetRef="sid-End002" name="取消"> <sequenceFlow id="lid-C22-9184f80de46589d405564e720b0ea260" sourceRef="tid-30-Interactive004" targetRef="tid-1-Interactive005" name="不同意">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C96-2c15fee57a59e3458057d2596c14afad"}]]></conditionExpression> <conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C22-9184f80de46589d405564e720b0ea260"}]]></conditionExpression>
<extensionElements> <extensionElements>
<flowable:form nextCondition="ANY" /> <flowable:form nextCondition="ANY" />
</extensionElements> </extensionElements>
</sequenceFlow> </sequenceFlow>
<sequenceFlow id="lid-C49-daae1767f268d31e508fdb9e449f6ab0" sourceRef="tid-1-Interactive005" targetRef="tid-5-Interactive001" name="重新提交"> <sequenceFlow id="lid-C41-5227f478187e4357f4598d1c7134be16" sourceRef="tid-30-Interactive004" targetRef="sid-End001" name="完成">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C49-daae1767f268d31e508fdb9e449f6ab0"}]]></conditionExpression> <conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C41-5227f478187e4357f4598d1c7134be16"}]]></conditionExpression>
<extensionElements> <extensionElements>
<flowable:form sequenceFlowForm="approvedForm" nextCondition="ANY" /> <flowable:form nextCondition="ANY" />
</extensionElements> </extensionElements>
</sequenceFlow> </sequenceFlow>
<sequenceFlow id="rid-46ceb8cd5d6f5c971c13cfee976ca04d" sourceRef="sid-Exclusivegateway001" targetRef="sid-End001" name="">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${((wfCoreService.test(activedata.amount, 'SINGLE', '10000')))} ]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="rid-2ea2f6438db10f01ac1dc58f7ada602a" sourceRef="sid-Exclusivegateway001" targetRef="tid-20-Interactive003" name="">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${((wfCoreService.test(activedata.amount, 'SINGLE', '10000')))} ]]></conditionExpression>
</sequenceFlow>
</process> </process>
<bpmndi:BPMNDiagram id="BPMNDiagram_demosys-actv2"> <bpmndi:BPMNDiagram id="BPMNDiagram_demosys-actv2">
...@@ -145,79 +138,75 @@ ...@@ -145,79 +138,75 @@
<bpmndi:BPMNShape id="BPMNShape-sid-Start001" bpmnElement="sid-Start001"> <bpmndi:BPMNShape id="BPMNShape-sid-Start001" bpmnElement="sid-Start001">
<omgdi:Bounds x="15" y="55" width="30" height="30" /> <omgdi:Bounds x="15" y="55" width="30" height="30" />
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape-tid-10-Interactive002" bpmnElement="tid-10-Interactive002">
<omgdi:Bounds x="410" y="30" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape-sid-End002" bpmnElement="sid-End002"> <bpmndi:BPMNShape id="BPMNShape-sid-End002" bpmnElement="sid-End002">
<omgdi:Bounds x="186" y="389" width="30" height="30" /> <omgdi:Bounds x="186" y="389" width="30" height="30" />
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape-tid-10-Interactive002" bpmnElement="tid-10-Interactive002"> <bpmndi:BPMNShape id="BPMNShape-tid-5-Interactive001" bpmnElement="tid-5-Interactive001">
<omgdi:Bounds x="420" y="30" width="100" height="80" /> <omgdi:Bounds x="150" y="30" width="100" height="80" />
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape-sid-End001" bpmnElement="sid-End001"> <bpmndi:BPMNShape id="BPMNShape-tid-1-Interactive005" bpmnElement="tid-1-Interactive005">
<omgdi:Bounds x="780" y="221" width="30" height="30" /> <omgdi:Bounds x="150" y="195" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape-tid-20-Interactive003" bpmnElement="tid-20-Interactive003">
<omgdi:Bounds x="555" y="195" width="100" height="80" />
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape-tid-30-Interactive004" bpmnElement="tid-30-Interactive004"> <bpmndi:BPMNShape id="BPMNShape-tid-30-Interactive004" bpmnElement="tid-30-Interactive004">
<omgdi:Bounds x="555" y="360" width="100" height="80" /> <omgdi:Bounds x="555" y="360" width="100" height="80" />
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape-tid-5-Interactive001" bpmnElement="tid-5-Interactive001"> <bpmndi:BPMNShape id="BPMNShape-sid-End001" bpmnElement="sid-End001">
<omgdi:Bounds x="150" y="30" width="100" height="80" /> <omgdi:Bounds x="780" y="221" width="30" height="30" />
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape-sid-Exclusivegateway001" bpmnElement="sid-Exclusivegateway001"> <bpmndi:BPMNShape id="BPMNShape-sid-Exclusivegateway001" bpmnElement="sid-Exclusivegateway001">
<omgdi:Bounds x="585" y="50" width="40" height="40" /> <omgdi:Bounds x="585" y="50" width="40" height="40" />
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape-tid-20-Interactive003" bpmnElement="tid-20-Interactive003">
<omgdi:Bounds x="555" y="195" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape-tid-1-Interactive005" bpmnElement="tid-1-Interactive005">
<omgdi:Bounds x="150" y="195" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="BPMNEdge-rid-e3878a66a52016449161ad2c87f72a91" bpmnElement="rid-e3878a66a52016449161ad2c87f72a91"> <bpmndi:BPMNEdge id="BPMNEdge-rid-e3878a66a52016449161ad2c87f72a91" bpmnElement="rid-e3878a66a52016449161ad2c87f72a91">
<omgdi:waypoint x="0" y="0" /> <omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" /> <omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-TIMEOUT-3f47eb9ea6d634af007ec95a1b80aef7" bpmnElement="lid-TIMEOUT-3f47eb9ea6d634af007ec95a1b80aef7">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-C52-0ab05f00c4c8e6655a10ec3e3c9b3322" bpmnElement="lid-C52-0ab05f00c4c8e6655a10ec3e3c9b3322"> <bpmndi:BPMNEdge id="BPMNEdge-lid-C52-0ab05f00c4c8e6655a10ec3e3c9b3322" bpmnElement="lid-C52-0ab05f00c4c8e6655a10ec3e3c9b3322">
<omgdi:waypoint x="0" y="0" /> <omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" /> <omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-C22-9184f80de46589d405564e720b0ea260" bpmnElement="lid-C22-9184f80de46589d405564e720b0ea260"> <bpmndi:BPMNEdge id="BPMNEdge-lid-C61-801f54724ece8211335876815cf8db89" bpmnElement="lid-C61-801f54724ece8211335876815cf8db89">
<omgdi:waypoint x="0" y="0" /> <omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" /> <omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-C41-5227f478187e4357f4598d1c7134be16" bpmnElement="lid-C41-5227f478187e4357f4598d1c7134be16"> <bpmndi:BPMNEdge id="BPMNEdge-lid-C70-d0e29cc27e05571b11909f7658ac4967" bpmnElement="lid-C70-d0e29cc27e05571b11909f7658ac4967">
<omgdi:waypoint x="0" y="0" /> <omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" /> <omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-C61-801f54724ece8211335876815cf8db89" bpmnElement="lid-C61-801f54724ece8211335876815cf8db89"> <bpmndi:BPMNEdge id="BPMNEdge-lid-C96-2c15fee57a59e3458057d2596c14afad" bpmnElement="lid-C96-2c15fee57a59e3458057d2596c14afad">
<omgdi:waypoint x="0" y="0" /> <omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" /> <omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-C70-d0e29cc27e05571b11909f7658ac4967" bpmnElement="lid-C70-d0e29cc27e05571b11909f7658ac4967"> <bpmndi:BPMNEdge id="BPMNEdge-lid-C49-daae1767f268d31e508fdb9e449f6ab0" bpmnElement="lid-C49-daae1767f268d31e508fdb9e449f6ab0">
<omgdi:waypoint x="0" y="0" /> <omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" /> <omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-rid-46ceb8cd5d6f5c971c13cfee976ca04d" bpmnElement="rid-46ceb8cd5d6f5c971c13cfee976ca04d"> <bpmndi:BPMNEdge id="BPMNEdge-lid-C69-9188599d2eb713551ba22fe947d3b73a" bpmnElement="lid-C69-9188599d2eb713551ba22fe947d3b73a">
<omgdi:waypoint x="0" y="0" /> <omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" /> <omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-rid-2ea2f6438db10f01ac1dc58f7ada602a" bpmnElement="rid-2ea2f6438db10f01ac1dc58f7ada602a"> <bpmndi:BPMNEdge id="BPMNEdge-lid-C40-589364ef29595cdec31fb1825d9b42ed" bpmnElement="lid-C40-589364ef29595cdec31fb1825d9b42ed">
<omgdi:waypoint x="0" y="0" /> <omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" /> <omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-C69-9188599d2eb713551ba22fe947d3b73a" bpmnElement="lid-C69-9188599d2eb713551ba22fe947d3b73a"> <bpmndi:BPMNEdge id="BPMNEdge-lid-C22-9184f80de46589d405564e720b0ea260" bpmnElement="lid-C22-9184f80de46589d405564e720b0ea260">
<omgdi:waypoint x="0" y="0" /> <omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" /> <omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-C40-589364ef29595cdec31fb1825d9b42ed" bpmnElement="lid-C40-589364ef29595cdec31fb1825d9b42ed"> <bpmndi:BPMNEdge id="BPMNEdge-lid-C41-5227f478187e4357f4598d1c7134be16" bpmnElement="lid-C41-5227f478187e4357f4598d1c7134be16">
<omgdi:waypoint x="0" y="0" /> <omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" /> <omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-C96-2c15fee57a59e3458057d2596c14afad" bpmnElement="lid-C96-2c15fee57a59e3458057d2596c14afad"> <bpmndi:BPMNEdge id="BPMNEdge-rid-46ceb8cd5d6f5c971c13cfee976ca04d" bpmnElement="rid-46ceb8cd5d6f5c971c13cfee976ca04d">
<omgdi:waypoint x="0" y="0" /> <omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" /> <omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-C49-daae1767f268d31e508fdb9e449f6ab0" bpmnElement="lid-C49-daae1767f268d31e508fdb9e449f6ab0"> <bpmndi:BPMNEdge id="BPMNEdge-rid-2ea2f6438db10f01ac1dc58f7ada602a" bpmnElement="rid-2ea2f6438db10f01ac1dc58f7ada602a">
<omgdi:waypoint x="0" y="0" /> <omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" /> <omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
<artifactId>demo</artifactId> <artifactId>demo</artifactId>
<groupId>cn.ibizlab</groupId> <groupId>cn.ibizlab</groupId>
<version>1.0.0.0</version> <version>1.0.0.0</version>
<name>后台服务</name> <name>Demo</name>
<description></description> <description>后台服务</description>
<packaging>pom</packaging> <packaging>pom</packaging>
<parent> <parent>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册