充电桩主动申请充电,平台生成订单号回复并启动充电

This commit is contained in:
Lemon
2023-03-18 10:59:02 +08:00
parent a2a5c90704
commit 52a6db253e
12 changed files with 249 additions and 44 deletions

View File

@@ -38,6 +38,12 @@ public class PileAuthCard {
@Excel(name = "物理卡号")
private String physicsCard;
/**
* 卡状态
*/
@Excel(name = "卡状态")
private String status;
/**
* 所属用户的会员id
*/