添加程序版本字段

This commit is contained in:
jsowell
2026-06-10 16:40:29 +08:00
parent 6686e2747f
commit 12685f528b
6 changed files with 66 additions and 2 deletions

View File

@@ -65,6 +65,11 @@ public interface PileBasicInfoMapper {
*/
int updatePileBasicInfo(PileBasicInfo pileBasicInfo);
/**
* 更新充电桩程序版本
*/
int updateProgramVersion(@Param("pileSn") String pileSn, @Param("programVersion") String programVersion);
/**
* 删除设备管理
*