package com.bonus.settlement.calc; import java.util.List; public interface IModelCalc { public List calc() throws Exception ; }