1.資料匯入.puml 258 B

123456789101112131415161718
  1. @startuml 資料匯入
  2. start
  3. :匯入資料;
  4. :選擇通路代碼
  5. 選擇 Excel 檔;
  6. if (匯入訂單 upload_orders() 成功) then (yes)
  7. :匯入訂單;
  8. else (no)
  9. :匯入失敗;
  10. stop
  11. endif
  12. :出貨明細查詢
  13. query_shipping_details();
  14. stop
  15. @enduml