com.macro.mall.model.SmsCouponProductCategoryRelation Java Examples
The following examples show how to use
com.macro.mall.model.SmsCouponProductCategoryRelation.
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 |
public List<SmsCouponProductCategoryRelation> getProductCategoryRelationList() { return productCategoryRelationList; }
Example #2
Source File: SmsCouponHistoryDetail.java From mall with Apache License 2.0 | 4 votes |
public void setCategoryRelationList(List<SmsCouponProductCategoryRelation> categoryRelationList) { this.categoryRelationList = categoryRelationList; }
Example #3
Source File: SmsCouponHistoryDetail.java From mall with Apache License 2.0 | 4 votes |
public List<SmsCouponProductCategoryRelation> getCategoryRelationList() { return categoryRelationList; }
Example #4
Source File: SmsCouponHistoryDetail.java From macrozheng with Apache License 2.0 | 4 votes |
public List<SmsCouponProductCategoryRelation> getCategoryRelationList() { return categoryRelationList; }
Example #5
Source File: SmsCouponHistoryDetail.java From macrozheng with Apache License 2.0 | 4 votes |
public void setCategoryRelationList(List<SmsCouponProductCategoryRelation> categoryRelationList) { this.categoryRelationList = categoryRelationList; }
Example #6
Source File: SmsCouponParam.java From macrozheng with Apache License 2.0 | 4 votes |
public List<SmsCouponProductCategoryRelation> getProductCategoryRelationList() { return productCategoryRelationList; }
Example #7
Source File: SmsCouponParam.java From macrozheng with Apache License 2.0 | 4 votes |
public void setProductCategoryRelationList(List<SmsCouponProductCategoryRelation> productCategoryRelationList) { this.productCategoryRelationList = productCategoryRelationList; }
Example #8
Source File: SmsCouponParam.java From mall-swarm with Apache License 2.0 | 4 votes |
public void setProductCategoryRelationList(List<SmsCouponProductCategoryRelation> productCategoryRelationList) { this.productCategoryRelationList = productCategoryRelationList; }
Example #9
Source File: SmsCouponHistoryDetail.java From mall-swarm with Apache License 2.0 | 4 votes |
public void setCategoryRelationList(List<SmsCouponProductCategoryRelation> categoryRelationList) { this.categoryRelationList = categoryRelationList; }
Example #10
Source File: SmsCouponHistoryDetail.java From mall-swarm with Apache License 2.0 | 4 votes |
public List<SmsCouponProductCategoryRelation> getCategoryRelationList() { return categoryRelationList; }
Example #11
Source File: SmsCouponHistoryDetail.java From macrozheng-mall with MIT License | 4 votes |
public List<SmsCouponProductCategoryRelation> getCategoryRelationList() { return categoryRelationList; }
Example #12
Source File: SmsCouponHistoryDetail.java From macrozheng-mall with MIT License | 4 votes |
public void setCategoryRelationList(List<SmsCouponProductCategoryRelation> categoryRelationList) { this.categoryRelationList = categoryRelationList; }
Example #13
Source File: SmsCouponParam.java From macrozheng-mall with MIT License | 4 votes |
public List<SmsCouponProductCategoryRelation> getProductCategoryRelationList() { return productCategoryRelationList; }
Example #14
Source File: SmsCouponParam.java From macrozheng-mall with MIT License | 4 votes |
public void setProductCategoryRelationList(List<SmsCouponProductCategoryRelation> productCategoryRelationList) { this.productCategoryRelationList = productCategoryRelationList; }
Example #15
Source File: SmsCouponProductCategoryRelationDao.java From mall with Apache License 2.0 | 2 votes |
/** * 批量创建 */ int insertList(@Param("list")List<SmsCouponProductCategoryRelation> productCategoryRelationList);
Example #16
Source File: SmsCouponProductCategoryRelationMapper.java From macrozheng-mall with MIT License | votes |
SmsCouponProductCategoryRelation selectByPrimaryKey(Long id);
Example #17
Source File: SmsCouponProductCategoryRelationMapper.java From mall with Apache License 2.0 | votes |
int updateByPrimaryKeySelective(SmsCouponProductCategoryRelation record);
Example #18
Source File: SmsCouponProductCategoryRelationMapper.java From mall with Apache License 2.0 | votes |
int updateByPrimaryKey(SmsCouponProductCategoryRelation record);
Example #19
Source File: SmsCouponProductCategoryRelationMapper.java From mall with Apache License 2.0 | votes |
int updateByExample(@Param("record") SmsCouponProductCategoryRelation record, @Param("example") SmsCouponProductCategoryRelationExample example);
Example #20
Source File: SmsCouponProductCategoryRelationMapper.java From mall with Apache License 2.0 | votes |
int updateByExampleSelective(@Param("record") SmsCouponProductCategoryRelation record, @Param("example") SmsCouponProductCategoryRelationExample example);
Example #21
Source File: SmsCouponProductCategoryRelationMapper.java From macrozheng-mall with MIT License | votes |
int insert(SmsCouponProductCategoryRelation record);
Example #22
Source File: SmsCouponProductCategoryRelationMapper.java From macrozheng-mall with MIT License | votes |
int insertSelective(SmsCouponProductCategoryRelation record);
Example #23
Source File: SmsCouponProductCategoryRelationMapper.java From macrozheng-mall with MIT License | votes |
List<SmsCouponProductCategoryRelation> selectByExample(SmsCouponProductCategoryRelationExample example);
Example #24
Source File: SmsCouponProductCategoryRelationDao.java From macrozheng with Apache License 2.0 | votes |
int insertList(@Param("list")List<SmsCouponProductCategoryRelation> productCategoryRelationList);
Example #25
Source File: SmsCouponProductCategoryRelationMapper.java From macrozheng-mall with MIT License | votes |
int updateByExampleSelective(@Param("record") SmsCouponProductCategoryRelation record, @Param("example") SmsCouponProductCategoryRelationExample example);
Example #26
Source File: SmsCouponProductCategoryRelationMapper.java From macrozheng-mall with MIT License | votes |
int updateByExample(@Param("record") SmsCouponProductCategoryRelation record, @Param("example") SmsCouponProductCategoryRelationExample example);
Example #27
Source File: SmsCouponProductCategoryRelationMapper.java From macrozheng-mall with MIT License | votes |
int updateByPrimaryKeySelective(SmsCouponProductCategoryRelation record);
Example #28
Source File: SmsCouponProductCategoryRelationMapper.java From macrozheng-mall with MIT License | votes |
int updateByPrimaryKey(SmsCouponProductCategoryRelation record);
Example #29
Source File: SmsCouponProductCategoryRelationDao.java From macrozheng-mall with MIT License | votes |
int insertList(@Param("list")List<SmsCouponProductCategoryRelation> productCategoryRelationList);
Example #30
Source File: SmsCouponProductCategoryRelationMapper.java From macrozheng with Apache License 2.0 | votes |
List<SmsCouponProductCategoryRelation> selectByExample(SmsCouponProductCategoryRelationExample example);