old mode 100644
new mode 100755
| | |
| | | package com.java110.dto.groupBuyProductSpec; |
| | | |
| | | import com.java110.dto.PageDto; |
| | | import com.java110.dto.productSpecValue.ProductSpecValueDto; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | |
| | | * @Version 1.0 |
| | | * add by wuxw 2019/4/24 |
| | | **/ |
| | | public class GroupBuyProductSpecDto extends PageDto implements Serializable { |
| | | public class GroupBuyProductSpecDto extends ProductSpecValueDto implements Serializable { |
| | | |
| | | private String valueId; |
| | | private String specId; |
| | | private String groupSales; |
| | | private String productId; |
| | | private String groupPrice; |
| | | private String defaultShow; |
| | | private String storeId; |
| | | private String groupStock; |
| | | private String groupSales; |
| | | private String productId; |
| | | private String[] productIds; |
| | | private String groupPrice; |
| | | private String defaultShow; |
| | | private String storeId; |
| | | private String groupStock; |
| | | |
| | | |
| | | private Date createTime; |
| | |
| | | public String getSpecId() { |
| | | return specId; |
| | | } |
| | | public void setSpecId(String specId) { |
| | | |
| | | public void setSpecId(String specId) { |
| | | this.specId = specId; |
| | | } |
| | | public String getGroupSales() { |
| | | |
| | | public String getGroupSales() { |
| | | return groupSales; |
| | | } |
| | | public void setGroupSales(String groupSales) { |
| | | |
| | | public void setGroupSales(String groupSales) { |
| | | this.groupSales = groupSales; |
| | | } |
| | | public String getProductId() { |
| | | |
| | | public String getProductId() { |
| | | return productId; |
| | | } |
| | | public void setProductId(String productId) { |
| | | |
| | | public void setProductId(String productId) { |
| | | this.productId = productId; |
| | | } |
| | | public String getGroupPrice() { |
| | | |
| | | public String getGroupPrice() { |
| | | return groupPrice; |
| | | } |
| | | public void setGroupPrice(String groupPrice) { |
| | | |
| | | public void setGroupPrice(String groupPrice) { |
| | | this.groupPrice = groupPrice; |
| | | } |
| | | public String getDefaultShow() { |
| | | |
| | | public String getDefaultShow() { |
| | | return defaultShow; |
| | | } |
| | | public void setDefaultShow(String defaultShow) { |
| | | |
| | | public void setDefaultShow(String defaultShow) { |
| | | this.defaultShow = defaultShow; |
| | | } |
| | | public String getStoreId() { |
| | | |
| | | public String getStoreId() { |
| | | return storeId; |
| | | } |
| | | public void setStoreId(String storeId) { |
| | | |
| | | public void setStoreId(String storeId) { |
| | | this.storeId = storeId; |
| | | } |
| | | public String getGroupStock() { |
| | | |
| | | public String getGroupStock() { |
| | | return groupStock; |
| | | } |
| | | public void setGroupStock(String groupStock) { |
| | | |
| | | public void setGroupStock(String groupStock) { |
| | | this.groupStock = groupStock; |
| | | } |
| | | |
| | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | |
| | | public String[] getProductIds() { |
| | | return productIds; |
| | | } |
| | | |
| | | public void setProductIds(String[] productIds) { |
| | | this.productIds = productIds; |
| | | } |
| | | |
| | | @Override |
| | | public String getValueId() { |
| | | return valueId; |
| | | } |
| | | |
| | | @Override |
| | | public void setValueId(String valueId) { |
| | | this.valueId = valueId; |
| | | } |
| | | } |