| Package | Description |
|---|---|
| com.ptteng.micro.mall.service | |
| com.ptteng.sca.micro.mall.client |
| Modifier and Type | Method and Description |
|---|---|
Supplier |
SupplierService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Supplier> |
SupplierService.getObjectsByIds(List<Long> ids) |
List<Supplier> |
SupplierService.insertList(List<Supplier> supplierList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
SupplierService.insert(Supplier supplier) |
boolean |
SupplierService.update(Supplier supplier) |
| Modifier and Type | Method and Description |
|---|---|
List<Supplier> |
SupplierService.insertList(List<Supplier> supplierList) |
boolean |
SupplierService.updateList(List<Supplier> supplierList) |
| Modifier and Type | Method and Description |
|---|---|
Supplier |
SupplierSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Supplier> |
SupplierSCAClient.getObjectsByIds(List<Long> ids) |
List<Supplier> |
SupplierSCAClient.insertList(List<Supplier> supplierList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
SupplierSCAClient.insert(Supplier supplier) |
boolean |
SupplierSCAClient.update(Supplier supplier) |
| Modifier and Type | Method and Description |
|---|---|
List<Supplier> |
SupplierSCAClient.insertList(List<Supplier> supplierList) |
boolean |
SupplierSCAClient.updateList(List<Supplier> supplierList) |
Copyright © 2021. All rights reserved.