@Service(value="relatedGoodsService") public class RelatedGoodsServiceImpl extends Object implements RelatedGoodsService
| Constructor and Description |
|---|
RelatedGoodsServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(Integer id) |
void |
deleteBatch(Integer[] ids) |
List<RelatedGoodsEntity> |
queryList(Map<String,Object> map) |
RelatedGoodsEntity |
queryObject(Integer id) |
int |
queryTotal(Map<String,Object> map) |
void |
save(RelatedGoodsEntity relatedGoods) |
void |
update(RelatedGoodsEntity relatedGoods) |
public RelatedGoodsEntity queryObject(Integer id)
queryObject in interface RelatedGoodsServicepublic List<RelatedGoodsEntity> queryList(Map<String,Object> map)
queryList in interface RelatedGoodsServicepublic int queryTotal(Map<String,Object> map)
queryTotal in interface RelatedGoodsServicepublic void save(RelatedGoodsEntity relatedGoods)
save in interface RelatedGoodsServicepublic void update(RelatedGoodsEntity relatedGoods)
update in interface RelatedGoodsServicepublic void delete(Integer id)
delete in interface RelatedGoodsServicepublic void deleteBatch(Integer[] ids)
deleteBatch in interface RelatedGoodsServiceCopyright © 2021. All rights reserved.