| | |
| | | * @param proportion 计算比例
|
| | | * @return
|
| | | */
|
| | | public JSONArray getRecommendToIndex(long start, int count, String proportion, String fcRate);
|
| | | public JSONArray getRecommendToIndex(long start, int count, String proportion);
|
| | |
|
| | | public long countRecommendToIndex(String proportion);
|
| | |
|
| | |
| | | * @return
|
| | | */
|
| | | public List<QualityFactory> recommendByAuctionId(Long paramLong);
|
| | | |
| | | |
| | |
|
| | | /**
|
| | | * 免单商品
|
| | | * @param start
|
| | | * @param count
|
| | | * @param tkRate 佣金比例
|
| | | * @param lableName 标签名
|
| | | * @return
|
| | | */
|
| | | public List<QualityFactory> listFreeGoods(long start, int count, Double tkRate, String lableName);
|
| | |
|
| | | public long countFreeGoods(Double tkRate, String lableName);
|
| | | }
|