fix: 设备即将过期,功能优化完善。

This commit is contained in:
tianyongbao
2026-05-30 19:33:00 +08:00
parent ec0237e448
commit ff74a6599e
2 changed files with 49 additions and 22 deletions

View File

@@ -45,4 +45,10 @@ public class PublicDeviceDeadInfo implements Serializable {
@Schema(description = "服务到期时间")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date deadTime;
/**
* 过期状态1-已过期2-即将过期
*/
@Schema(description = "过期状态1-已过期2-即将过期")
private Integer status;
}