From 3473ebe6988483ba15f4061fddd55624bd22a305 Mon Sep 17 00:00:00 2001
From: CZT <czt18638530771@163.com>
Date: 星期二, 05 十二月 2023 10:58:13 +0800
Subject: [PATCH] 更新同步计划时,不区分类型,统一更新为轮换计划
---
src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1205.java | 21 ++++++++++++++-------
1 files changed, 14 insertions(+), 7 deletions(-)
diff --git a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1205.java b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1205.java
index 8cac8cf..e3c72be 100644
--- a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1205.java
+++ b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1205.java
@@ -35,9 +35,6 @@
@PropertyDef(label = "璐т綅浠g爜")
private String hwdm;
- @PropertyDef(label = "璁″垝鏄庣粏鍙�")
- private String jhmxh;
-
@PropertyDef(label = "鍑哄簱閫氱煡鍗曞彿")
private String cktzdh;
@@ -66,11 +63,13 @@
@PropertyDef(label = "鍗哥伯鍦扮偣")
private String xldd;
+ @PropertyDef(label = "杞﹁埞鍙风被鍨�")
+ private String cchlx;
+
@PropertyDef(label = "杞﹁埞鍙�")
private String cch;
- @PropertyDef(label = "杞﹁埞鍙风被鍨�")
- private String cchlx;
+
@PropertyDef(label = "鎸傝溅鍙�")
private String gch;
@@ -164,11 +163,19 @@
@PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�")
private Date zhgxsj;
- private String pch;
+ private String pch ="鏃�";
private String bjw;
- private String jjdh;
+ private String jjdh ="鏃�";
+
+ @PropertyDef(label = "璁″垝鏄庣粏鍙�")
+ private String jhmxh = "鏃�";
@JSONField(format = "yyyy-MM-dd")
@PropertyDef(label = "璁拌处鏃ユ湡")
private Date jzrq;
+
+ @PropertyDef(label = "妫�鏂ょ被鍨�")
+ private String jjlx = "鏃�";
+
+ private String lhnd;
}
--
Gitblit v1.9.3