mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-08-18 12:07:33 +08:00
Merge branch 'feature-支持羽信主板预约充电' into dev
This commit is contained in:
@@ -65,6 +65,15 @@ public interface PileBasicInfoService {
|
||||
*/
|
||||
int updateSimInfo(PileBasicInfo pileBasicInfo);
|
||||
|
||||
/**
|
||||
* 更新充电桩程序版本
|
||||
*
|
||||
* @param pileSn 充电桩编号
|
||||
* @param programVersion 程序版本
|
||||
* @return 更新行数
|
||||
*/
|
||||
int updateProgramVersion(String pileSn, String programVersion);
|
||||
|
||||
/**
|
||||
* 批量删除设备管理
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user