From a1f8d741e8085c2608ea9906300e60e7fbe23056 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期五, 24 五月 2024 09:39:36 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/asrs/entity/param/MatSyncParam.java |  126 +++++++++++++++++++++++++----------------
 1 files changed, 77 insertions(+), 49 deletions(-)

diff --git a/src/main/java/com/zy/asrs/entity/param/MatSyncParam.java b/src/main/java/com/zy/asrs/entity/param/MatSyncParam.java
index 48ab7a4..5b8d1ee 100644
--- a/src/main/java/com/zy/asrs/entity/param/MatSyncParam.java
+++ b/src/main/java/com/zy/asrs/entity/param/MatSyncParam.java
@@ -2,8 +2,6 @@
 
 import lombok.Data;
 
-import java.util.List;
-
 /**
  * 鍟嗗搧鍚屾鎺ュ彛锛屽弬鏁�
  * Created on 2022/6/22
@@ -11,54 +9,84 @@
 @Data
 public class MatSyncParam {
 
-    public List<Mats> mats;
+    //瀛樿揣缂栫爜
+    String cInvCode;
+    //瀛樿揣鍚嶇О
+    String cInvName;
+    //鍗曚綅缁勭被鍨嬬紪鐮�/鍚嶇О
+    String iGroupType;
+    //瀛樿揣澶х被缂栫爜
+    String cInvCCode;
+    //瑙勬牸鍨嬪彿
+    String cInvStd;
+    //鏄惁鎵规绠$悊
+    String bInvBatch;
+    //涓昏閲忓崟浣嶇紪鐮�/鍚嶇О
+    String cComUnitCode;
+    //閲囪喘鍗曚綅缂栫爜/閲囪喘鍗曚綅鍚嶇О
+    String cComUnitName;
+    //閲囪喘鍗曚綅缂栫爜
+    String PuCote;
+    //鐢熶骇璁¢噺鍗曚綅鍚嶇О
+    String proname;
+    //鐢熶骇璁¢噺鍗曚綅缂栫爜
+    String procode;
+    //鑷敱椤�1(瑙勬牸)
+    String bFree1;
+    //鐘舵��
+    Integer states;
 
-    @Data
-    public static class Mats{
-        /**
-         * 鎺ユ敹鎴愬姛锛歵rue
-         * 鎺ユ敹澶辫触锛歠alse
-         */
-        private boolean type=true;
-        /**
-         * 鍟嗗搧缂栧彿
-         */
-        private String matnr;
-
-        /**
-         * 鍟嗗搧鍚嶇О
-         */
-        private String maktx;
-
-        /**
-         * 瑙勬牸
-         */
-        private String specs;
-
-        /**
-         * 鍨嬪彿
-         */
-        private String model;
-
-        /**
-         * 棰滆壊
-         */
-        private  String color;
-
-        /**
-         * 鍗曚綅
-         */
-        private String unit;
-
-        /**
-         * 鍗曚綅閲�
-         */
-        private Double units;
-
-        /**
-         * 澶囨敞
-         */
-        private String memo;
+    public void setcInvCode(String cInvCode) {
+        this.cInvCode = cInvCode;
     }
 
+    public void setcInvName(String cInvName) {
+        this.cInvName = cInvName;
+    }
+
+    public void setiGroupType(String iGroupType) {
+        this.iGroupType = iGroupType;
+    }
+
+    public void setcInvCCode(String cInvCCode) {
+        this.cInvCCode = cInvCCode;
+    }
+
+    public void setcInvStd(String cInvStd) {
+        this.cInvStd = cInvStd;
+    }
+
+    public void setbInvBatch(String bInvBatch) {
+        this.bInvBatch = bInvBatch;
+    }
+
+    public void setcComUnitCode(String cComUnitCode) {
+        this.cComUnitCode = cComUnitCode;
+    }
+
+    public void setcComUnitName(String cComUnitName) {
+        this.cComUnitName = cComUnitName;
+    }
+
+    public void setPuCote(String puCote) {
+        PuCote = puCote;
+    }
+
+    public void setProname(String proname) {
+        this.proname = proname;
+    }
+
+    public void setProcode(String procode) {
+        this.procode = procode;
+    }
+
+    public void setbFree1(String bFree1) {
+        this.bFree1 = bFree1;
+    }
+
+    public void setStates(Integer states) {
+        this.states = states == 0 ? 1 : 0;
+    }
+
+
 }

--
Gitblit v1.9.1