kaiyu
2021-03-10 5097d13418e9a0bf605f5272f1b9e60fc62c80cb
screen-manage/src/main/java/com/moral/api/mapper/ManageRoleMapper.java
@@ -2,6 +2,9 @@
import com.moral.api.entity.ManageRole;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Param;
import java.util.List;
/**
 * <p>
@@ -12,5 +15,5 @@
 * @since 2021-03-09
 */
public interface ManageRoleMapper extends BaseMapper<ManageRole> {
    List<ManageRole> getManageRoleByAccountId(Integer accountId);
}