| | |
| | | import java.math.BigDecimal;
|
| | | import java.util.List;
|
| | |
|
| | | import com.yeshi.fanli.entity.SystemEnum;
|
| | | import net.sf.json.JSONArray;
|
| | |
|
| | | import com.yeshi.fanli.entity.bus.lable.QualityFactory;
|
| | |
| | | public long countQueryEverydayRob(BigDecimal zkPrice, BigDecimal minQuanPrice, BigDecimal maxQuanPrice);
|
| | |
|
| | | /**
|
| | | * |
| | | * 首页推荐
|
| | | * @param start
|
| | | * @param count
|
| | | * @return
|
| | | */
|
| | | public JSONArray getRecommendToIndexV2(long start, int count);
|
| | | public JSONArray getRecommendToIndexV2(long start, int count, String platform, String version, SystemEnum system);
|
| | | }
|