| Package | Description |
|---|---|
| com.ptteng.fans.common.service | |
| com.ptteng.sca.fans.common.client |
| Modifier and Type | Method and Description |
|---|---|
Production |
ProductionService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Production> |
ProductionService.getObjectsByIds(List<Long> ids) |
List<Production> |
ProductionService.insertList(List<Production> productionList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
ProductionService.insert(Production production) |
boolean |
ProductionService.update(Production production) |
| Modifier and Type | Method and Description |
|---|---|
List<Production> |
ProductionService.insertList(List<Production> productionList) |
boolean |
ProductionService.updateList(List<Production> productionList) |
| Modifier and Type | Method and Description |
|---|---|
Production |
ProductionSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Production> |
ProductionSCAClient.getObjectsByIds(List<Long> ids) |
List<Production> |
ProductionSCAClient.insertList(List<Production> productionList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
ProductionSCAClient.insert(Production production) |
boolean |
ProductionSCAClient.update(Production production) |
| Modifier and Type | Method and Description |
|---|---|
List<Production> |
ProductionSCAClient.insertList(List<Production> productionList) |
boolean |
ProductionSCAClient.updateList(List<Production> productionList) |
Copyright © 2023. All rights reserved.