From cedf18f685fe495aeac9dfdedf74fbfc82d22315 Mon Sep 17 00:00:00 2001
From: zhangherong <571457620@qq.com>
Date: 星期四, 26 六月 2025 13:50:28 +0800
Subject: [PATCH] art: 删除旧的NC指派流程bpmn文件

---
 /dev/null |   61 ------------------------------
 1 files changed, 0 insertions(+), 61 deletions(-)

diff --git a/src/main/resources/processes/assign_nc_to_device.bpmn b/src/main/resources/processes/assign_nc_to_device.bpmn
deleted file mode 100644
index 87fa824..0000000
--- a/src/main/resources/processes/assign_nc_to_device.bpmn
+++ /dev/null
@@ -1,61 +0,0 @@
-<?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:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" xmlns:tns="http://www.activiti.org/test" 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="m1589077876043" name="" targetNamespace="http://www.activiti.org/test" typeLanguage="http://www.w3.org/2001/XMLSchema">
-    <process id="assign_nc_to_device" isClosed="false" isExecutable="true" name="鎸囨淳NC鏂囨。鍒拌澶�" processType="None">
-        <startEvent id="_2" name="StartEvent"/>
-        <userTask activiti:assignee="${apply_user}" activiti:exclusive="true" id="_3" name="鎻愪氦鐢宠"/>
-        <userTask activiti:candidateUsers="${approve_users}" activiti:exclusive="true" id="_4" name="瀹℃壒"/>
-        <endEvent id="_5" name="EndEvent"/>
-        <sequenceFlow id="_6" sourceRef="_2" targetRef="_3"/>
-        <sequenceFlow id="_7" sourceRef="_3" targetRef="_4"/>
-        <sequenceFlow id="_8" sourceRef="_4" targetRef="_5"/>
-    </process>
-    <bpmndi:BPMNDiagram documentation="background=#3C3F41;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="assign_nc_to_device">
-            <bpmndi:BPMNShape bpmnElement="_2" id="Shape-_2">
-                <omgdc:Bounds height="32.0" width="32.0" x="40.0" y="135.0"/>
-                <bpmndi:BPMNLabel>
-                    <omgdc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/>
-                </bpmndi:BPMNLabel>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_3" id="Shape-_3">
-                <omgdc:Bounds height="55.0" width="85.0" x="145.0" y="125.0"/>
-                <bpmndi:BPMNLabel>
-                    <omgdc:Bounds height="55.0" width="85.0" x="0.0" y="0.0"/>
-                </bpmndi:BPMNLabel>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_4" id="Shape-_4">
-                <omgdc:Bounds height="55.0" width="85.0" x="335.0" y="125.0"/>
-                <bpmndi:BPMNLabel>
-                    <omgdc:Bounds height="55.0" width="85.0" x="0.0" y="0.0"/>
-                </bpmndi:BPMNLabel>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_5" id="Shape-_5">
-                <omgdc:Bounds height="32.0" width="32.0" x="545.0" y="135.0"/>
-                <bpmndi:BPMNLabel>
-                    <omgdc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/>
-                </bpmndi:BPMNLabel>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNEdge bpmnElement="_6" id="BPMNEdge__6" sourceElement="_2" targetElement="_3">
-                <omgdi:waypoint x="72.0" y="151.0"/>
-                <omgdi:waypoint x="145.0" y="152.5"/>
-                <bpmndi:BPMNLabel>
-                    <omgdc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
-                </bpmndi:BPMNLabel>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_7" id="BPMNEdge__7" sourceElement="_3" targetElement="_4">
-                <omgdi:waypoint x="230.0" y="152.5"/>
-                <omgdi:waypoint x="335.0" y="152.5"/>
-                <bpmndi:BPMNLabel>
-                    <omgdc: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="_4" targetElement="_5">
-                <omgdi:waypoint x="420.0" y="152.5"/>
-                <omgdi:waypoint x="545.0" y="151.0"/>
-                <bpmndi:BPMNLabel>
-                    <omgdc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
-                </bpmndi:BPMNLabel>
-            </bpmndi:BPMNEdge>
-        </bpmndi:BPMNPlane>
-    </bpmndi:BPMNDiagram>
-</definitions>

--
Gitblit v1.9.3