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/MatSyncParam.java | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 54 insertions(+), 1 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 ec130d0..5b8d1ee 100644 --- a/src/main/java/com/zy/asrs/entity/param/MatSyncParam.java +++ b/src/main/java/com/zy/asrs/entity/param/MatSyncParam.java @@ -20,7 +20,7 @@ //瑙勬牸鍨嬪彿 String cInvStd; //鏄惁鎵规绠$悊 - Integer bInvBatch; + String bInvBatch; //涓昏閲忓崟浣嶇紪鐮�/鍚嶇О String cComUnitCode; //閲囪喘鍗曚綅缂栫爜/閲囪喘鍗曚綅鍚嶇О @@ -36,4 +36,57 @@ //鐘舵�� Integer states; + 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