From 13c2be4774f4afbb34fa70be97c96802f07b15ff Mon Sep 17 00:00:00 2001 From: zyx <zyx123456> Date: 星期四, 04 七月 2024 15:35:02 +0800 Subject: [PATCH] #MES接口 --- src/main/java/com/zy/asrs/entity/param/OrderProdSyncParam.java | 138 ++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 134 insertions(+), 4 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..4dedc6b 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,95 @@ //鐢熶骇鏁伴噺 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 String id; //瀛愪欢淇℃伅 - 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; + } /** * 鐢ㄤ簬鐢熸垚鍑哄簱鍗曟嵁 @@ -31,19 +120,60 @@ @Data public static class ChildInfo{ //ID - private Integer ID; + private String id; //IDs - private Integer IDs; + private String 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(String id) { + this.id = id; + } + + public void setIds(String 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