From 91c623a67e67a0f2627d237fbf54bacbf678cbd2 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期四, 16 五月 2024 14:14:12 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/phyzasrs' into phyzasrs --- src/main/java/com/zy/asrs/entity/param/OrderProdSyncParam.java | 132 +++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 130 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/zy/asrs/entity/param/OrderProdSyncParam.java b/src/main/java/com/zy/asrs/entity/param/OrderProdSyncParam.java index c89230e..de1319e 100644 --- a/src/main/java/com/zy/asrs/entity/param/OrderProdSyncParam.java +++ b/src/main/java/com/zy/asrs/entity/param/OrderProdSyncParam.java @@ -6,6 +6,9 @@ @Data public class OrderProdSyncParam { + private String 鎿嶄綔绯荤粺鍙�; + private String 鎿嶄綔鍗曟嵁; + private String 鎿嶄綔绫诲瀷; //宸ュ崟鍙� private String orderNo; //宸ュ崟鍙稵 @@ -21,9 +24,93 @@ //鐢熶骇鏁伴噺 private Double iQuantity; //鐘舵�� - private Integer status; + private Integer states; + //瑙勬牸锛堣嚜鐢遍」1锛� + private String bFree1; + //浜х嚎 + private String define24; + //鍗曟嵁绫诲瀷 + private String cVouchtype; + //澶囨敞 + private String cMemo; + //鏉ユ簮鏍囪瘑 + private String sourceIndefine; + //浜у搧鐢熶骇鏍囪瘑 + private String prodIndefine; //瀛愪欢淇℃伅 - private List<ChildInfo> child; + private List<ChildInfo> children; + + public void setOrderNo(String orderNo) { + this.orderNo = orderNo; + } + + public void setOrderNoT(String orderNoT) { + this.orderNoT = orderNoT; + } + + public void setOrderTime(String orderTime) { + this.orderTime = orderTime; + } + + public void setIvouchrowno(String ivouchrowno) { + this.ivouchrowno = ivouchrowno; + } + + public void setcInvCode(String cInvCode) { + this.cInvCode = cInvCode; + } + + public void setCsocode(String csocode) { + this.csocode = csocode; + } + + public void setiQuantity(Double iQuantity) { + this.iQuantity = iQuantity; + } + + public void setStates(Integer states) { + this.states = states; + } + + public void setbFree1(String bFree1) { + this.bFree1 = bFree1; + } + + public void setDefine24(String define24) { + this.define24 = define24; + } + + public void setcVouchtype(String cVouchtype) { + this.cVouchtype = cVouchtype; + } + + public void setChild(List<ChildInfo> children) { + this.children = children; + } + + public void set鎿嶄綔绯荤粺鍙�(String 鎿嶄綔绯荤粺鍙�) { + this.鎿嶄綔绯荤粺鍙� = 鎿嶄綔绯荤粺鍙�; + } + + public void set鎿嶄綔鍗曟嵁(String 鎿嶄綔鍗曟嵁) { + this.鎿嶄綔鍗曟嵁 = 鎿嶄綔鍗曟嵁; + } + + public void set鎿嶄綔绫诲瀷(String 鎿嶄綔绫诲瀷) { + this.鎿嶄綔绫诲瀷 = 鎿嶄綔绫诲瀷; + } + + public void setcMemo(String cMemo) { + this.cMemo = cMemo; + } + + public void setSourceIndefine(String sourceIndefine) { + this.sourceIndefine = sourceIndefine; + } + + public void setProdIndefine(String prodIndefine) { + this.prodIndefine = prodIndefine; + } /** * 鐢ㄤ簬鐢熸垚鍑哄簱鍗曟嵁 @@ -36,14 +123,55 @@ private Integer IDs; //宸ュ崟鍙稵 private String orderNoT; + //宸ュ崟鍙� + private String orderNo; //鐗╂枡缂栫爜 private String cInvCode; //鏁伴噺 private Double iQuantity; //瑙勬牸锛堣嚜鐢遍」1锛� private String bFree1; + //鍗曟嵁琛屽彿 + private String ivouchrowno; + //瀛愪欢鍙� + private String childNo; + public void setID(Integer ID) { + this.ID = ID; + } + + public void setIDs(Integer IDs) { + this.IDs = IDs; + } + + public void setOrderNoT(String orderNoT) { + this.orderNoT = orderNoT; + } + + public void setcInvCode(String cInvCode) { + this.cInvCode = cInvCode; + } + + public void setiQuantity(Double iQuantity) { + this.iQuantity = iQuantity; + } + + public void setbFree1(String bFree1) { + this.bFree1 = bFree1; + } + + public void setOrderNo(String orderNo) { + this.orderNo = orderNo; + } + + public void setIvouchrowno(String ivouchrowno) { + this.ivouchrowno = ivouchrowno; + } + + public void setChildNo(String childNo) { + this.childNo = childNo; + } } } -- Gitblit v1.9.1