From 0c2744bd5fce13f018e0b5163c70fa1bc76ed36c Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期五, 01 九月 2023 19:03:18 +0800
Subject: [PATCH] 市储驳运单dto

---
 /dev/null                                                 |   10 -----
 src/main/java/com/fzzy/push/sh2023/dto/SH2023Api2104.java |   66 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+), 10 deletions(-)

diff --git a/src/main/java/com/fzzy/otherview/sh2023/repository/ShApi1311Rep.java b/src/main/java/com/fzzy/otherview/sh2023/repository/ShApi1311Rep.java
deleted file mode 100644
index 47eba5a..0000000
--- a/src/main/java/com/fzzy/otherview/sh2023/repository/ShApi1311Rep.java
+++ /dev/null
@@ -1,11 +0,0 @@
-package com.fzzy.otherview.sh2023.repository;
-
-/**
- * 瑙嗛鐩戞帶
- *
- * @Author:YAN
- */
-public interface ShApi1311Rep {
-
-
-}
diff --git a/src/main/java/com/fzzy/otherview/sh2023/repository/ShApi2101Rep.java b/src/main/java/com/fzzy/otherview/sh2023/repository/ShApi2101Rep.java
deleted file mode 100644
index 1991abb..0000000
--- a/src/main/java/com/fzzy/otherview/sh2023/repository/ShApi2101Rep.java
+++ /dev/null
@@ -1,10 +0,0 @@
-package com.fzzy.otherview.sh2023.repository;
-
-/**
- * 妫�鏂ゅ崟
- *
- * @Author:YAN
- */
-public interface ShApi2101Rep {
-
-}
diff --git a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api2104.java b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api2104.java
new file mode 100644
index 0000000..90e5dca
--- /dev/null
+++ b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api2104.java
@@ -0,0 +1,66 @@
+package com.fzzy.push.sh2023.dto;
+
+import com.alibaba.fastjson.annotation.JSONField;
+import com.bstek.dorado.annotation.PropertyDef;
+import lombok.Data;
+
+import java.io.Serializable;
+import java.util.Date;
+
+/**
+ * 甯傚偍椹宠繍鍗�
+ *
+ * @Author:YAN
+ */
+@Data
+public class SH2023Api2104 implements Serializable {
+
+    private static final long serialVersionUID = 9157617424050247565L;
+
+    @PropertyDef(label = "椹宠繍鍗曞彿")
+    private String bydh;
+
+    @PropertyDef(label = "搴撳尯浠g爜")
+    private String kqdm;
+
+    @PropertyDef(label = "璁拌处鏃ユ湡")
+    @JSONField(format = "yyyy-MM-dd")
+    private Date jzrq;
+
+    @PropertyDef(label = "瀹㈡埛缂栧彿")
+    private String khmc;
+
+    @PropertyDef(label = "鏉ョ伯棰勬姤鍙�/鎻愯揣鍗曞彿")
+    private String psplan;
+
+    @PropertyDef(label = "鍚堝悓鍙�")
+    private String hth;
+
+    @PropertyDef(label = "杞﹁埞鍙�")
+    private String cch;
+
+    @PropertyDef(label = "鍝佺澶х被")
+    private String lspzdm;
+
+    @PropertyDef(label = "绮鎬ц川浠g爜")
+    private String lsxzdm;
+
+    @PropertyDef(label = "鏉ョ伯浠g爜")
+    private String lldm;
+
+    @PropertyDef(label = "鍑�閲�")
+    private String jz;
+
+    @PropertyDef(label = "鏁版嵁鐘舵��")
+    private String czbz;
+
+    @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�")
+    @JSONField(format = "yyyy-MM-dd HH:mm:ss")
+    private Date zhgxsh;
+
+    @PropertyDef(label = "鎵规鍙�")
+    private String pch;
+
+    @PropertyDef(label = "鏍囪浣�")
+    private String bjw;
+}

--
Gitblit v1.9.3