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