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