package com.moral.service; import com.moral.entity.WebProvince; import java.util.List; public interface MapPathService { List getMapPath(String token); }