后管sim卡页面添加字段

This commit is contained in:
Lemon
2023-06-01 10:39:48 +08:00
parent 6ccfd5f7cf
commit bc32bd8238
6 changed files with 133 additions and 9 deletions

View File

@@ -29,4 +29,9 @@ public class QuerySimInfoDTO {
* sim卡商
*/
private String simSupplier;
/**
* 站点id
*/
private Long stationId;
}