| 程序包 | 说明 |
|---|---|
| com.ptteng.micro.common.service | |
| com.ptteng.sca.micro.common.client |
| 限定符和类型 | 方法和说明 |
|---|---|
Doc |
DocService.getObjectById(Long id) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Doc> |
DocService.getObjectsByIds(List<Long> ids) |
List<Doc> |
DocService.insertList(List<Doc> docList) |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
DocService.insert(Doc doc) |
boolean |
DocService.update(Doc doc) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Doc> |
DocService.insertList(List<Doc> docList) |
boolean |
DocService.updateList(List<Doc> docList) |
| 限定符和类型 | 方法和说明 |
|---|---|
Doc |
DocSCAClient.getObjectById(Long id) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Doc> |
DocSCAClient.getObjectsByIds(List<Long> ids) |
List<Doc> |
DocSCAClient.insertList(List<Doc> docList) |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
DocSCAClient.insert(Doc doc) |
boolean |
DocSCAClient.update(Doc doc) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Doc> |
DocSCAClient.insertList(List<Doc> docList) |
boolean |
DocSCAClient.updateList(List<Doc> docList) |
Copyright © 2022. All rights reserved.