程序包 | 说明 |
---|---|
com.yan.demo.product.controller | |
com.yan.demo.product.mapper |
限定符和类型 | 方法和说明 |
---|---|
PageModel<TbProduct> |
ProductController.list(int offset,
int limit,
String search,
String sort,
String order) |
限定符和类型 | 方法和说明 |
---|---|
TbProduct |
TbProductMapper.selectByPrimaryKey(String productCode)
This method was generated by MyBatis Generator.
|
限定符和类型 | 方法和说明 |
---|---|
List<TbProduct> |
TbProductMapper.selectByExample(TbProductExample example)
This method was generated by MyBatis Generator.
|
限定符和类型 | 方法和说明 |
---|---|
int |
TbProductMapper.insert(TbProduct record)
This method was generated by MyBatis Generator.
|
int |
TbProductMapper.insertSelective(TbProduct record)
This method was generated by MyBatis Generator.
|
int |
TbProductMapper.updateByExample(TbProduct record,
TbProductExample example)
This method was generated by MyBatis Generator.
|
int |
TbProductMapper.updateByExampleSelective(TbProduct record,
TbProductExample example)
This method was generated by MyBatis Generator.
|
int |
TbProductMapper.updateByPrimaryKey(TbProduct record)
This method was generated by MyBatis Generator.
|
int |
TbProductMapper.updateByPrimaryKeySelective(TbProduct record)
This method was generated by MyBatis Generator.
|
Copyright © 2018. All rights reserved.