package com.hehenian.biz.component.loan; import com.hehenian.biz.common.loan.dataobject.LoanRepaymentFeeDo; public interface IManagerLoanRepaymentFeeComponent { public int addLoanRepaymentFee(LoanRepaymentFeeDo newLoanRepaymentFeeDo); }