OverrideHandleService.java
330 Bytes
package com.huaheng.api.wcs.service.overrideHandle;
import com.huaheng.api.wcs.domain.TaskFinishDomain;
import com.huaheng.api.wcs.domain.WcsTask;
import com.huaheng.framework.web.domain.AjaxResult;
public interface OverrideHandleService {
    //重入处理
    AjaxResult OverrideHandle(TaskFinishDomain taskFinishDomain);
}