Package | Description |
---|---|
com.platform.controller | |
com.platform.service | |
com.platform.service.impl |
Modifier and Type | Method and Description |
---|---|
R |
OrderController.save(OrderEntity order)
保存
|
R |
OrderController.sendGoods(OrderEntity order)
发货
|
R |
OrderController.update(OrderEntity order)
修改
|
Modifier and Type | Method and Description |
---|---|
OrderEntity |
OrderService.queryObject(Integer id) |
Modifier and Type | Method and Description |
---|---|
List<OrderEntity> |
OrderService.queryList(Map<String,Object> map) |
Modifier and Type | Method and Description |
---|---|
int |
OrderService.save(OrderEntity order) |
int |
OrderService.sendGoods(OrderEntity order) |
int |
OrderService.update(OrderEntity order) |
Modifier and Type | Method and Description |
---|---|
OrderEntity |
OrderServiceImpl.queryObject(Integer id) |
Modifier and Type | Method and Description |
---|---|
List<OrderEntity> |
OrderServiceImpl.queryList(Map<String,Object> map) |
Modifier and Type | Method and Description |
---|---|
int |
OrderServiceImpl.save(OrderEntity order) |
int |
OrderServiceImpl.sendGoods(OrderEntity order) |
int |
OrderServiceImpl.update(OrderEntity order) |
Copyright © 2021. All rights reserved.