Commit f902d047 by zhiwj

修改task

parent 1a7d2e01
package com.gic.store.service;
import com.task.allocation.api.TaskAllocationOperation;
import com.task.allocation.exception.TaskAllocationException;
/**
* @author zhiwj
* @date 2019/7/4
*/
public interface StoreTaskApiService extends TaskAllocationOperation {
public interface StoreTaskApiService {
String importDataToStore(Integer enterpriseId, String userId, String uuId) throws TaskAllocationException;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment