overview.puml 452 B

123456789101112131415161718192021222324252627
  1. @startuml
  2. partition 客人 {
  3. (*) --> "訂單上傳"
  4. note right: 訂單號碼\n配送類別\n通路代碼
  5. --> Bows
  6. }
  7. partition 倉庫 #LightSkyBlue {
  8. === S1 === --> Applauds
  9. }
  10. partition 通路商營業站 {
  11. Bows --> === S2 ===
  12. --> WavesArmes
  13. Applauds --> === S2 ===
  14. }
  15. partition Orchestra #CCCCEE {
  16. WavesArmes --> Introduction
  17. --> "Play music"
  18. }
  19. partition 其他 {
  20. test --> 取件報關派送及客服退貨申請查詢
  21. }
  22. @enduml