public interface GoodsTypeMapper
| Modifier and Type | Method and Description |
|---|---|
int |
deleteByPrimaryKey(Long id)
This method was generated by MyBatis Generator.
|
int |
insert(GoodsType record)
This method was generated by MyBatis Generator.
|
int |
insertSelective(GoodsType record)
This method was generated by MyBatis Generator.
|
GoodsType |
selectByPrimaryKey(Long id)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKey(GoodsType record)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeySelective(GoodsType record)
This method was generated by MyBatis Generator.
|
int deleteByPrimaryKey(Long id)
int insert(GoodsType record)
int insertSelective(GoodsType record)
GoodsType selectByPrimaryKey(Long id)
int updateByPrimaryKeySelective(GoodsType record)
int updateByPrimaryKey(GoodsType record)
Copyright © 2019. All rights reserved.