调整目录查询的结果展示逻辑
This commit is contained in:
@@ -3,6 +3,8 @@ package com.genersoft.iot.vmp.gb28181.bean;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
|
||||
import java.time.Instant;
|
||||
|
||||
/**
|
||||
* 摄像机同步状态
|
||||
* @author lin
|
||||
@@ -23,4 +25,7 @@ public class SyncStatus {
|
||||
@Schema(description = "是否同步中")
|
||||
private Boolean syncIng;
|
||||
|
||||
@Schema(description = "时间")
|
||||
private Instant time;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user