123456789101112131415161718192021222324252627 |
- @startuml
- partition 客人 {
- (*) --> "訂單上傳"
- note right: 訂單號碼\n配送類別\n通路代碼
- --> Bows
- }
- partition 倉庫 #LightSkyBlue {
- === S1 === --> Applauds
- }
- partition 通路商營業站 {
- Bows --> === S2 ===
- --> WavesArmes
- Applauds --> === S2 ===
- }
- partition Orchestra #CCCCEE {
- WavesArmes --> Introduction
- --> "Play music"
- }
- partition 其他 {
- test --> 取件報關派送及客服退貨申請查詢
- }
- @enduml
|