| Package | Description |
|---|---|
| com.ptteng.micro.common.service | |
| com.ptteng.sca.micro.common.client |
| Modifier and Type | Method and Description |
|---|---|
Sms |
SmsService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Sms> |
SmsService.getObjectsByIds(List<Long> ids) |
List<Sms> |
SmsService.insertList(List<Sms> smsList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
SmsService.insert(Sms sms) |
boolean |
SmsService.update(Sms sms) |
| Modifier and Type | Method and Description |
|---|---|
List<Sms> |
SmsService.insertList(List<Sms> smsList) |
boolean |
SmsService.updateList(List<Sms> smsList) |
| Modifier and Type | Method and Description |
|---|---|
Sms |
SmsSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Sms> |
SmsSCAClient.getObjectsByIds(List<Long> ids) |
List<Sms> |
SmsSCAClient.insertList(List<Sms> smsList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
SmsSCAClient.insert(Sms sms) |
boolean |
SmsSCAClient.update(Sms sms) |
| Modifier and Type | Method and Description |
|---|---|
List<Sms> |
SmsSCAClient.insertList(List<Sms> smsList) |
boolean |
SmsSCAClient.updateList(List<Sms> smsList) |
Copyright © 2020. All rights reserved.