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