From bca371e7ecc906ec824630c32aefd29a7a4f68d0 Mon Sep 17 00:00:00 2001
From: 陈战涛 <chenzhantao7055@sina.com>
Date: 星期三, 10 五月 2023 18:48:35 +0800
Subject: [PATCH] 提交库存同步

---
 src/main/java/com/fzzy/async/fzzy35/entity/Fz35PestKey.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/fzzy/async/fzzy35/entity/PestKey.java b/src/main/java/com/fzzy/async/fzzy35/entity/Fz35PestKey.java
similarity index 77%
copy from src/main/java/com/fzzy/async/fzzy35/entity/PestKey.java
copy to src/main/java/com/fzzy/async/fzzy35/entity/Fz35PestKey.java
index f74131e..16cfc44 100644
--- a/src/main/java/com/fzzy/async/fzzy35/entity/PestKey.java
+++ b/src/main/java/com/fzzy/async/fzzy35/entity/Fz35PestKey.java
@@ -7,11 +7,11 @@
 
 @Data
 @AllArgsConstructor
-public class PestKey implements Serializable {
+public class Fz35PestKey implements Serializable {
         private String batchId;
         private String companyId;
         private String depotId;
-        public PestKey(){
+        public Fz35PestKey(){
             super();
         }
     }
\ No newline at end of file

--
Gitblit v1.9.3