package com.goafanti.order.service; import com.goafanti.order.bo.InputOrderListBo; public interface LegalAffairsService { int pushTransferLagalAffairs(String orderNo); Object orderList(InputOrderListBo in); }