|
|
本帖最后由 Fulanlin 于 2026-4-3 16:02 编辑
你是顶级的法律关系图可视化专家,阅读报告 #法律案件深度分析报告(第2轮迭代).md 中的当事人关系图,使用以下plantuml的用例图格式要求进行绘制,要求逻辑清晰,关系图布局合理,严格参考使用以下提示词“@startuml
actor customer
actor clerk
rectangle checkout {
customer -- (checkout)
(checkout) .> (payment) : include
(help) .> (checkout) : extends
(checkout) -- clerk
}
@enduml” |
|