Commit 18326c52 authored by Wei Shoulin's avatar Wei Shoulin
Browse files

refactor(csst_dfs_client): update function signature in level0.py

- Change parameter name from `prc_status` to `qc0_status` for better clarity
- Update function documentation to reflect the change
parent ad6e0885
Pipeline #9225 failed with stages
in 0 seconds
...@@ -131,7 +131,7 @@ def update_qc0_status_by_ids(ids: List[str], qc0_status: int) -> Result: ...@@ -131,7 +131,7 @@ def update_qc0_status_by_ids(ids: List[str], qc0_status: int) -> Result:
Args: Args:
ids (List[str]): 内部_id列表 ids (List[str]): 内部_id列表
prc_status (int): 处理状态 qc0_status (int): QC0状态
Returns: Returns:
Result: 更新结果 Result: 更新结果
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment