@Service(value="orderGoodsService") public class OrderGoodsServiceImpl extends Object implements OrderGoodsService
| Constructor and Description |
|---|
OrderGoodsServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(Integer id) |
void |
deleteBatch(Integer[] ids) |
List<OrderGoodsEntity> |
queryList(Map<String,Object> map) |
OrderGoodsEntity |
queryObject(Integer id) |
int |
queryTotal(Map<String,Object> map) |
void |
save(OrderGoodsEntity orderGoods) |
void |
update(OrderGoodsEntity orderGoods) |
public OrderGoodsEntity queryObject(Integer id)
queryObject in interface OrderGoodsServicepublic List<OrderGoodsEntity> queryList(Map<String,Object> map)
queryList in interface OrderGoodsServicepublic int queryTotal(Map<String,Object> map)
queryTotal in interface OrderGoodsServicepublic void save(OrderGoodsEntity orderGoods)
save in interface OrderGoodsServicepublic void update(OrderGoodsEntity orderGoods)
update in interface OrderGoodsServicepublic void delete(Integer id)
delete in interface OrderGoodsServicepublic void deleteBatch(Integer[] ids)
deleteBatch in interface OrderGoodsServiceCopyright © 2021. All rights reserved.