From c83101eb62f5d4906b9c01ceea6b21a37f9e84d8 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期二, 18 十一月 2025 09:24:53 +0800
Subject: [PATCH] bug修复
---
ycl-pojo/src/main/java/com/ycl/platform/domain/result/UY/OsdMonitorResult.java | 110 +-----------------------------------------------------
1 files changed, 3 insertions(+), 107 deletions(-)
diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/result/UY/OsdMonitorResult.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/result/UY/OsdMonitorResult.java
index 03a8166..ae832f1 100644
--- a/ycl-pojo/src/main/java/com/ycl/platform/domain/result/UY/OsdMonitorResult.java
+++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/result/UY/OsdMonitorResult.java
@@ -1,5 +1,6 @@
package com.ycl.platform.domain.result.UY;
+import com.fasterxml.jackson.annotation.JsonFormat;
import com.ycl.platform.domain.result.BaseResult;
import io.swagger.models.auth.In;
import lombok.Data;
@@ -40,6 +41,7 @@
/**
* 瀹℃牳鏃堕棿
*/
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date auditedTime;
@@ -86,6 +88,7 @@
/**
* ocr璇嗗埆鏃堕棿
*/
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date ocrTime;
private Integer timeInfoFormat;
@@ -95,111 +98,4 @@
*/
private Integer timeInfoMessage;
-// /**
-// * 鍖哄煙璺緞淇℃伅
-// */
-// @TextIndexed
-// private String arealayerPath;
-//
-// /**
-// * 鍖哄煙鍚嶇О
-// */
-// @TextIndexed
-// private String arealayername;
-//
-// /**
-// * 鍖哄煙缂栫爜
-// */
-// private String arealayerno;
-//
-// /**
-// * 璁惧 ID
-// */
-// @TextIndexed
-// private String deviceId;
-//
-// /**
-// * 璁惧鍚嶇О
-// */
-// @TextIndexed
-// private String deviceName;
-//
-// /**
-// * 鍥剧墖涓婄殑瀛楀箷鏃堕棿鍜屾憚鍍忔満鎷夌爜娴佹椂闂村樊鏄惁澶т簬鏈�澶у��
-// */
-// private String diff;
-//
-// /**
-// * 鍥剧墖涓婄殑瀛楀箷鏃堕棿鍜屾憚鍍忔満鎷夌爜娴佹椂闂村樊锛屽崟浣�(绉�), -1 琛ㄧず鏈煡
-// */
-// private Integer diffTime;
-//
-// /**
-// * IP 鍦板潃
-// */
-// @TextIndexed
-// private String ip;
-//
-// /**
-// * 鍥剧墖 ocr 璇嗗埆缁撴灉
-// */
-// private OcrResult ocrResult;
-//
-// /**
-// * 鍥剧墖鍦板潃
-// */
-// private String imgPath;
-//
-// /**
-// * 鐘舵�佺爜锛�0锛氭甯�
-// */
-// private Integer statusCode;
-//
-// /**
-// * 鍥剧墖涓婄殑瀛楀箷鏃堕棿鍜屾憚鍍忔満鎷夌爜娴佹椂闂村樊锛屽崟浣�(绉�)
-// */
-// private String osdFormat;
-//
-// /**
-// * osd 淇℃伅
-// */
-// private OsdInfo osdInfo;
-//
-// /**
-// * 鍥剧墖涓婄殑瀛楀箷鏃堕棿
-// */
-// private String osdTime;
-//
-// /**
-// * 鎽勫儚鏈烘爣绛�
-// */
-// private List<String> tags;
-//
-// /**
-// * 鏇存柊鏃堕棿
-// */
-// private String updateTime;
-//
-// /**
-// * 瑙嗛鐮佹祦鑾峰彇鏃堕棿
-// */
-// private String videoGetTime;
-//
-// /**
-// * OCR璇嗗埆缁撴灉鐨勫唴閮ㄧ被
-// */
-// @Data
-// public static class OcrResult {
-// private List<String> data;
-// }
-//
-// /**
-// * osd淇℃伅鐨勫唴閮ㄧ被
-// */
-// @Data
-// public static class OsdInfo {
-// private String timeInfo;
-// private String positionInfo;
-// private String cameraInfo;
-// }
}
--
Gitblit v1.8.0