From 087db8aee2e9cbfb44b8e61531c1cace5e36a6e2 Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期日, 28 四月 2024 14:53:52 +0800
Subject: [PATCH] ERP接口同步

---
 src/main/java/com/zy/asrs/entity/param/DigitalTwin.java |   20 ++++++++++++--------
 1 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/src/main/java/com/zy/asrs/entity/param/DigitalTwin.java b/src/main/java/com/zy/asrs/entity/param/DigitalTwin.java
index 647e8a9..3681448 100644
--- a/src/main/java/com/zy/asrs/entity/param/DigitalTwin.java
+++ b/src/main/java/com/zy/asrs/entity/param/DigitalTwin.java
@@ -5,18 +5,22 @@
 @Data
 public class DigitalTwin {
     private Integer count; //鎬婚噺
-//    private Integer countO; //绌烘�婚噺
-//    private Integer countF; //闈炵┖鎬婚噺
     private int fqty; //鍦ㄥ簱搴撲綅
     private int oqty;//绌哄簱浣�
     private int uqty;//浣跨敤搴撲綅
     private int xqty;//绂佺敤搴撲綅
-//    private Integer artificialWarehousecount;  //骞冲簱鎬婚噺
-//    private Integer automatedWarehousecount;  //绔嬪簱鎬婚噺
-//    private Integer artificialWarehouseF;  //骞冲簱闈炵┖鎬婚噺
-//    private Integer automatedWarehouseF;  //绔嬪簱闈炵┖鎬婚噺
-//    private Integer artificialWarehouseO;  //骞冲簱绌烘�婚噺
-//    private Integer automatedWarehouseO;  //绔嬪簱绌烘�婚噺
+
+    private Integer countL; //绔嬪簱鎬婚噺
+    private int fqtyL; //绔嬪簱鍦ㄥ簱搴撲綅
+    private int oqtyL;//绔嬪簱绌哄簱浣�
+    private int uqtyL;//绔嬪簱浣跨敤搴撲綅
+    private int xqtyL;//绔嬪簱绂佺敤搴撲綅
+
+    private Integer countP; //骞冲簱鎬婚噺
+    private int fqtyP; //骞冲簱鍦ㄥ簱搴撲綅
+    private int oqtyP;//骞冲簱绌哄簱浣�
+    private int uqtyP;//骞冲簱浣跨敤搴撲綅
+    private int xqtyP;//骞冲簱绂佺敤搴撲綅
     public DigitalTwin(){}
     public DigitalTwin(Integer count){
         this.count=count;

--
Gitblit v1.9.1