Files
plantUML/oms/segmentation/segmentation.puml
2024-05-24 12:17:32 +03:00

11 lines
292 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
@startuml
interface "CRM" as [CRM]
interface "WTIS" as [WTIS]
interface "OMS" as [OMS]
CRM -> OMS: Обновляет данные по\nменеджеру заказа
OMS -> WTIS: Обновляет данные п
DA - [First Component]
[First Component] ..> HTTP : use
@enduml