feat:空载具出入库、及各模块任务类补齐
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user