1 2 3 4 5 6 7 8
package com.huaheng.api.wcs.service.statusUpdate; import com.huaheng.framework.web.domain.AjaxResult; public interface StatusUpdateService { AjaxResult statusUpdate(String taskNo); }