From 029de836702607a95ccb0a69a74efcea52ddc451 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期四, 25 九月 2025 19:35:38 +0800
Subject: [PATCH] 上海对农数据接口调整2

---
 src/main/java/com/fzzy/async/fzzy61/entity/Fz61PestKey.java |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/fzzy/async/fzzy61/entity/Fz61PestKey.java b/src/main/java/com/fzzy/async/fzzy61/entity/Fz61PestKey.java
new file mode 100644
index 0000000..6b644d4
--- /dev/null
+++ b/src/main/java/com/fzzy/async/fzzy61/entity/Fz61PestKey.java
@@ -0,0 +1,17 @@
+package com.fzzy.async.fzzy61.entity;
+
+import lombok.AllArgsConstructor;
+import lombok.Data;
+
+import java.io.Serializable;
+
+@Data
+@AllArgsConstructor
+public class Fz61PestKey implements Serializable {
+        private String batchId;
+        private String companyId;
+        private String depotId;
+        public Fz61PestKey(){
+            super();
+        }
+    }
\ No newline at end of file

--
Gitblit v1.9.3