mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-24 13:05:11 +08:00
新增 小程序查询桩升级固件列表
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package com.jsowell.pile.service;
|
||||
|
||||
import com.jsowell.common.core.page.PageResponse;
|
||||
import com.jsowell.pile.domain.PileFirmwareInfo;
|
||||
import com.jsowell.pile.dto.PileFirmwareInfoDTO;
|
||||
import org.springframework.web.multipart.MultipartFile;
|
||||
|
||||
import java.util.List;
|
||||
@@ -59,4 +61,11 @@ public interface PileFirmwareInfoService {
|
||||
* @return 结果
|
||||
*/
|
||||
public int deletePileFirmwareInfoById(Long id);
|
||||
|
||||
/**
|
||||
* 通过使用范围查询桩固件信息列表
|
||||
* @param dto
|
||||
* @return
|
||||
*/
|
||||
PageResponse selectPileFirmwareListByUseRange(PileFirmwareInfoDTO dto);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user