gdg
2021-01-29 5805a82d476338a95b33feed4623888e8c9c97d1
src/main/java/com/nanometer/smartlab/service/SysSupplierService.java
@@ -4,6 +4,7 @@
import org.primefaces.event.FileUploadEvent;
import java.util.List;
import java.util.Map;
/**
 * Created by johnny on 17/11/29.
@@ -23,4 +24,8 @@
    public boolean deleteSysSupplier(List<SysSupplier> sysSupplierList);
    void importSupplier(FileUploadEvent event) throws Exception;
    List<Map> exportExcelList(String name);
    void export2Excel(List<Map> list) throws Exception;
}