| 程序包 | 说明 |
|---|---|
| com.ptteng.academy.business.service | |
| com.ptteng.sca.academy.business.client |
| 限定符和类型 | 方法和说明 |
|---|---|
AmountStat |
AmountStatService.getObjectById(Long id) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<AmountStat> |
AmountStatService.getObjectsByIds(List<Long> ids) |
List<AmountStat> |
AmountStatService.insertList(List<AmountStat> amountStatList) |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
AmountStatService.insert(AmountStat amountStat) |
boolean |
AmountStatService.update(AmountStat amountStat) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<AmountStat> |
AmountStatService.insertList(List<AmountStat> amountStatList) |
boolean |
AmountStatService.updateList(List<AmountStat> amountStatList) |
| 限定符和类型 | 方法和说明 |
|---|---|
AmountStat |
AmountStatSCAClient.getObjectById(Long id) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<AmountStat> |
AmountStatSCAClient.getObjectsByIds(List<Long> ids) |
List<AmountStat> |
AmountStatSCAClient.insertList(List<AmountStat> amountStatList) |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
AmountStatSCAClient.insert(AmountStat amountStat) |
boolean |
AmountStatSCAClient.update(AmountStat amountStat) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<AmountStat> |
AmountStatSCAClient.insertList(List<AmountStat> amountStatList) |
boolean |
AmountStatSCAClient.updateList(List<AmountStat> amountStatList) |
Copyright © 2018. All Rights Reserved.