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