| Package | Description |
|---|---|
| com.ptteng.fans.common.service | |
| com.ptteng.sca.fans.common.client |
| Modifier and Type | Method and Description |
|---|---|
OrdersInfo |
OrdersInfoService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<OrdersInfo> |
OrdersInfoService.getObjectsByIds(List<Long> ids) |
List<OrdersInfo> |
OrdersInfoService.insertList(List<OrdersInfo> ordersInfoList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
OrdersInfoService.insert(OrdersInfo ordersInfo) |
boolean |
OrdersInfoService.update(OrdersInfo ordersInfo) |
| Modifier and Type | Method and Description |
|---|---|
List<OrdersInfo> |
OrdersInfoService.insertList(List<OrdersInfo> ordersInfoList) |
boolean |
OrdersInfoService.updateList(List<OrdersInfo> ordersInfoList) |
| Modifier and Type | Method and Description |
|---|---|
OrdersInfo |
OrdersInfoSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<OrdersInfo> |
OrdersInfoSCAClient.getObjectsByIds(List<Long> ids) |
List<OrdersInfo> |
OrdersInfoSCAClient.insertList(List<OrdersInfo> ordersInfoList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
OrdersInfoSCAClient.insert(OrdersInfo ordersInfo) |
boolean |
OrdersInfoSCAClient.update(OrdersInfo ordersInfo) |
| Modifier and Type | Method and Description |
|---|---|
List<OrdersInfo> |
OrdersInfoSCAClient.insertList(List<OrdersInfo> ordersInfoList) |
boolean |
OrdersInfoSCAClient.updateList(List<OrdersInfo> ordersInfoList) |
Copyright © 2021. All rights reserved.