Commit 1f5462c8 authored by macro's avatar macro
Browse files

Update CmsPrefrenceAreaService.java

parent d9c3d3c8
...@@ -9,5 +9,8 @@ import java.util.List; ...@@ -9,5 +9,8 @@ import java.util.List;
* Created by macro on 2018/6/1. * Created by macro on 2018/6/1.
*/ */
public interface CmsPrefrenceAreaService { public interface CmsPrefrenceAreaService {
/**
* 获取所有优选专区
*/
List<CmsPrefrenceArea> listAll(); List<CmsPrefrenceArea> listAll();
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment