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/Nx2023Api1103.java | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1103.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1103.java
index 5021733..9fe2ccf 100644
--- a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1103.java
+++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1103.java
@@ -14,16 +14,18 @@
@Data
public class Nx2023Api1103 implements Serializable {
+ @PropertyDef(label = "缁熶竴浠撴埧缂栫爜")
+ private String tycfbm;
@PropertyDef(label = "浠撴埧浠g爜" )
private String cfdm;
- @PropertyDef(label = "缁熶竴浠撴埧缂栫爜")
- private String tycfbm;
-
@PropertyDef(label = "浠撴埧鍚嶇О" )
private String cfmc;
+ @PropertyDef(label = "缁熶竴搴撳尯缂栫爜")
+ private String tykqbm;
+
@PropertyDef(label = "搴撳尯浠g爜" )
private String kqdm;
--
Gitblit v1.9.3