com.macro.mall.model.PmsProductAttributeValue Java Examples

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