IScoreService.java 147 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 double getScore(long report_id); }