|  |  |  | 
|---|
|  |  |  | import com.vincent.rsf.openApi.entity.dto.CommonResponse; | 
|---|
|  |  |  | import com.vincent.rsf.openApi.entity.params.ErpMatnrParms; | 
|---|
|  |  |  | import com.vincent.rsf.openApi.entity.params.ErpOpParams; | 
|---|
|  |  |  | import com.vincent.rsf.openApi.entity.params.ReportParams; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import java.util.Map; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | CommonResponse syncMatnrs(ErpMatnrParms parms); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | CommonResponse reportOrders(Map<String, Object> params); | 
|---|
|  |  |  | CommonResponse reportOrders(ReportParams params); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | CommonResponse reportCheck(ErpOpParams params); | 
|---|
|  |  |  | CommonResponse reportCheck(Map<String, Object> params); | 
|---|
|  |  |  | } | 
|---|