package org.jeecg.modules.sap.service; public interface ProductionOrderSync { /** * 同步生成订单 */ void syncProductionOrder(); }