Commit 60458643 by 陶光胜

省市区

parent 8c92cb4f
package com.gic.store.service;
import com.task.allocation.exception.TaskAllocationException;
/**
* @author zhiwj
......@@ -9,5 +8,5 @@ import com.task.allocation.exception.TaskAllocationException;
public interface StoreTaskApiService {
String importDataToStore(Integer enterpriseId, String userId, String uuId) throws TaskAllocationException;
String importDataToStore(Integer enterpriseId, String userId, String uuId);
}
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