package com.xkl.service; /** * Created by win7 on 2016/11/21. */ public interface IScoreService { public double getScore(long report_id); }