• This project
    • Loading...
  • Sign in

fangyeqing / xkl-interface · Files

Go to a project

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • xkl-interface
  • ..
  • service
  • IScoreService.java
  • ADD:add weight score service
    aa075c25
    by fangyeqing
    2016-11-21 16:01:31 +0800  
    Browse Directory »
IScoreService.java 145 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
package com.xkl.service;

/**
 * Created by win7 on 2016/11/21.
 */
public interface IScoreService {
    public void getScore(long report_id);
}