com.macro.mall.model.SmsCouponProductRelation Java Examples

The following examples show how to use com.macro.mall.model.SmsCouponProductRelation. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: SmsCouponParam.java    From mall-swarm with Apache License 2.0 4 votes vote down vote up
public List<SmsCouponProductRelation> getProductRelationList() {
    return productRelationList;
}
 
Example #2
Source File: SmsCouponHistoryDetail.java    From mall with Apache License 2.0 4 votes vote down vote up
public void setProductRelationList(List<SmsCouponProductRelation> productRelationList) {
    this.productRelationList = productRelationList;
}
 
Example #3
Source File: SmsCouponHistoryDetail.java    From mall with Apache License 2.0 4 votes vote down vote up
public List<SmsCouponProductRelation> getProductRelationList() {
    return productRelationList;
}
 
Example #4
Source File: SmsCouponHistoryDetail.java    From macrozheng with Apache License 2.0 4 votes vote down vote up
public List<SmsCouponProductRelation> getProductRelationList() {
    return productRelationList;
}
 
Example #5
Source File: SmsCouponHistoryDetail.java    From macrozheng with Apache License 2.0 4 votes vote down vote up
public void setProductRelationList(List<SmsCouponProductRelation> productRelationList) {
    this.productRelationList = productRelationList;
}
 
Example #6
Source File: SmsCouponParam.java    From macrozheng with Apache License 2.0 4 votes vote down vote up
public List<SmsCouponProductRelation> getProductRelationList() {
    return productRelationList;
}
 
Example #7
Source File: SmsCouponParam.java    From macrozheng with Apache License 2.0 4 votes vote down vote up
public void setProductRelationList(List<SmsCouponProductRelation> productRelationList) {
    this.productRelationList = productRelationList;
}
 
Example #8
Source File: SmsCouponParam.java    From mall-swarm with Apache License 2.0 4 votes vote down vote up
public void setProductRelationList(List<SmsCouponProductRelation> productRelationList) {
    this.productRelationList = productRelationList;
}
 
Example #9
Source File: SmsCouponHistoryDetail.java    From mall-swarm with Apache License 2.0 4 votes vote down vote up
public void setProductRelationList(List<SmsCouponProductRelation> productRelationList) {
    this.productRelationList = productRelationList;
}
 
Example #10
Source File: SmsCouponHistoryDetail.java    From mall-swarm with Apache License 2.0 4 votes vote down vote up
public List<SmsCouponProductRelation> getProductRelationList() {
    return productRelationList;
}
 
Example #11
Source File: SmsCouponHistoryDetail.java    From macrozheng-mall with MIT License 4 votes vote down vote up
public List<SmsCouponProductRelation> getProductRelationList() {
    return productRelationList;
}
 
Example #12
Source File: SmsCouponHistoryDetail.java    From macrozheng-mall with MIT License 4 votes vote down vote up
public void setProductRelationList(List<SmsCouponProductRelation> productRelationList) {
    this.productRelationList = productRelationList;
}
 
Example #13
Source File: SmsCouponParam.java    From macrozheng-mall with MIT License 4 votes vote down vote up
public List<SmsCouponProductRelation> getProductRelationList() {
    return productRelationList;
}
 
Example #14
Source File: SmsCouponParam.java    From macrozheng-mall with MIT License 4 votes vote down vote up
public void setProductRelationList(List<SmsCouponProductRelation> productRelationList) {
    this.productRelationList = productRelationList;
}
 
Example #15
Source File: SmsCouponProductRelationDao.java    From mall with Apache License 2.0 2 votes vote down vote up
/**
 * 批量创建
 */
int insertList(@Param("list")List<SmsCouponProductRelation> productRelationList);
 
Example #16
Source File: SmsCouponProductRelationMapper.java    From macrozheng-mall with MIT License votes vote down vote up
SmsCouponProductRelation selectByPrimaryKey(Long id); 
Example #17
Source File: SmsCouponProductRelationMapper.java    From mall with Apache License 2.0 votes vote down vote up
int updateByPrimaryKeySelective(SmsCouponProductRelation record); 
Example #18
Source File: SmsCouponProductRelationMapper.java    From mall with Apache License 2.0 votes vote down vote up
int updateByPrimaryKey(SmsCouponProductRelation record); 
Example #19
Source File: SmsCouponProductRelationMapper.java    From mall with Apache License 2.0 votes vote down vote up
int updateByExample(@Param("record") SmsCouponProductRelation record, @Param("example") SmsCouponProductRelationExample example); 
Example #20
Source File: SmsCouponProductRelationMapper.java    From mall with Apache License 2.0 votes vote down vote up
int updateByExampleSelective(@Param("record") SmsCouponProductRelation record, @Param("example") SmsCouponProductRelationExample example); 
Example #21
Source File: SmsCouponProductRelationMapper.java    From macrozheng-mall with MIT License votes vote down vote up
int insert(SmsCouponProductRelation record); 
Example #22
Source File: SmsCouponProductRelationMapper.java    From macrozheng-mall with MIT License votes vote down vote up
int insertSelective(SmsCouponProductRelation record); 
Example #23
Source File: SmsCouponProductRelationMapper.java    From macrozheng-mall with MIT License votes vote down vote up
List<SmsCouponProductRelation> selectByExample(SmsCouponProductRelationExample example); 
Example #24
Source File: SmsCouponProductRelationDao.java    From macrozheng with Apache License 2.0 votes vote down vote up
int insertList(@Param("list")List<SmsCouponProductRelation> productRelationList); 
Example #25
Source File: SmsCouponProductRelationMapper.java    From macrozheng-mall with MIT License votes vote down vote up
int updateByExampleSelective(@Param("record") SmsCouponProductRelation record, @Param("example") SmsCouponProductRelationExample example); 
Example #26
Source File: SmsCouponProductRelationMapper.java    From macrozheng-mall with MIT License votes vote down vote up
int updateByExample(@Param("record") SmsCouponProductRelation record, @Param("example") SmsCouponProductRelationExample example); 
Example #27
Source File: SmsCouponProductRelationMapper.java    From macrozheng-mall with MIT License votes vote down vote up
int updateByPrimaryKeySelective(SmsCouponProductRelation record); 
Example #28
Source File: SmsCouponProductRelationMapper.java    From macrozheng-mall with MIT License votes vote down vote up
int updateByPrimaryKey(SmsCouponProductRelation record); 
Example #29
Source File: SmsCouponProductRelationDao.java    From macrozheng-mall with MIT License votes vote down vote up
int insertList(@Param("list")List<SmsCouponProductRelation> productRelationList); 
Example #30
Source File: SmsCouponProductRelationMapper.java    From macrozheng with Apache License 2.0 votes vote down vote up
List<SmsCouponProductRelation> selectByExample(SmsCouponProductRelationExample example);