package org.jeecg.modules.sap.service; public interface SAPService { String test(); }