<
从版本< 32.1 >
xu yang编辑
在2022/03/07 14:51上
到版本
xu yang编辑
在2022/03/07 14:55上
>
修改评论 该版本没有评论

Summary

Details

Page properties
Content
... ... @@ -288,6 +288,37 @@
288 288  
289 289  
290 290  
291 +
292 +{{plantuml}}
293 +@startuml
294 +
295 +interface Human{
296 +void eat()
297 +}
298 +note right
299 +human only eat()
300 +endnote
301 +
302 +class Father{
303 +void makeMoney()
304 +}
305 +
306 +class Xiaoming{
307 +Human girlFriend
308 +void play()
309 +}
310 +
311 +Human <|.. Father
312 +Human <|.. Xiaoming
313 +Human <.. Xiaoming
314 +Father <|-- Xiaoming
315 +
316 +
317 +
318 +@enduml
319 +{{/plantuml}}
320 +
321 +
291 291  页脚引用:
292 292  
293 293  {{footnote}}