1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | 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,满足工作刚需
了解课程