| 程序包 | 说明 |
|---|---|
| com.ptteng.employment.common.service | |
| com.ptteng.sca.employment.common.client |
| 限定符和类型 | 方法和说明 |
|---|---|
CustomerModule |
CustomerModuleService.getObjectById(Long id) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<CustomerModule> |
CustomerModuleService.getObjectsByIds(List<Long> ids) |
List<CustomerModule> |
CustomerModuleService.insertList(List<CustomerModule> moduleList) |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
CustomerModuleService.insert(CustomerModule module) |
boolean |
CustomerModuleService.update(CustomerModule module) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<CustomerModule> |
CustomerModuleService.insertList(List<CustomerModule> moduleList) |
boolean |
CustomerModuleService.updateList(List<CustomerModule> moduleList) |
| 限定符和类型 | 方法和说明 |
|---|---|
CustomerModule |
CustomerModuleSCAClient.getObjectById(Long id) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<CustomerModule> |
CustomerModuleSCAClient.getObjectsByIds(List<Long> ids) |
List<CustomerModule> |
CustomerModuleSCAClient.insertList(List<CustomerModule> moduleList) |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
CustomerModuleSCAClient.insert(CustomerModule module) |
boolean |
CustomerModuleSCAClient.update(CustomerModule module) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<CustomerModule> |
CustomerModuleSCAClient.insertList(List<CustomerModule> moduleList) |
boolean |
CustomerModuleSCAClient.updateList(List<CustomerModule> moduleList) |
Copyright © 2021. All rights reserved.