old mode 100644
new mode 100755
| | |
| | | package com.java110.dto.groupBuyProduct; |
| | | |
| | | import com.java110.dto.PageDto; |
| | | import com.java110.dto.groupBuyProductSpec.GroupBuyProductSpecDto; |
| | | import com.java110.dto.product.ProductDto; |
| | | import com.java110.dto.productSpecValue.ProductSpecValueDto; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @ClassName FloorDto |
| | |
| | | * @Version 1.0 |
| | | * add by wuxw 2019/4/24 |
| | | **/ |
| | | public class GroupBuyProductDto extends PageDto implements Serializable { |
| | | public class GroupBuyProductDto extends ProductDto implements Serializable { |
| | | |
| | | private String groupProdName; |
| | | private String productId; |
| | | private String userCount; |
| | | private String groupId; |
| | | private String groupProdDesc; |
| | | private String sort; |
| | | private String state; |
| | | private String storeId; |
| | | private String batchId; |
| | | private String productId; |
| | | private String userCount; |
| | | private String groupId; |
| | | private String groupProdDesc; |
| | | private String sort; |
| | | private String state; |
| | | private String storeId; |
| | | private String batchId; |
| | | |
| | | private Date batchStartTime; |
| | | private Date batchEndTime; |
| | | |
| | | private GroupBuyProductSpecDto defaultGroupBuyProductSpec; |
| | | |
| | | private List<GroupBuyProductSpecDto> groupBuyProductSpecs; |
| | | |
| | | |
| | | |
| | | |
| | | private Date createTime; |
| | |
| | | public String getGroupProdName() { |
| | | return groupProdName; |
| | | } |
| | | public void setGroupProdName(String groupProdName) { |
| | | |
| | | public void setGroupProdName(String groupProdName) { |
| | | this.groupProdName = groupProdName; |
| | | } |
| | | public String getProductId() { |
| | | |
| | | public String getProductId() { |
| | | return productId; |
| | | } |
| | | public void setProductId(String productId) { |
| | | |
| | | public void setProductId(String productId) { |
| | | this.productId = productId; |
| | | } |
| | | public String getUserCount() { |
| | | |
| | | public String getUserCount() { |
| | | return userCount; |
| | | } |
| | | public void setUserCount(String userCount) { |
| | | |
| | | public void setUserCount(String userCount) { |
| | | this.userCount = userCount; |
| | | } |
| | | public String getGroupId() { |
| | | |
| | | public String getGroupId() { |
| | | return groupId; |
| | | } |
| | | public void setGroupId(String groupId) { |
| | | |
| | | public void setGroupId(String groupId) { |
| | | this.groupId = groupId; |
| | | } |
| | | public String getGroupProdDesc() { |
| | | |
| | | public String getGroupProdDesc() { |
| | | return groupProdDesc; |
| | | } |
| | | public void setGroupProdDesc(String groupProdDesc) { |
| | | |
| | | public void setGroupProdDesc(String groupProdDesc) { |
| | | this.groupProdDesc = groupProdDesc; |
| | | } |
| | | public String getSort() { |
| | | |
| | | public String getSort() { |
| | | return sort; |
| | | } |
| | | public void setSort(String sort) { |
| | | |
| | | public void setSort(String sort) { |
| | | this.sort = sort; |
| | | } |
| | | public String getState() { |
| | | |
| | | public String getState() { |
| | | return state; |
| | | } |
| | | public void setState(String state) { |
| | | |
| | | public void setState(String state) { |
| | | this.state = state; |
| | | } |
| | | public String getStoreId() { |
| | | |
| | | public String getStoreId() { |
| | | return storeId; |
| | | } |
| | | public void setStoreId(String storeId) { |
| | | |
| | | public void setStoreId(String storeId) { |
| | | this.storeId = storeId; |
| | | } |
| | | public String getBatchId() { |
| | | |
| | | public String getBatchId() { |
| | | return batchId; |
| | | } |
| | | public void setBatchId(String batchId) { |
| | | |
| | | public void setBatchId(String batchId) { |
| | | this.batchId = batchId; |
| | | } |
| | | |
| | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | |
| | | |
| | | public List<GroupBuyProductSpecDto> getGroupBuyProductSpecs() { |
| | | return groupBuyProductSpecs; |
| | | } |
| | | |
| | | public void setGroupBuyProductSpecs(List<GroupBuyProductSpecDto> groupBuyProductSpecs) { |
| | | this.groupBuyProductSpecs = groupBuyProductSpecs; |
| | | } |
| | | |
| | | public Date getBatchStartTime() { |
| | | return batchStartTime; |
| | | } |
| | | |
| | | public void setBatchStartTime(Date batchStartTime) { |
| | | this.batchStartTime = batchStartTime; |
| | | } |
| | | |
| | | public Date getBatchEndTime() { |
| | | return batchEndTime; |
| | | } |
| | | |
| | | public void setBatchEndTime(Date batchEndTime) { |
| | | this.batchEndTime = batchEndTime; |
| | | } |
| | | |
| | | public GroupBuyProductSpecDto getDefaultGroupBuyProductSpec() { |
| | | return defaultGroupBuyProductSpec; |
| | | } |
| | | |
| | | public void setDefaultGroupBuyProductSpec(GroupBuyProductSpecDto defaultGroupBuyProductSpec) { |
| | | this.defaultGroupBuyProductSpec = defaultGroupBuyProductSpec; |
| | | } |
| | | } |