Merge branch 'feature-支持羽信主板预约充电' into dev

This commit is contained in:
Guoqs
2026-06-15 16:03:29 +08:00
53 changed files with 334 additions and 4367 deletions

View File

@@ -65,6 +65,15 @@ public interface PileBasicInfoService {
*/
int updateSimInfo(PileBasicInfo pileBasicInfo);
/**
* 更新充电桩程序版本
*
* @param pileSn 充电桩编号
* @param programVersion 程序版本
* @return 更新行数
*/
int updateProgramVersion(String pileSn, String programVersion);
/**
* 批量删除设备管理
*