From 46ee5aac0c31c352f19344eb3cfd762817f2559e Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期五, 10 十月 2025 19:25:30 +0800
Subject: [PATCH] 优化上海接口日志打印

---
 src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1208.java |   19 +++++++++++++++++--
 1 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1208.java b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1208.java
index 371eeab..7f0310a 100644
--- a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1208.java
+++ b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1208.java
@@ -4,7 +4,6 @@
 import com.bstek.dorado.annotation.PropertyDef;
 import lombok.Data;
 import lombok.EqualsAndHashCode;
-
 import java.io.Serializable;
 import java.util.Date;
 
@@ -21,6 +20,9 @@
 
     @PropertyDef(label = "璐т綅浠g爜")
     private String hwdm;
+
+    @PropertyDef(label = "缁熶竴璐т綅缂栫爜" )
+    private String tyhwbm;
 
     @PropertyDef(label = "绮鍝佺浠g爜")
     private String lspzdm;
@@ -45,6 +47,9 @@
 
     @PropertyDef(label = "涓荤绮簱浠g爜")
     private String zglkdm;
+
+    @PropertyDef(label = "涓荤绮簱缁熶竴浠g爜")
+    private String zglktybm;
 
     @PropertyDef(label = "绠$悊鏂瑰紡")
     private String glfs;
@@ -109,7 +114,17 @@
     private String bjw;
 
     @PropertyDef(label = "鎴愬搧绮鏍�")
-    private String cplgg = "3";
+    private Integer cplgg = 0;
+
+    @PropertyDef(label = "鎴愬搧绮寘鏁�")
+    private Integer cplbs = 0;
+
+    @JSONField(format = "yyyy-MM-dd")
+    @PropertyDef(label = "鐢熶骇鏃ユ湡")
+    private Date scrq;
+
+    @PropertyDef(label = "淇濊川鏈�")
+    private String bzq;
 
     @PropertyDef(label = "鏉ョ伯浠g爜")
     private String goodscode = "鏃�";

--
Gitblit v1.9.3