update 后管sim卡管理页面新增刷新功能

This commit is contained in:
Lemon
2024-11-04 14:41:59 +08:00
parent 002b751337
commit ecb62f73e5
6 changed files with 68 additions and 15 deletions

View File

@@ -87,4 +87,10 @@ public class SimCardInfoVO {
@Excel(name = "剩余天数")
private String remainingDays;
/**
* 上次更新时间
*/
@Excel(name = "上次更新时间")
private String lastUpdateTime;
}