From 90b950bfd7f8c8c4835edf5e8a1062d17d953032 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期二, 14 十月 2025 11:14:59 +0800
Subject: [PATCH] 宁夏轮换计划接口调整

---
 src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1205.java |   26 ++++++++++++++++++++++++--
 1 files changed, 24 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1205.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1205.java
index 6b40ff6..0c3693e 100644
--- a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1205.java
+++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1205.java
@@ -2,7 +2,10 @@
 
 import com.alibaba.fastjson.annotation.JSONField;
 import com.bstek.dorado.annotation.PropertyDef;
+import com.fasterxml.jackson.annotation.JsonProperty;
 import lombok.Data;
+
+import javax.persistence.Column;
 import java.io.Serializable;
 import java.util.Date;
 
@@ -15,8 +18,14 @@
     @PropertyDef(label = "鍑哄簱涓氬姟鍗曞彿")
     private String ckywdh;
 
+    @PropertyDef(label = "缁熶竴璐т綅缂栫爜" )
+    private String tyhwbm;
+
     @PropertyDef(label = "璐т綅浠g爜")
     private String hwdm;
+
+    @PropertyDef(label = "璁″垝鏄庣粏鍙�")
+    private String jhmxh;
 
     @PropertyDef(label = "鍑哄簱閫氱煡鍗曞彿")
     private String cktzdh;
@@ -30,6 +39,9 @@
 
     @PropertyDef(label = "鍚堝悓鍙�")
     private String hth;
+
+    @PropertyDef(label = "璐ㄦ鎶ュ憡鍗曞彿")
+    private String zjbgdh;
 
     @PropertyDef(label = "鎵胯繍浜�")
     private String cyr;
@@ -73,6 +85,10 @@
 
     @PropertyDef(label = "浜у湴浠g爜")
     private String cddm;
+
+    @PropertyDef(label = "妫�鏂ょ被鍨�", description = "0锛氱О閲嶅叆搴擄紙榛樿锛�1锛氭爣鍑嗗寘鍏ュ簱")
+    @JsonProperty("Jjlx")
+    private String jjlx = "0";
 
     @PropertyDef(label = "鐨噸(鍏枻)")
     private double pz;
@@ -131,8 +147,14 @@
     @PropertyDef(label = "鍑哄簱缁撶畻鍗曞彿")
     private String ckjsdh;
 
-    @PropertyDef(label = "鏀舵敮绫诲瀷")
-    private String szlx;
+    @PropertyDef(label = "缁熶竴鍑哄簱缁撶畻鍗曞彿")
+    private String tyckjsdh;
+
+    @PropertyDef(label = "鐢熸垚鏂瑰紡")
+    private Integer scfs;
+
+    @PropertyDef(label = "鎵嬪姩琛ュ綍鍘熷洜")
+    private String sdblyy;
 
     @PropertyDef(label = "澶囨敞")
     private String bz;

--
Gitblit v1.9.3