
package com.o2o.dao;
import com.o2o.entity.Area;
import java.util.List;
/**
* Created by chenshu on 2018/3/11.
*/
public interface AreaDao {
/**
* 列出区域列表
*
* @return areaList
*/
List<Area> queryArea();
}SSM商铺V1.0,解决毕设痛点;SpringBoot商铺V2.0,满足工作刚需
了解课程