update 桩基本信息表新增iccid字段

This commit is contained in:
Lemon
2024-11-01 13:30:47 +08:00
parent 67f4c80222
commit d66bb81290
2 changed files with 14 additions and 2 deletions

View File

@@ -86,6 +86,12 @@ public class PileBasicInfo extends BaseEntity {
@Excel(name = "sim卡id")
private Long simId;
/**
* sim卡iccId
*/
@Excel(name = "iccId")
private String iccId;
/**
* 运营商id
*/