• This project
    • Loading...
  • Sign in

Fedex / iClear-api

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • iClear-api
  • ..
  • service
  • IClearApiSystemService.java
  • wei.zhou's avatar
    init · 1d0b8932
    1d0b8932
    wei.zhou authored 2021-06-11 17:14:09 +0800
IClearApiSystemService.java 303 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
package com.erry.iclear.dateInterface.service;


import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Service;

/**
 * @author Administrator
 */
@Service
@Slf4j
public class IClearApiSystemService {

    /**
     * TODO 刷新缓存
     */
    public void refreshCache(){

    }


}