package com.glxp.api.httpClient.serviceClient; import com.glxp.api.common.res.BaseResponse; import com.glxp.api.req.thrsys.ThrOnhandRequest; import com.glxp.api.res.PageSimpleResponse; import com.glxp.api.res.thrsys.ThrInvProductResponse; public interface ErpInvClient { BaseResponse> getInvPrdoductResponse(ThrOnhandRequest onhandRequest, String url); }