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.CaiUserFollow;
|
||||
|
||||
/**
|
||||
* 关注表Mapper接口
|
||||
*
|
||||
* @author 77
|
||||
* @date 2023-12-23
|
||||
*/
|
||||
public interface CaiUserFollowMapper extends BaseMapper<CaiUserFollow> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user