update sim卡列表页数据更新

This commit is contained in:
Lemon
2023-06-28 15:50:36 +08:00
parent b4b7f25193
commit bea87e1d2e
6 changed files with 50 additions and 13 deletions

View File

@@ -3,6 +3,7 @@ package com.jsowell.pile.mapper;
import com.jsowell.pile.domain.PileSimInfo;
import com.jsowell.pile.dto.QuerySimInfoDTO;
import com.jsowell.pile.vo.web.SimCardInfoVO;
import com.jsowell.pile.vo.web.SimCardVO;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Component;
@@ -92,5 +93,5 @@ public interface PileSimInfoMapper {
*/
PileSimInfo getBasicInfoByIccId(@Param("iccId") String iccId);
void updateSimCardInfoBatch(@Param("list") List<SimCardVO> list);
}