package com.xcong.excoin.modules.helpCenter.dao; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.xcong.excoin.modules.helpCenter.entity.HelpCenterTypeEntity; public interface HelpCenterTypeDao extends BaseMapper { }