mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-19 21:48:03 +08:00
添加程序版本字段
This commit is contained in:
@@ -65,6 +65,11 @@ public interface PileBasicInfoMapper {
|
||||
*/
|
||||
int updatePileBasicInfo(PileBasicInfo pileBasicInfo);
|
||||
|
||||
/**
|
||||
* 更新充电桩程序版本
|
||||
*/
|
||||
int updateProgramVersion(@Param("pileSn") String pileSn, @Param("programVersion") String programVersion);
|
||||
|
||||
/**
|
||||
* 删除设备管理
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user