mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
订单主表加字段 启动类型 预约时间
This commit is contained in:
@@ -130,6 +130,16 @@ public class OrderBasicInfo extends BaseEntity {
|
||||
*/
|
||||
private Date chargeEndTime;
|
||||
|
||||
/**
|
||||
* 启动类型
|
||||
*/
|
||||
private String startType;
|
||||
|
||||
/**
|
||||
* 预约时间
|
||||
*/
|
||||
private Date appointmentTime;
|
||||
|
||||
/**
|
||||
* 开始SOC
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user