ÎļþÃû´Ó smartor/src/main/java/com/smartor/service/ISmsRecordsService.java ÐÞ¸Ä |
| | |
| | | package com.smartor.service; |
| | | package com.ruoyi.system.service; |
| | | |
| | | import java.util.List; |
| | | import com.smartor.domain.SmsRecords; |
| | | |
| | | import com.ruoyi.system.domain.SmsRecords; |
| | | |
| | | /** |
| | | * çä¿¡è®°å½Serviceæ¥å£ |
| | |
| | | * @author smartor |
| | | * @date 2023-03-06 |
| | | */ |
| | | public interface ISmsRecordsService |
| | | { |
| | | public interface ISmsRecordsService { |
| | | /** |
| | | * æ¥è¯¢çä¿¡è®°å½ |
| | | * |
| | |
| | | public int insertSmsRecords(SmsRecords smsRecords); |
| | | |
| | | /** |
| | | * çä¿¡åé |
| | | * |
| | | * @param smsRecords |
| | | * @return |
| | | */ |
| | | public Boolean sendSmsRecords(SmsRecords smsRecords); |
| | | |
| | | /** |
| | | * ä¿®æ¹çä¿¡è®°å½ |
| | | * |
| | | * @param smsRecords çä¿¡è®°å½ |