新增 后管查询sim卡流量套餐信息接口

This commit is contained in:
Lemon
2024-11-04 11:36:44 +08:00
parent 340761e818
commit 4e414b5f39
4 changed files with 114 additions and 9 deletions

View File

@@ -159,6 +159,9 @@ public interface PileBasicInfoService {
void updatePileSimInfo(String pileSn, String iccid);
void updatePileSimInfoV2(String pileSn, String iccid);
public void bindPileSimCard(String pileSn, String iccId);
/**
* 后管首页基本信息查询
*