后管站点详情页面新增字段

This commit is contained in:
Lemon
2023-11-14 14:39:35 +08:00
parent 9d79c635ec
commit d58a8c8c7f
5 changed files with 44 additions and 3 deletions

View File

@@ -211,4 +211,14 @@ public class PileStationVO {
*/
private BigDecimal occupyFee;
/**
* 电费户号
*/
private String accountNumber;
/**
* 容量
*/
private BigDecimal capacity;
}