Blame view

src/main/java/com/huaheng/api/wcs/service/statusUpdate/StatusUpdateService.java 190 Bytes
易文鹏 authored
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);
}