update 更改模块名称

This commit is contained in:
lijiarao
2023-09-05 09:10:12 +08:00
parent 248a2dbe8a
commit 8522fc6f34
1501 changed files with 4 additions and 47397 deletions
@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:activiti="http://activiti.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.activiti.org/processdef">
<process id="leave" name="leave" isExecutable="true">
<startEvent id="startEvent"/>
<userTask id="cjccsqd" name="创建出差申请单" activiti:assignee="zhangsan"/>
<userTask id="bmjlsp" name="部门经理审批"/>
<endEvent id="endEvent"/>
<sequenceFlow id="flow2" sourceRef="cjccsqd" targetRef="bmjlsp"/>
<userTask id="zjlsp" name="总经理审批"/>
<userTask id="cwsp" name="财务审批"/>
<sequenceFlow id="flow3" sourceRef="bmjlsp" targetRef="zjlsp"/>
<sequenceFlow id="flow4" sourceRef="zjlsp" targetRef="cwsp"/>
<sequenceFlow id="flow5" sourceRef="cwsp" targetRef="endEvent"/>
<sequenceFlow id="sid-caa4e7b3-8626-4758-a201-74e1fe72601e" sourceRef="startEvent" targetRef="cjccsqd"/>
</process>
<bpmndi:BPMNDiagram id="BPMNDiagram_leave">
<bpmndi:BPMNPlane bpmnElement="leave" id="BPMNPlane_leave">
<bpmndi:BPMNShape id="shape-7bb59e4a-c557-48dd-b254-89b2e90f6fa8" bpmnElement="startEvent">
<omgdc:Bounds x="-76.244156" y="-335.0" width="30.0" height="30.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="shape-f744c950-306b-4342-b25e-9886bffdddfb" bpmnElement="cjccsqd">
<omgdc:Bounds x="-111.244156" y="-255.0" width="100.0" height="80.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="sid-3fc907a2-e576-416d-9c8d-677a2e3891ce" bpmnElement="bmjlsp">
<omgdc:Bounds x="-111.244156" y="-122.5" width="100.0" height="80.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="shape-c0bbeff5-6ce2-4924-90ae-446330da4eb9" bpmnElement="endEvent">
<omgdc:Bounds x="-76.244156" y="310.0" width="30.0" height="30.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="edge-46ddaf30-9f01-40c5-9764-ebeacfde78c1" bpmnElement="flow2">
<omgdi:waypoint x="-61.244156" y="-175.0"/>
<omgdi:waypoint x="-61.244156" y="-122.5"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="sid-04014a4e-1b8a-46c2-b52e-c480153094b2" bpmnElement="zjlsp">
<omgdc:Bounds x="-111.244156" y="16.31935" width="100.0" height="80.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="shape-7168113b-1def-4144-b8ad-f6b363fcbccc" bpmnElement="cwsp">
<omgdc:Bounds x="-111.244156" y="160.0" width="100.0" height="80.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="edge-291c1296-3f84-48bd-b8be-0f85c8183e20" bpmnElement="flow3">
<omgdi:waypoint x="-61.244156" y="-42.5"/>
<omgdi:waypoint x="-61.244156" y="16.31935"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="edge-b95fa62c-bb0b-46a0-9a08-f60ccff10444" bpmnElement="flow4">
<omgdi:waypoint x="-61.244156" y="96.31935"/>
<omgdi:waypoint x="-61.244156" y="160.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="edge-dde02104-fe50-4028-8bf9-9711e38c8ad0" bpmnElement="flow5">
<omgdi:waypoint x="-61.244156" y="240.0"/>
<omgdi:waypoint x="-61.244164" y="310.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="edge-07f83931-402e-4341-8686-14383baa08e6" bpmnElement="sid-caa4e7b3-8626-4758-a201-74e1fe72601e">
<omgdi:waypoint x="-61.244156" y="-305.0"/>
<omgdi:waypoint x="-61.244156" y="-255.0"/>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</definitions>
Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" 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:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_1dx83c4" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.13.0" modeler:executionPlatform="Camunda Platform" modeler:executionPlatformVersion="7.19.0">
<bpmn:process id="Process_17bj7d9" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_0ln2zen</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_0ln2zen" sourceRef="StartEvent_1" targetRef="Activity_0v98tow" />
<bpmn:userTask id="Activity_0v98tow" name="创建出差申请单">
<bpmn:incoming>Flow_0ln2zen</bpmn:incoming>
<bpmn:outgoing>Flow_1dmfby6</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sequenceFlow id="Flow_1dmfby6" sourceRef="Activity_0v98tow" targetRef="Activity_1d2la4l" />
<bpmn:userTask id="Activity_1d2la4l" name="部门经理审批">
<bpmn:incoming>Flow_1dmfby6</bpmn:incoming>
<bpmn:outgoing>Flow_0hkyh3o</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sequenceFlow id="Flow_0hkyh3o" sourceRef="Activity_1d2la4l" targetRef="Activity_1dz3u0m" />
<bpmn:userTask id="Activity_1dz3u0m" name="总经理审批">
<bpmn:incoming>Flow_0hkyh3o</bpmn:incoming>
<bpmn:outgoing>Flow_0iw6bki</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sequenceFlow id="Flow_0iw6bki" sourceRef="Activity_1dz3u0m" targetRef="Activity_0m576ex" />
<bpmn:userTask id="Activity_0m576ex" name="财务审批">
<bpmn:incoming>Flow_0iw6bki</bpmn:incoming>
<bpmn:outgoing>Flow_0stcykp</bpmn:outgoing>
</bpmn:userTask>
<bpmn:endEvent id="Event_17e1txx">
<bpmn:incoming>Flow_0stcykp</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_0stcykp" sourceRef="Activity_0m576ex" targetRef="Event_17e1txx" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_17bj7d9">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="179" y="99" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1m8g93w_di" bpmnElement="Activity_0v98tow">
<dc:Bounds x="270" y="77" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_16f180l_di" bpmnElement="Activity_1d2la4l">
<dc:Bounds x="430" y="77" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_01vt5l3_di" bpmnElement="Activity_1dz3u0m">
<dc:Bounds x="590" y="77" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0k1zkgx_di" bpmnElement="Activity_0m576ex">
<dc:Bounds x="750" y="77" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_17e1txx_di" bpmnElement="Event_17e1txx">
<dc:Bounds x="912" y="99" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0ln2zen_di" bpmnElement="Flow_0ln2zen">
<di:waypoint x="215" y="117" />
<di:waypoint x="270" y="117" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1dmfby6_di" bpmnElement="Flow_1dmfby6">
<di:waypoint x="370" y="117" />
<di:waypoint x="430" y="117" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0hkyh3o_di" bpmnElement="Flow_0hkyh3o">
<di:waypoint x="530" y="117" />
<di:waypoint x="590" y="117" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0iw6bki_di" bpmnElement="Flow_0iw6bki">
<di:waypoint x="690" y="117" />
<di:waypoint x="750" y="117" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0stcykp_di" bpmnElement="Flow_0stcykp">
<di:waypoint x="850" y="117" />
<di:waypoint x="912" y="117" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>
@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" 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:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_1dx83c4" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.13.0" modeler:executionPlatform="Camunda Platform" modeler:executionPlatformVersion="7.19.0">
<bpmn:process id="Process_17bj7d9" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_0ln2zen</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_0ln2zen" sourceRef="StartEvent_1" targetRef="Activity_0v98tow" />
<bpmn:userTask id="Activity_0v98tow" name="创建出差申请单">
<bpmn:incoming>Flow_0ln2zen</bpmn:incoming>
<bpmn:outgoing>Flow_1dmfby6</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sequenceFlow id="Flow_1dmfby6" sourceRef="Activity_0v98tow" targetRef="Activity_1d2la4l" />
<bpmn:userTask id="Activity_1d2la4l" name="部门经理审批">
<bpmn:incoming>Flow_1dmfby6</bpmn:incoming>
<bpmn:outgoing>Flow_0hkyh3o</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sequenceFlow id="Flow_0hkyh3o" sourceRef="Activity_1d2la4l" targetRef="Activity_1dz3u0m" />
<bpmn:userTask id="Activity_1dz3u0m" name="总经理审批">
<bpmn:incoming>Flow_0hkyh3o</bpmn:incoming>
<bpmn:outgoing>Flow_0iw6bki</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sequenceFlow id="Flow_0iw6bki" sourceRef="Activity_1dz3u0m" targetRef="Activity_0m576ex" />
<bpmn:userTask id="Activity_0m576ex" name="财务审批">
<bpmn:incoming>Flow_0iw6bki</bpmn:incoming>
<bpmn:outgoing>Flow_0stcykp</bpmn:outgoing>
</bpmn:userTask>
<bpmn:endEvent id="Event_17e1txx">
<bpmn:incoming>Flow_0stcykp</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_0stcykp" sourceRef="Activity_0m576ex" targetRef="Event_17e1txx" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_17bj7d9">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="179" y="99" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1m8g93w_di" bpmnElement="Activity_0v98tow">
<dc:Bounds x="270" y="77" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_16f180l_di" bpmnElement="Activity_1d2la4l">
<dc:Bounds x="430" y="77" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_01vt5l3_di" bpmnElement="Activity_1dz3u0m">
<dc:Bounds x="590" y="77" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0k1zkgx_di" bpmnElement="Activity_0m576ex">
<dc:Bounds x="750" y="77" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_17e1txx_di" bpmnElement="Event_17e1txx">
<dc:Bounds x="912" y="99" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0ln2zen_di" bpmnElement="Flow_0ln2zen">
<di:waypoint x="215" y="117" />
<di:waypoint x="270" y="117" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1dmfby6_di" bpmnElement="Flow_1dmfby6">
<di:waypoint x="370" y="117" />
<di:waypoint x="430" y="117" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0hkyh3o_di" bpmnElement="Flow_0hkyh3o">
<di:waypoint x="530" y="117" />
<di:waypoint x="590" y="117" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0iw6bki_di" bpmnElement="Flow_0iw6bki">
<di:waypoint x="690" y="117" />
<di:waypoint x="750" y="117" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0stcykp_di" bpmnElement="Flow_0stcykp">
<di:waypoint x="850" y="117" />
<di:waypoint x="912" y="117" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>
@@ -0,0 +1,103 @@
<?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:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" expressionLanguage="http://www.w3.org/1999/XPath" id="m1690955946000" name="" targetNamespace="http://www.activiti.org/testm1690955946000" typeLanguage="http://www.w3.org/2001/XMLSchema">
<process id="leave-application" isClosed="false" isExecutable="true" name="请假申请" processType="None">
<startEvent id="_2" name="StartEvent"/>
<userTask activiti:assignee="${assignee0}" activiti:exclusive="true" id="_3" name="创建请假申请"/>
<sequenceFlow id="_4" sourceRef="_2" targetRef="_3"/>
<userTask activiti:assignee="${assignee1}" activiti:exclusive="true" id="_5" name="组长审批"/>
<sequenceFlow id="_6" sourceRef="_3" targetRef="_5"/>
<userTask activiti:assignee="${assignee2}" activiti:exclusive="true" id="_7" name="技术总监审批"/>
<sequenceFlow id="_8" name="请假天数大于等于3天" sourceRef="_5" targetRef="_7">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${days >= 3}]]></conditionExpression>
</sequenceFlow>
<userTask activiti:assignee="${assignee3}" activiti:exclusive="true" id="_9" name="人事审批"/>
<sequenceFlow id="_10" name="请假天数小于3天" sourceRef="_5" targetRef="_9">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${days < 3}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="_11" sourceRef="_7" targetRef="_9"/>
<endEvent id="_12" name="EndEvent"/>
<sequenceFlow id="_13" sourceRef="_9" targetRef="_12"/>
</process>
<bpmndi:BPMNDiagram documentation="background=#FFFFFF;count=1;horizontalcount=1;orientation=0;width=842.4;height=1195.2;imageableWidth=832.4;imageableHeight=1185.2;imageableX=5.0;imageableY=5.0" id="Diagram-_1" name="New Diagram">
<bpmndi:BPMNPlane bpmnElement="leave-application">
<bpmndi:BPMNShape bpmnElement="_2" id="Shape-_2">
<dc:Bounds height="32.0" width="32.0" x="35.0" y="380.0"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="_3" id="Shape-_3">
<dc:Bounds height="55.0" width="85.0" x="145.0" y="330.0"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="55.0" width="85.0" x="0.0" y="0.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="_5" id="Shape-_5">
<dc:Bounds height="55.0" width="85.0" x="300.0" y="330.0"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="55.0" width="85.0" x="0.0" y="0.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="_7" id="Shape-_7">
<dc:Bounds height="55.0" width="85.0" x="505.0" y="255.0"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="55.0" width="85.0" x="0.0" y="0.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="_9" id="Shape-_9">
<dc:Bounds height="55.0" width="85.0" x="510.0" y="450.0"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="55.0" width="85.0" x="0.0" y="0.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="_12" id="Shape-_12">
<dc:Bounds height="32.0" width="32.0" x="660.0" y="365.0"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge bpmnElement="_13" id="BPMNEdge__13" sourceElement="_9" targetElement="_12">
<di:waypoint x="610.0" y="477.5"/>
<di:waypoint x="660.0" y="381.0"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="_4" id="BPMNEdge__4" sourceElement="_2" targetElement="_3">
<di:waypoint x="82.0" y="396.0"/>
<di:waypoint x="145.0" y="357.5"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="_6" id="BPMNEdge__6" sourceElement="_3" targetElement="_5">
<di:waypoint x="245.0" y="357.5"/>
<di:waypoint x="300.0" y="357.5"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="_8" id="BPMNEdge__8" sourceElement="_5" targetElement="_7">
<di:waypoint x="400.0" y="357.5"/>
<di:waypoint x="505.0" y="282.5"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="_11" id="BPMNEdge__11" sourceElement="_7" targetElement="_9">
<di:waypoint x="550.0" y="325.0"/>
<di:waypoint x="550.0" y="450.0"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="_10" id="BPMNEdge__10" sourceElement="_5" targetElement="_9">
<di:waypoint x="400.0" y="357.5"/>
<di:waypoint x="510.0" y="477.5"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</definitions>
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB