TaskFinishService.java 255 Bytes
package com.huaheng.api.wcs.service.taskFinish;

import com.huaheng.api.wcs.domain.WcsTask;
import com.huaheng.framework.web.domain.AjaxResult;

public interface TaskFinishService {

    //任务完成
    AjaxResult completeTaskByWCS(WcsTask wcsTask);
}