package com.changhong.epc.parsing.service.bill;
|
|
import com.changhong.epc.bean.form.Fieldsets;
|
import com.changhong.epc.bean.parsing.BillInfo;
|
import com.changhong.epc.bean.tenant.bill.OCRBillEntity;
|
import com.changhong.epc.constter.parsing.loop.ConstDataExpendStart;
|
|
public interface IAutoAllotJourney extends ConstDataExpendStart{
|
|
/**
|
* 分配行程
|
* @param oCRBillEntity
|
* @param billInfo
|
*/
|
Fieldsets addBillInfo(OCRBillEntity oCRBillEntity, BillInfo billInfo);
|
|
}
|