package com.cim.idm.service; public interface InvoiceService { /** * 根据类型判断出库 */ // String SendERPStockOut(String shipRequestName, String siteName, String eventUser, String erpFactory, // String erpLocation, String locationName, List list) throws Exception; }