|
package geoinfo.admins.user.service;
|
|
|
|
import java.util.HashMap;
|
|
|
|
import javax.servlet.http.HttpServletRequest;
|
|
|
|
import org.json.simple.JSONObject;
|
|
|
|
|
|
public interface DrillingInputService {
|
|
HashMap<String, Object> getOrganizationUserGlGmGsGfCodes(String userId) throws Exception;
|
|
}
|