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