Files
scrq-hd/.svn/pristine/8f/8f2502b24b54d8ed43d47fff4d9f9e87b7050aa4.svn-base
2025-07-03 10:34:04 +08:00

20 lines
450 B
Plaintext
Raw 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
'https://plantuml.com/sequence-diagram
autonumber
调用开始 -> 成品入库ERP接口: 调用接口
note left
成品入库DTO
end note
alt 如果调用失败
成品入库ERP接口 -> 系统模块: 推送app预警消息
系统模块 -> 成品入库单: 保存ERPJson
else 如果调用成功
成品入库ERP接口 -> 成品入库单: 在单据中保存ERP单号保存ERPJson
end
成品入库单 -> 调用开始: 调用结束
@enduml