新增 更新sim卡信息V2

This commit is contained in:
Lemon
2023-09-15 09:39:41 +08:00
parent 98997977b7
commit 93ce2f3759
4 changed files with 62 additions and 1 deletions

View File

@@ -94,4 +94,6 @@ public interface PileSimInfoMapper {
PileSimInfo getBasicInfoByIccId(@Param("iccId") String iccId);
void updateSimCardInfoBatch(@Param("list") List<SimCardVO> list);
String selectIdByIccId(String iccId);
}