15 lines
1.5 KiB
Plaintext
15 lines
1.5 KiB
Plaintext
<mxfile host="app.diagrams.net" modified="2026-01-30T13:55:00.000Z" agent="codex" version="24.7.7">
|
|
<diagram name="???????"><mxGraphModel dx="1426" dy="769" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" background="#ffffff" math="0" shadow="0">
|
|
<root>
|
|
<mxCell id="0"/>
|
|
<mxCell id="1" parent="0"/>
|
|
<mxCell id="2" value="??(User)" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;swimlaneFillColor=#ffffff;rounded=0;shadow=0;labelBackgroundColor=none;strokeColor=#000000;strokeWidth=1;fillColor=none;fontFamily=Verdana;fontSize=12;fontColor=#000000;" vertex="1" parent="1">
|
|
<mxGeometry x="200" y="120" width="240" height="260" as="geometry"/>
|
|
</mxCell>
|
|
<mxCell id="3" value="+ user_id: BIGINT
+ username: VARCHAR(50)
+ phone: VARCHAR(20)
+ email: VARCHAR(100)
+ password: VARCHAR(255)
+ role: VARCHAR(20)
+ status: INT
+ avatar: VARCHAR(255)
+ create_time: TIMESTAMP
+ update_time: TIMESTAMP
+ deleted: INT" style="text;html=1;whiteSpace=wrap;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;" vertex="1" parent="2">
|
|
<mxGeometry y="26" width="240" height="234" as="geometry"/>
|
|
</mxCell>
|
|
</root>
|
|
</mxGraphModel></diagram>
|
|
</mxfile>
|