mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 后管站点页面添加字段、增加更多查询条件
This commit is contained in:
@@ -46,6 +46,21 @@ public class QueryStationDTO extends BaseEntity {
|
||||
*/
|
||||
private String merchantId;
|
||||
|
||||
/**
|
||||
* 站点管理员名称
|
||||
*/
|
||||
private String stationAdminName;
|
||||
|
||||
/**
|
||||
* 地址
|
||||
*/
|
||||
private String address;
|
||||
|
||||
/**
|
||||
* 管理员电话
|
||||
*/
|
||||
private String stationTel;
|
||||
|
||||
/**
|
||||
* 站点经度
|
||||
*/
|
||||
|
||||
@@ -79,6 +79,16 @@ public class PileStationVO {
|
||||
*/
|
||||
private String merchantAdminName;
|
||||
|
||||
/**
|
||||
* 管理员电话
|
||||
*/
|
||||
private String managerPhone;
|
||||
|
||||
/**
|
||||
* 站点管理员
|
||||
*/
|
||||
private String stationAdminName;
|
||||
|
||||
/**
|
||||
* 站点状态
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user