From 530af60d6c6a82c11ab2c4aeb6a691c0c0c64eaf Mon Sep 17 00:00:00 2001
From: CZT <czt18638530771@163.com>
Date: 星期二, 02 一月 2024 16:44:49 +0800
Subject: [PATCH] 调整1307-仓内视频图像同步信息
---
src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1310.java | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1310.java b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1310.java
index 9f98c54..1ad29fb 100644
--- a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1310.java
+++ b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1310.java
@@ -43,6 +43,10 @@
@PropertyDef(label = "妫�楠岀被鍒�")
private String jylb;
+ @JSONField(format = "yyyy-MM-dd")
+ @PropertyDef(label = "妫�楠屾棩鏈�")
+ private Date jyrq;
+
@PropertyDef(label = "妫�楠屽崟浣�")
private String jydw;
@@ -116,10 +120,6 @@
@PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�")
private Date zhgxsj;
- @JSONField(format = "yyyy-MM-dd")
- @PropertyDef(label = "妫�楠屾棩鏈�")
- private Date jyrq;
-
@PropertyDef(label = "鏍囪浣�")
private String bjw;
@@ -129,4 +129,7 @@
@PropertyDef(label = "绮鎬ц川浠g爜")
private String lsxzdm;
+ @PropertyDef(label = "鎶ュ憡绫诲瀷", description = "1-鍗曚綅妫�楠岋紱2-鏁翠綋妫�楠岋紱3-鍏朵粬")
+ private String bglx;
+
}
--
Gitblit v1.9.3