From 416380997a1e0c473c85826c361ebe38d21169fb Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期三, 27 十一月 2024 18:45:53 +0800
Subject: [PATCH] 调整上海1213-封仓确认单接口
---
src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1106.java | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1106.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1106.java
index 0d9aaff..e3928b7 100644
--- a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1106.java
+++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1106.java
@@ -14,15 +14,18 @@
@Data
public class Nx2023Api1106 implements Serializable {
- @PropertyDef(label = "娌圭綈浠g爜" )
- private String ygdm;
-
@PropertyDef(label = "缁熶竴娌圭綈缂栫爜" )
private String tyygbm;
+ @PropertyDef(label = "娌圭綈浠g爜" )
+ private String ygdm;
+
@PropertyDef(label = "娌圭綈鍚嶇О" )
private String ygmc;
+ @PropertyDef(label = "缁熶竴搴撳尯缂栫爜")
+ private String tykqbm;
+
@PropertyDef(label = "搴撳尯浠g爜" )
private String kqdm;
--
Gitblit v1.9.3