feat:空载具出入库、及各模块任务类补齐

This commit is contained in:
zhouz
2026-08-04 18:59:51 +08:00
parent afb512cf6c
commit 9b0da46c0d
39 changed files with 1648 additions and 584 deletions

View File

@@ -24,6 +24,9 @@ public class TaskExecuteDTO {
@NotNull(message = "任务ID不能为空")
private Long taskId;
@Schema(description = "触发任务状态完成时的登录用户")
private Long operatorId;
@Schema(description = "ACS反馈扩展数据")
private Map<String, Object> payload;
}