com.macro.mall.model.CmsSubjectProductRelation Java Examples
The following examples show how to use
com.macro.mall.model.CmsSubjectProductRelation.
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: CmsSubjectProductRelationDao.java From mall-swarm with Apache License 2.0 | 2 votes |
/** * 批量创建 */ int insertList(@Param("list") List<CmsSubjectProductRelation> subjectProductRelationList);
Example #2
Source File: CmsSubjectProductRelationDao.java From mall with Apache License 2.0 | 2 votes |
/** * 批量创建 */ int insertList(@Param("list") List<CmsSubjectProductRelation> subjectProductRelationList);
Example #3
Source File: CmsSubjectProductRelationMapper.java From macrozheng-mall with MIT License | votes |
int insertSelective(CmsSubjectProductRelation record);
Example #4
Source File: CmsSubjectProductRelationMapper.java From mall with Apache License 2.0 | votes |
int insertSelective(CmsSubjectProductRelation record);
Example #5
Source File: CmsSubjectProductRelationMapper.java From mall with Apache License 2.0 | votes |
List<CmsSubjectProductRelation> selectByExample(CmsSubjectProductRelationExample example);
Example #6
Source File: CmsSubjectProductRelationMapper.java From mall with Apache License 2.0 | votes |
CmsSubjectProductRelation selectByPrimaryKey(Long id);
Example #7
Source File: CmsSubjectProductRelationMapper.java From mall with Apache License 2.0 | votes |
int updateByExampleSelective(@Param("record") CmsSubjectProductRelation record, @Param("example") CmsSubjectProductRelationExample example);
Example #8
Source File: CmsSubjectProductRelationMapper.java From mall with Apache License 2.0 | votes |
int updateByExample(@Param("record") CmsSubjectProductRelation record, @Param("example") CmsSubjectProductRelationExample example);
Example #9
Source File: CmsSubjectProductRelationMapper.java From mall with Apache License 2.0 | votes |
int updateByPrimaryKeySelective(CmsSubjectProductRelation record);
Example #10
Source File: CmsSubjectProductRelationMapper.java From mall with Apache License 2.0 | votes |
int updateByPrimaryKey(CmsSubjectProductRelation record);
Example #11
Source File: CmsSubjectProductRelationMapper.java From macrozheng-mall with MIT License | votes |
int insert(CmsSubjectProductRelation record);
Example #12
Source File: CmsSubjectProductRelationMapper.java From mall with Apache License 2.0 | votes |
int insert(CmsSubjectProductRelation record);
Example #13
Source File: CmsSubjectProductRelationMapper.java From macrozheng-mall with MIT License | votes |
List<CmsSubjectProductRelation> selectByExample(CmsSubjectProductRelationExample example);
Example #14
Source File: CmsSubjectProductRelationMapper.java From macrozheng-mall with MIT License | votes |
CmsSubjectProductRelation selectByPrimaryKey(Long id);
Example #15
Source File: CmsSubjectProductRelationMapper.java From macrozheng-mall with MIT License | votes |
int updateByExampleSelective(@Param("record") CmsSubjectProductRelation record, @Param("example") CmsSubjectProductRelationExample example);
Example #16
Source File: CmsSubjectProductRelationMapper.java From macrozheng-mall with MIT License | votes |
int updateByExample(@Param("record") CmsSubjectProductRelation record, @Param("example") CmsSubjectProductRelationExample example);
Example #17
Source File: CmsSubjectProductRelationMapper.java From macrozheng-mall with MIT License | votes |
int updateByPrimaryKeySelective(CmsSubjectProductRelation record);
Example #18
Source File: CmsSubjectProductRelationMapper.java From macrozheng-mall with MIT License | votes |
int updateByPrimaryKey(CmsSubjectProductRelation record);
Example #19
Source File: CmsSubjectProductRelationDao.java From macrozheng-mall with MIT License | votes |
int insertList(@Param("list") List<CmsSubjectProductRelation> subjectProductRelationList);
Example #20
Source File: CmsSubjectProductRelationMapper.java From macrozheng with Apache License 2.0 | votes |
int insertSelective(CmsSubjectProductRelation record);
Example #21
Source File: CmsSubjectProductRelationMapper.java From mall-swarm with Apache License 2.0 | votes |
int insertSelective(CmsSubjectProductRelation record);
Example #22
Source File: CmsSubjectProductRelationMapper.java From mall-swarm with Apache License 2.0 | votes |
List<CmsSubjectProductRelation> selectByExample(CmsSubjectProductRelationExample example);
Example #23
Source File: CmsSubjectProductRelationMapper.java From mall-swarm with Apache License 2.0 | votes |
CmsSubjectProductRelation selectByPrimaryKey(Long id);
Example #24
Source File: CmsSubjectProductRelationMapper.java From mall-swarm with Apache License 2.0 | votes |
int updateByExampleSelective(@Param("record") CmsSubjectProductRelation record, @Param("example") CmsSubjectProductRelationExample example);
Example #25
Source File: CmsSubjectProductRelationMapper.java From mall-swarm with Apache License 2.0 | votes |
int updateByExample(@Param("record") CmsSubjectProductRelation record, @Param("example") CmsSubjectProductRelationExample example);
Example #26
Source File: CmsSubjectProductRelationMapper.java From mall-swarm with Apache License 2.0 | votes |
int updateByPrimaryKeySelective(CmsSubjectProductRelation record);
Example #27
Source File: CmsSubjectProductRelationMapper.java From mall-swarm with Apache License 2.0 | votes |
int updateByPrimaryKey(CmsSubjectProductRelation record);
Example #28
Source File: CmsSubjectProductRelationMapper.java From macrozheng with Apache License 2.0 | votes |
int insert(CmsSubjectProductRelation record);
Example #29
Source File: CmsSubjectProductRelationMapper.java From mall-swarm with Apache License 2.0 | votes |
int insert(CmsSubjectProductRelation record);
Example #30
Source File: CmsSubjectProductRelationMapper.java From macrozheng with Apache License 2.0 | votes |
List<CmsSubjectProductRelation> selectByExample(CmsSubjectProductRelationExample example);