mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-05 05:45:10 +00:00
12 lines
373 B
Plaintext
12 lines
373 B
Plaintext
# Request
|
|
string compound # 化合物
|
|
Resource vessel # 干燥容器
|
|
---
|
|
# Result
|
|
bool success # 操作是否成功
|
|
string message # 结果消息
|
|
string return_info
|
|
---
|
|
# Feedback
|
|
string status # 当前状态描述
|
|
float64 progress # 进度百分比 (0-100) |