| Package | Description |
|---|---|
| com.ptteng.micro.mall.service | |
| com.ptteng.sca.micro.mall.client |
| Modifier and Type | Method and Description |
|---|---|
StockOut |
StockOutService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<StockOut> |
StockOutService.getObjectsByIds(List<Long> ids) |
List<StockOut> |
StockOutService.insertList(List<StockOut> stockOutList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
StockOutService.insert(StockOut stockOut) |
boolean |
StockOutService.update(StockOut stockOut) |
| Modifier and Type | Method and Description |
|---|---|
List<StockOut> |
StockOutService.insertList(List<StockOut> stockOutList) |
boolean |
StockOutService.updateList(List<StockOut> stockOutList) |
| Modifier and Type | Method and Description |
|---|---|
StockOut |
StockOutSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<StockOut> |
StockOutSCAClient.getObjectsByIds(List<Long> ids) |
List<StockOut> |
StockOutSCAClient.insertList(List<StockOut> stockOutList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
StockOutSCAClient.insert(StockOut stockOut) |
boolean |
StockOutSCAClient.update(StockOut stockOut) |
| Modifier and Type | Method and Description |
|---|---|
List<StockOut> |
StockOutSCAClient.insertList(List<StockOut> stockOutList) |
boolean |
StockOutSCAClient.updateList(List<StockOut> stockOutList) |
Copyright © 2021. All rights reserved.