|
|
@@ -3,10 +3,8 @@ package com.ydtech.modules.fee.service;
|
|
|
|
|
|
import com.ydtech.modules.fee.dto.vo.ReCalcuLateProportion;
|
|
|
import com.ydtech.modules.fee.dto.vo.RetailProportion;
|
|
|
-import com.ydtech.modules.ins.model.vo.QuoteRespVo;
|
|
|
import com.ydtech.modules.order.entity.InsAreaCompany;
|
|
|
import com.ydtech.modules.order.entity.InsOrders;
|
|
|
-import com.ydtech.modules.order.entity.vo.BaseQuoteInfoVo;
|
|
|
import com.ydtech.modules.order.entity.vo.QueryOrderFeeResultVo;
|
|
|
import com.ydtech.modules.order.entity.vo.QueryOrderFeeVo;
|
|
|
import com.ydtech.modules.protocols.entity.po.PtlAgreementProductCostsExport;
|
|
|
@@ -114,5 +112,5 @@ public interface FeeRuleSchemeNewService {
|
|
|
* @param ptlAgreementProductCostsExport
|
|
|
* @param insAreaCompany
|
|
|
*/
|
|
|
- void calcCostsExternalTelemarketing( PtlAgreementProductCostsExport ptlAgreementProductCostsExport , InsAreaCompany insAreaCompany);
|
|
|
+ void calcCostsExternalTelemarketing(PtlAgreementProductCostsExport ptlAgreementProductCostsExport, InsAreaCompany insAreaCompany);
|
|
|
}
|