package com.xcong.farmer.cms.modules.system.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.xcong.farmer.cms.modules.system.entity.CmsFriendlyLinkEntity; public interface CmsFriendlyLinkMapper extends BaseMapper { }