|
@@ -1,6 +1,9 @@
|
|
package beilv.shopping.domain;
|
|
package beilv.shopping.domain;
|
|
|
|
|
|
import java.math.BigDecimal;
|
|
import java.math.BigDecimal;
|
|
|
|
+import java.util.List;
|
|
|
|
+
|
|
|
|
+import lombok.Data;
|
|
import org.apache.commons.lang3.builder.ToStringBuilder;
|
|
import org.apache.commons.lang3.builder.ToStringBuilder;
|
|
import org.apache.commons.lang3.builder.ToStringStyle;
|
|
import org.apache.commons.lang3.builder.ToStringStyle;
|
|
import beilv.common.annotation.Excel;
|
|
import beilv.common.annotation.Excel;
|
|
@@ -12,6 +15,7 @@ import beilv.common.core.domain.BaseEntity;
|
|
* @author lc
|
|
* @author lc
|
|
* @date 2025-01-02
|
|
* @date 2025-01-02
|
|
*/
|
|
*/
|
|
|
|
+@Data
|
|
public class QmjsShoppingMall extends BaseEntity
|
|
public class QmjsShoppingMall extends BaseEntity
|
|
{
|
|
{
|
|
private static final long serialVersionUID = 1L;
|
|
private static final long serialVersionUID = 1L;
|
|
@@ -67,152 +71,4 @@ public class QmjsShoppingMall extends BaseEntity
|
|
@Excel(name = "商品状态(正常/禁用)")
|
|
@Excel(name = "商品状态(正常/禁用)")
|
|
private String goodsState;
|
|
private String goodsState;
|
|
|
|
|
|
- public void setId(Long id)
|
|
|
|
- {
|
|
|
|
- this.id = id;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Long getId()
|
|
|
|
- {
|
|
|
|
- return id;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setGoodsName(String goodsName)
|
|
|
|
- {
|
|
|
|
- this.goodsName = goodsName;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getGoodsName()
|
|
|
|
- {
|
|
|
|
- return goodsName;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setGoodsCode(String goodsCode)
|
|
|
|
- {
|
|
|
|
- this.goodsCode = goodsCode;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getGoodsCode()
|
|
|
|
- {
|
|
|
|
- return goodsCode;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setGoodsType(String goodsType)
|
|
|
|
- {
|
|
|
|
- this.goodsType = goodsType;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getGoodsType()
|
|
|
|
- {
|
|
|
|
- return goodsType;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setGoodsImg(String goodsImg)
|
|
|
|
- {
|
|
|
|
- this.goodsImg = goodsImg;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getGoodsImg()
|
|
|
|
- {
|
|
|
|
- return goodsImg;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setGoodsDescribe(String goodsDescribe)
|
|
|
|
- {
|
|
|
|
- this.goodsDescribe = goodsDescribe;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getGoodsDescribe()
|
|
|
|
- {
|
|
|
|
- return goodsDescribe;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setGoodsUnit(String goodsUnit)
|
|
|
|
- {
|
|
|
|
- this.goodsUnit = goodsUnit;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getGoodsUnit()
|
|
|
|
- {
|
|
|
|
- return goodsUnit;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setGoodsCurrentPrice(String goodsCurrentPrice)
|
|
|
|
- {
|
|
|
|
- this.goodsCurrentPrice = goodsCurrentPrice;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getGoodsCurrentPrice()
|
|
|
|
- {
|
|
|
|
- return goodsCurrentPrice;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setSalePrice(BigDecimal salePrice)
|
|
|
|
- {
|
|
|
|
- this.salePrice = salePrice;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public BigDecimal getSalePrice()
|
|
|
|
- {
|
|
|
|
- return salePrice;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setSuggestionPrice(BigDecimal suggestionPrice)
|
|
|
|
- {
|
|
|
|
- this.suggestionPrice = suggestionPrice;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public BigDecimal getSuggestionPrice()
|
|
|
|
- {
|
|
|
|
- return suggestionPrice;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setGoodsInventory(String goodsInventory)
|
|
|
|
- {
|
|
|
|
- this.goodsInventory = goodsInventory;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getGoodsInventory()
|
|
|
|
- {
|
|
|
|
- return goodsInventory;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setInventoryCost(BigDecimal inventoryCost)
|
|
|
|
- {
|
|
|
|
- this.inventoryCost = inventoryCost;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public BigDecimal getInventoryCost()
|
|
|
|
- {
|
|
|
|
- return inventoryCost;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setGoodsState(String goodsState)
|
|
|
|
- {
|
|
|
|
- this.goodsState = goodsState;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getGoodsState()
|
|
|
|
- {
|
|
|
|
- return goodsState;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- @Override
|
|
|
|
- public String toString() {
|
|
|
|
- return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE)
|
|
|
|
- .append("id", getId())
|
|
|
|
- .append("goodsName", getGoodsName())
|
|
|
|
- .append("goodsCode", getGoodsCode())
|
|
|
|
- .append("goodsType", getGoodsType())
|
|
|
|
- .append("goodsImg", getGoodsImg())
|
|
|
|
- .append("goodsDescribe", getGoodsDescribe())
|
|
|
|
- .append("goodsUnit", getGoodsUnit())
|
|
|
|
- .append("goodsCurrentPrice", getGoodsCurrentPrice())
|
|
|
|
- .append("salePrice", getSalePrice())
|
|
|
|
- .append("suggestionPrice", getSuggestionPrice())
|
|
|
|
- .append("goodsInventory", getGoodsInventory())
|
|
|
|
- .append("inventoryCost", getInventoryCost())
|
|
|
|
- .append("goodsState", getGoodsState())
|
|
|
|
- .toString();
|
|
|
|
- }
|
|
|
|
}
|
|
}
|