rk
3 天以前 19321e1348baefa2a9f5211c42f8b797c0fcccd1
1
2
3
4
5
6
7
8
9
10
11
12
package com.doumee.dao.business.dao;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.doumee.dao.business.model.SmsConfig;
 
/**
 * @author 江蹄蹄
 * @date 2024/10/09 15:41
 */
public interface SmsConfigMapper extends BaseMapper<SmsConfig> {
 
}