skyouc
5 天以前 01ce50a3b8736726f58899b6cfa70ea27154637a
rsf-server/src/main/java/com/vincent/rsf/server/manager/service/DeliveryItemService.java
@@ -11,5 +11,5 @@
public interface DeliveryItemService extends IService<DeliveryItem> {
//    R excelImport(MultipartFile file, Map<String, Object> hashMap, Long loginUserId) throws Exception;
    R excelImport(MultipartFile file, Map<String, Object> hashMap, Long loginUserId) throws Exception;
}