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