新增 后管上传蓝牙升级程序接口

This commit is contained in:
Lemon
2024-11-21 15:50:43 +08:00
parent 52f2043c9c
commit e1020b4e48
10 changed files with 58 additions and 15 deletions

View File

@@ -1,6 +1,7 @@
package com.jsowell.pile.service;
import com.jsowell.pile.domain.PileFirmwareInfo;
import org.springframework.web.multipart.MultipartFile;
import java.util.List;

View File

@@ -1,11 +1,13 @@
package com.jsowell.pile.service.impl;
import com.jsowell.common.util.DateUtils;
import com.jsowell.common.util.file.AliyunOssUploadUtils;
import com.jsowell.pile.domain.PileFirmwareInfo;
import com.jsowell.pile.mapper.PileFirmwareInfoMapper;
import com.jsowell.pile.service.PileFirmwareInfoService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.web.multipart.MultipartFile;
import java.util.List;