| Package | Description |
|---|---|
| com.platform.controller | |
| com.platform.service | |
| com.platform.service.impl |
| Modifier and Type | Method and Description |
|---|---|
R |
OrderGoodsController.save(OrderGoodsEntity orderGoods)
保存
|
R |
OrderGoodsController.update(OrderGoodsEntity orderGoods)
修改
|
| Modifier and Type | Method and Description |
|---|---|
OrderGoodsEntity |
OrderGoodsService.queryObject(Integer id) |
| Modifier and Type | Method and Description |
|---|---|
List<OrderGoodsEntity> |
OrderGoodsService.queryList(Map<String,Object> map) |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderGoodsService.save(OrderGoodsEntity orderGoods) |
void |
OrderGoodsService.update(OrderGoodsEntity orderGoods) |
| Modifier and Type | Method and Description |
|---|---|
OrderGoodsEntity |
OrderGoodsServiceImpl.queryObject(Integer id) |
| Modifier and Type | Method and Description |
|---|---|
List<OrderGoodsEntity> |
OrderGoodsServiceImpl.queryList(Map<String,Object> map) |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderGoodsServiceImpl.save(OrderGoodsEntity orderGoods) |
void |
OrderGoodsServiceImpl.update(OrderGoodsEntity orderGoods) |
Copyright © 2021. All rights reserved.