bugfix 修改sim卡信息报错

This commit is contained in:
Lemon
2023-09-11 10:19:10 +08:00
parent 6d736cb2f2
commit c8fc02ce0a
2 changed files with 25 additions and 1 deletions

View File

@@ -55,6 +55,14 @@ public interface IPileBasicInfoService {
*/
int updatePileBasicInfo(PileBasicInfo pileBasicInfo);
/**
* 修改设备sim卡信息
*
* @param pileBasicInfo 设备管理
* @return 结果
*/
int updateSimInfo(PileBasicInfo pileBasicInfo);
/**
* 批量删除设备管理
*