mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-04 13:25:13 +00:00
10 lines
479 B
Plaintext
10 lines
479 B
Plaintext
string from_vessel # 源容器的名称,即样品起始所在的容器
|
|
string to_vessel # 目标容器的名称,分离后的样品要到达的容器
|
|
string column # 所使用的柱子的名称
|
|
---
|
|
bool success # 操作是否成功
|
|
string message # 结果消息
|
|
string return_info
|
|
---
|
|
string status # 当前状态描述
|
|
float64 progress # 进度百分比 (0-100) |