From 14a284b79ff08527fddfa00ac4d3597039a0d639 Mon Sep 17 00:00:00 2001
From: CZT <czt18638530771@163.com>
Date: 星期二, 19 九月 2023 16:32:41 +0800
Subject: [PATCH] 优化调整上海接口上报
---
src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1311.java | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
diff --git a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1311.java b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1311.java
index 55a4912..beb7b97 100644
--- a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1311.java
+++ b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1311.java
@@ -16,7 +16,7 @@
*/
@Data
@EqualsAndHashCode(callSuper = false)
-public class SH2023Api1311 extends ApiParent implements Serializable {
+public class SH2023Api1311 implements Serializable {
/**
*
@@ -116,12 +116,6 @@
@PropertyDef(label = "澶囨敞")
private String bz;
-
- @PropertyDef(label = "鏍囪浣�")
- private String bjw;
-
- @PropertyDef(label = "鎿嶄綔鏍囧織")
- private String czbz;
@JSONField(format = "yyyy-MM-dd HH:mm:ss")
@PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�")
--
Gitblit v1.9.3