fix: 设备即将过期,功能优化完善。
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user