From d8391959627eeba172c57763d1fb22f68256bbff Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期三, 13 十一月 2024 18:53:52 +0800
Subject: [PATCH] OSD通过国标码判断通道、数据中心车辆人脸在线率离线时间点
---
ycl-pojo/src/main/java/com/ycl/platform/domain/entity/YwPoint.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/YwPoint.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/YwPoint.java
index 6305d1a..e80c904 100644
--- a/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/YwPoint.java
+++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/YwPoint.java
@@ -35,7 +35,7 @@
private Date startTime;
@ApiModelProperty("鐐逛綅缁撴潫鏃堕棿")
- @TableField("end_time")
+ @TableField(value = "end_time")
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
private Date endTime;
@@ -75,9 +75,9 @@
@TableField("dept_tag")
private Boolean deptTag;
- @ApiModelProperty("鏄惁鍦ㄧ嚎锛歵rue 鍦ㄧ嚎")
+ @ApiModelProperty("1鍦ㄧ嚎 0鏈煡 -1绂荤嚎")
@TableField("online")
- private Boolean online;
+ private Integer online;
@TableField("serial_number")
private String serialNumber;
--
Gitblit v1.8.0