2025-05-11 15:09:56 +08:00
|
|
|
<mxfile host="65bd71144e">
|
|
|
|
<diagram id="BHjv1J8RDqaP8pKBLOqJ" name="第 1 页">
|
|
|
|
<mxGraphModel dx="777" dy="395" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
|
|
|
|
<root>
|
|
|
|
<mxCell id="0"/>
|
|
|
|
<mxCell id="1" parent="0"/>
|
|
|
|
<mxCell id="2" value="book handlers" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
|
|
<mxGeometry x="140" y="130" width="120" height="60" as="geometry"/>
|
|
|
|
</mxCell>
|
|
|
|
<mxCell id="7" style="edgeStyle=none;html=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="1" source="3" target="2">
|
|
|
|
<mxGeometry relative="1" as="geometry"/>
|
|
|
|
</mxCell>
|
|
|
|
<mxCell id="8" value="接口" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];" vertex="1" connectable="0" parent="7">
|
|
|
|
<mxGeometry x="-0.0238" y="-2" relative="1" as="geometry">
|
|
|
|
<mxPoint as="offset"/>
|
|
|
|
</mxGeometry>
|
|
|
|
</mxCell>
|
|
|
|
<mxCell id="3" value="comment handlers" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
|
|
<mxGeometry x="330" y="130" width="120" height="60" as="geometry"/>
|
|
|
|
</mxCell>
|
|
|
|
<mxCell id="5" style="edgeStyle=none;html=1;exitX=0;exitY=0.3333333333333333;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="4" target="3">
|
|
|
|
<mxGeometry relative="1" as="geometry"/>
|
|
|
|
</mxCell>
|
|
|
|
<mxCell id="4" value="Actor" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;" vertex="1" parent="1">
|
|
|
|
<mxGeometry x="550" y="20" width="40" height="60" as="geometry"/>
|
|
|
|
</mxCell>
|
|
|
|
<mxCell id="6" value="..." style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
|
|
<mxGeometry x="500" y="130" width="120" height="60" as="geometry"/>
|
|
|
|
</mxCell>
|
|
|
|
<mxCell id="9" value="对外提供的功能" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" vertex="1" parent="1">
|
|
|
|
<mxGeometry x="260" y="80" width="60" height="30" as="geometry"/>
|
|
|
|
</mxCell>
|
|
|
|
<mxCell id="11" value="<h1 style="margin-top: 0px;">controllers</h1><p>controllers.Book.GetBook(id) -&gt; book</p>" style="text;html=1;whiteSpace=wrap;overflow=hidden;rounded=0;" vertex="1" parent="1">
|
2025-05-11 16:23:14 +08:00
|
|
|
<mxGeometry x="640" y="200" width="180" height="120" as="geometry"/>
|
2025-05-11 15:09:56 +08:00
|
|
|
</mxCell>
|
|
|
|
<mxCell id="12" value="Book Controller" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
|
|
<mxGeometry x="150" y="340" width="120" height="60" as="geometry"/>
|
|
|
|
</mxCell>
|
|
|
|
<mxCell id="14" style="edgeStyle=none;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.565;entryY=0.997;entryDx=0;entryDy=0;entryPerimeter=0;" edge="1" parent="1" source="12" target="2">
|
|
|
|
<mxGeometry relative="1" as="geometry"/>
|
|
|
|
</mxCell>
|
2025-05-11 16:23:14 +08:00
|
|
|
<mxCell id="19" style="edgeStyle=none;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;" edge="1" parent="1" source="18" target="3">
|
|
|
|
<mxGeometry relative="1" as="geometry"/>
|
|
|
|
</mxCell>
|
|
|
|
<mxCell id="20" style="edgeStyle=none;html=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1" source="18" target="12">
|
|
|
|
<mxGeometry relative="1" as="geometry"/>
|
|
|
|
</mxCell>
|
|
|
|
<mxCell id="18" value="Comment Controller" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
|
|
<mxGeometry x="330" y="340" width="120" height="60" as="geometry"/>
|
|
|
|
</mxCell>
|
|
|
|
<mxCell id="22" style="edgeStyle=none;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;" edge="1" parent="1" source="21" target="6">
|
|
|
|
<mxGeometry relative="1" as="geometry"/>
|
|
|
|
</mxCell>
|
|
|
|
<mxCell id="21" value="Controllers" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
|
|
<mxGeometry x="500" y="340" width="120" height="60" as="geometry"/>
|
|
|
|
</mxCell>
|
2025-05-11 15:09:56 +08:00
|
|
|
</root>
|
|
|
|
</mxGraphModel>
|
|
|
|
</diagram>
|
|
|
|
</mxfile>
|