package com.huaheng.api.wcs.service.unlockLocation;
import com.huaheng.api.wcs.domain.TaskFinishDomain;
import com.huaheng.framework.web.domain.AjaxResult;
public interface UnlockLocationService {
AjaxResult unlockLocation(TaskFinishDomain taskNo);
}