-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgm_order_server_function.drawio
53 lines (53 loc) · 3.32 KB
/
gm_order_server_function.drawio
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<mxfile host="app.diagrams.net" modified="2021-09-09T02:46:18.381Z" agent="5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36" etag="WVZn96g_fEQUC0_HoNIp" version="15.1.1" type="github">
<diagram id="SN9rBPsU84qOEmi4sDWM" name="Page-1">
<mxGraphModel dx="813" dy="441" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="200000" pageHeight="200000" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="dkwyEX-x0nj1xs33FR20-1" value="order" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="600" y="295" width="100" height="50" as="geometry" />
</mxCell>
<mxCell id="dkwyEX-x0nj1xs33FR20-2" value="" style="endArrow=classic;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1" target="dkwyEX-x0nj1xs33FR20-6">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="700" y="320" as="sourcePoint" />
<mxPoint x="780" y="240" as="targetPoint" />
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="dkwyEX-x0nj1xs33FR20-3" value="" style="endArrow=classic;html=1;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="701" y="320" as="sourcePoint" />
<mxPoint x="930" y="320" as="targetPoint" />
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="dkwyEX-x0nj1xs33FR20-4" value="" style="endArrow=classic;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" edge="1" source="dkwyEX-x0nj1xs33FR20-1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="720" y="389.99999999999994" as="sourcePoint" />
<mxPoint x="890" y="460" as="targetPoint" />
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="dkwyEX-x0nj1xs33FR20-5" value="" style="endArrow=classic;html=1;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="700" y="320" as="sourcePoint" />
<mxPoint x="780" y="550" as="targetPoint" />
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="dkwyEX-x0nj1xs33FR20-6" value="创建订单" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="830" y="140" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="dkwyEX-x0nj1xs33FR20-7" value="更新订单" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="930" y="290" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="dkwyEX-x0nj1xs33FR20-8" value="发布采购计划" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="890" y="430" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="dkwyEX-x0nj1xs33FR20-9" value="发布生产计划" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="730" y="550" width="120" height="60" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>