skyouc
3 天以前 5074c51d978a490a1d0e9dc116a874d33ddeb16c
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;
}