fix(iot): 统一CleanOrderCreateEvent.priority类型为Integer

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
lzh
2026-01-28 14:50:35 +08:00
parent 3c92bfc02c
commit 5cc5cd5238

View File

@@ -67,11 +67,11 @@ public class CleanOrderCreateEvent {
/**
* 工单优先级
* <p>
* P0 - 紧急
* P1 - 重要
* P2 - 普通
* 0 - P0紧急
* 1 - P1重要
* 2 - P2普通
*/
private String priority;
private Integer priority;
/**
* 事件时间