From 4705f9b4084d9ccddb601569b223f0fb41778a94 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Thu, 12 Aug 2021 15:28:46 +0800 Subject: [PATCH] fix --- zq-erp/src/main/java/com/matrix/system/shopXcx/bean/ShopProduct.java | 29 +++++++++++++++++++++++++++++ 1 files changed, 29 insertions(+), 0 deletions(-) diff --git a/zq-erp/src/main/java/com/matrix/system/shopXcx/bean/ShopProduct.java b/zq-erp/src/main/java/com/matrix/system/shopXcx/bean/ShopProduct.java index ca48c7e..d52dd6c 100644 --- a/zq-erp/src/main/java/com/matrix/system/shopXcx/bean/ShopProduct.java +++ b/zq-erp/src/main/java/com/matrix/system/shopXcx/bean/ShopProduct.java @@ -244,7 +244,36 @@ private Long companyId; + private Long scoreCategoryId; + private Integer ableSales; + + private Integer ableScorePay; + + + public Long getScoreCategoryId() { + return scoreCategoryId; + } + + public void setScoreCategoryId(Long scoreCategoryId) { + this.scoreCategoryId = scoreCategoryId; + } + + public Integer getAbleSales() { + return ableSales; + } + + public void setAbleSales(Integer ableSales) { + this.ableSales = ableSales; + } + + public Integer getAbleScorePay() { + return ableScorePay; + } + + public void setAbleScorePay(Integer ableScorePay) { + this.ableScorePay = ableScorePay; + } public Long getCompanyId() { return companyId; -- Gitblit v1.9.1