refactor(ops): 新增 environment 模块的 BadgeDeviceStatusService
将 BadgeDeviceStatusService 迁移至 environment-biz 模块,并扩展 DTO: - 新建 environment/service/badge/BadgeDeviceStatusService.java 接口 - 新建 environment/service/badge/BadgeDeviceStatusServiceImpl.java 实现 - BadgeDeviceStatusDTO 新增字段: - currentOrderStatus: 工单状态(DISPATCHED/ARRIVED/PAUSED) - beaconMac: 当前区域信标MAC地址 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -56,6 +56,16 @@ public class BadgeDeviceStatusDTO {
|
||||
*/
|
||||
private Long currentOpsOrderId;
|
||||
|
||||
/**
|
||||
* 当前工单状态(DISPATCHED/ARRIVED/PAUSED等)
|
||||
*/
|
||||
private String currentOrderStatus;
|
||||
|
||||
/**
|
||||
* 当前区域信标MAC地址
|
||||
*/
|
||||
private String beaconMac;
|
||||
|
||||
/**
|
||||
* 最后心跳时间(时间戳)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user