package com.moral.mapper; import java.util.List; import java.util.Map; public interface DemoMapper { List> getDatas(); }