opt:1.完善外部API接口。
This commit is contained in:
@@ -66,4 +66,17 @@ public interface TaskAPI {
|
||||
* @return
|
||||
*/
|
||||
boolean queryTaskInfoByDestination(String destination);
|
||||
|
||||
/**
|
||||
* 根据任务号查询任务
|
||||
* @param taskCode
|
||||
* @return
|
||||
*/
|
||||
WebResponse queryTaskInfoByTaskCode(String taskCode);
|
||||
|
||||
/**
|
||||
* 查询当前未完成任务
|
||||
* @return
|
||||
*/
|
||||
WebResponse queryNotFinishTaskInfos();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user