Authored by chenchao

lc

... ... @@ -130,6 +130,11 @@ public abstract class AbsSellerOrderComputeHandler implements OrderComputeHandle
return packageFee;
}
/**
* add input
* @param psfr
* @return
*/
protected abstract ServiceFeeRate buildServiceFeeRate(ServiceFeeRate psfr);
protected abstract Collection<BuyerPenalty.Fee> buildStagedCollection();
... ...