From 2ca19d805dcbe5f0796067c1a91fbb890804e1eb Mon Sep 17 00:00:00 2001
From: wzy <wzy19931122ai@163.com>
Date: Wed, 13 Jan 2021 10:18:11 +0800
Subject: [PATCH] modify
---
zq-erp/src/main/java/com/matrix/system/hive/bean/SysOrderItem.java | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/zq-erp/src/main/java/com/matrix/system/hive/bean/SysOrderItem.java b/zq-erp/src/main/java/com/matrix/system/hive/bean/SysOrderItem.java
index 366c0d8..dc1bdea 100644
--- a/zq-erp/src/main/java/com/matrix/system/hive/bean/SysOrderItem.java
+++ b/zq-erp/src/main/java/com/matrix/system/hive/bean/SysOrderItem.java
@@ -124,6 +124,19 @@
private ShoppingGoods shoppingGoods;
+ /**
+ * 原有数量
+ */
+ private int preCount;
+
+ public int getPreCount() {
+ return preCount;
+ }
+
+ public void setPreCount(int preCount) {
+ this.preCount = preCount;
+ }
+
public ShoppingGoods getShoppingGoods() {
return shoppingGoods;
}
@@ -144,7 +157,6 @@
* 业绩计算
*/
private List<AchieveNew> achaeveList;
-
public List<AchieveNew> getAchaeveList() {
return achaeveList;
--
Gitblit v1.9.1