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/SH2023Api1201.java | 11 +++++------
1 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1201.java b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1201.java
index 43e6355..97988ad 100644
--- a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1201.java
+++ b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1201.java
@@ -33,6 +33,9 @@
@PropertyDef(label = "涓氬姟绫诲埆")
private String ywlx;
+ @PropertyDef(label = "璐攢鏂瑰紡")
+ private String gxfs;
+
@PropertyDef(label = "瀹㈡埛绫诲瀷")
private String khlx;
@@ -97,19 +100,15 @@
@PropertyDef(label = "瀹為檯瀹屾垚鏃堕棿")
private Date sswcsj;
- @JSONField(name = "Lysl")
@PropertyDef(label = "灞ョ害鏁伴噺")
private double lysl;
- @JSONField(name = "Lyl")
@PropertyDef(label = "灞ョ害鐜�")
- private double lyl;
+ private double lyl = 100;
- @JSONField(name = "Jsjg")
@PropertyDef(label = "缁撶畻浠锋牸")
private double jsjg;
- @JSONField(name = "Jszje", serializeUsing = NumberSerializer.class)
@PropertyDef(label = "缁撶畻鎬婚噾棰�")
private BigDecimal jszje;
@@ -152,7 +151,7 @@
private Date zhgxsj;
@PropertyDef(label = "鍚堝悓鏄惁涓")
- private String htsfzz;
+ private String htsfzz = "0";
@PropertyDef(label = "鏍囪浣�")
private String bjw;
--
Gitblit v1.9.3