fix:更新任务所有结构细化完成时间、工位升级时间、清单下发时间

This commit is contained in:
2026-01-30 16:29:04 +08:00
parent 356f47eaee
commit 387a2fc210
4 changed files with 17 additions and 5 deletions

View File

@@ -19,6 +19,5 @@ public class GetDedicatedTimeReq extends BaseReq {
* 节点UUID()
*/
@Schema(description = "节点UUID可以传阶段uuid用于获取阶段下的所有工位")
@NotBlank(message = "nodeUuid不能为空")
private String nodeUuid;
}