package com.cczsa.xinghe.codegen.mapper; import org.apache.ibatis.annotations.Mapper; import com.mybatisflex.core.BaseMapper; import com.cczsa.xinghe.codegen.entity.FunModuleEntity; /** * 模块 映射层。 * * @author My * @since 0.0.1 */ @Mapper public interface FunModuleMapper extends BaseMapper { }