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

@@ -42,6 +42,9 @@ public class TaskEventMessage {
/** 业务回调处理器编码 */
private String handleCode;
/** 触发任务状态完成时的登录用户 */
private Long operatorId;
/** 扩展数据 */
private Map<String, Object> payload;
}