mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
update 运营商仅可查看本运营商下所有站点订单信息
This commit is contained in:
@@ -61,6 +61,12 @@ public class OrderBasicInfo extends BaseEntity {
|
||||
@Excel(name = "站点id")
|
||||
private String stationId;
|
||||
|
||||
/**
|
||||
* 运营商id
|
||||
*/
|
||||
@Excel(name = "运营商id")
|
||||
private String merchantId;
|
||||
|
||||
/**
|
||||
* 充电桩sn号
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user