mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
充电桩主动申请充电,平台生成订单号回复并启动充电
This commit is contained in:
@@ -38,6 +38,12 @@ public class PileAuthCard {
|
||||
@Excel(name = "物理卡号")
|
||||
private String physicsCard;
|
||||
|
||||
/**
|
||||
* 卡状态
|
||||
*/
|
||||
@Excel(name = "卡状态")
|
||||
private String status;
|
||||
|
||||
/**
|
||||
* 所属用户的会员id
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user