Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

wangming / kzy-wx

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • kzy-wx
  • ..
  • service
  • IndexService.java
  • 魏文甫's avatar
    init · 1a261c95
    魏文甫 committed Mar 13, 2020
    1a261c95 Browse Files
IndexService.java 323 Bytes
BlameHistoryPermalink
Edit
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
package com.server.web.common.service;

import java.util.Map;

/**
 * Created by weiwenfu@163.com on 2018/12/12 下午 3:05.
 */
public interface IndexService {
    Map<String,Object> banner();

    Map<String,Object> categoryList();

    Map<String,Object> categoryDetail();

    Map<String,Object> livingCourseToday();
}