public interface SysSmsLogService
| Modifier and Type | Method and Description |
|---|---|
int |
delete(String id)
根据主键删除
|
int |
deleteBatch(String[] ids)
根据主键批量删除
|
List<SysSmsLogEntity> |
queryList(Map<String,Object> map)
分页查询
|
SysSmsLogEntity |
queryObject(String id)
根据主键查询实体
|
int |
queryTotal(Map<String,Object> map)
分页统计总数
|
int |
save(SysSmsLogEntity smsLog)
保存实体
|
SysSmsLogEntity |
sendSms(SysSmsLogEntity smsLog)
发送短信
|
int |
update(SysSmsLogEntity smsLog)
根据主键更新实体
|
SysSmsLogEntity queryObject(String id)
id - 主键List<SysSmsLogEntity> queryList(Map<String,Object> map)
map - 参数int save(SysSmsLogEntity smsLog)
smsLog - 实体int update(SysSmsLogEntity smsLog)
smsLog - 实体int delete(String id)
id - int deleteBatch(String[] ids)
ids - SysSmsLogEntity sendSms(SysSmsLogEntity smsLog)
smsLog - Copyright © 2021. All rights reserved.