package com.sd.wln.service; public interface WlnOutboundOrderService { /** * 同步出库单数据 */ void syncOutboundOrder(); }