package com.moral.mapper; import com.moral.common.mapper.BaseMapper; import com.moral.entity.AccountRole; public interface AccountRoleMapper extends BaseMapper { }