| | |
| | | * @return
|
| | | * @throws Exception
|
| | | */
|
| | | public List<TaoBaoOrderVO> listQuery(int start, int count, Integer keyType, String key, String startTime, String endTime,
|
| | | public List<TaoBaoOrderVO> listQuery(int start, int count, String key, String startTime, String endTime,
|
| | | Integer state) throws Exception;
|
| | |
|
| | | public long countQuery(Integer keyType, String key, String startTime, String endTime, Integer state) throws Exception;
|
| | | public long countQuery(String key, String startTime, String endTime, Integer state) throws Exception;
|
| | |
|
| | | }
|