xieb
2023-04-23 b82f8f6f82f0d9348997abb77e5d72deac078fa2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package cn.gistack.sm.sms.service.impl;
 
import cn.gistack.sm.patrol.mapper.PatrolGroupMapper;
import cn.gistack.sm.sms.entity.SmsRecord;
import cn.gistack.sm.sms.mapper.SmsRecordMapper;
import cn.gistack.sm.sms.service.ISmsRecordService;
import org.springblade.core.mp.base.BaseServiceImpl;
 
/**
 * 短信发送记录
 * @author zhongrj
 */
public class SmsRecordServiceImpl extends BaseServiceImpl<SmsRecordMapper, SmsRecord> implements ISmsRecordService {
}