Пример #1
0
 public BigDecimal getChineseInsertFees(String siteId, String storeType, BigDecimal price) {
   IEbFeeCaculate ca = getFeeCaculator(siteId);
   return ca.getChineseInsertsFee(storeType, price);
 }