StatusUpdateService.java 190 Bytes
package com.huaheng.api.wcs.service.statusUpdate;

import com.huaheng.framework.web.domain.AjaxResult;

public interface StatusUpdateService {

    AjaxResult statusUpdate(String taskNo);
}