后管订单列表页和订单详情页新增 启动卡号字段

This commit is contained in:
Lemon
2023-03-30 08:56:10 +08:00
parent 7c604ec02c
commit e98b3a8acf
8 changed files with 20 additions and 0 deletions

View File

@@ -79,6 +79,12 @@ public class OrderBasicInfo extends BaseEntity {
@Excel(name = "充电桩枪口编号")
private String pileConnectorCode;
/**
* 逻辑卡号
*/
@Excel(name = "逻辑卡号")
private String logicCard;
/**
* 启动方式
* 0-后管启动1-用户app启动