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