init
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package com.ruoyi.cai.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.ruoyi.cai.domain.CaiUserCall;
|
||||
|
||||
/**
|
||||
* 通话记录Mapper接口
|
||||
*
|
||||
* @author 77
|
||||
* @date 2023-12-27
|
||||
*/
|
||||
public interface CaiUserCallMapper extends BaseMapper<CaiUserCall> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user