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