update 预约启动

This commit is contained in:
Guoqs
2024-06-27 11:14:41 +08:00
parent 9d7ac5defa
commit 489ac3b6b8
9 changed files with 65 additions and 7 deletions

View File

@@ -11,15 +11,29 @@ public class StartPersonPileDTO extends BaseDTO {
*/
private String pileConnectorCode;
/**
* 充电桩所属运营商id
*/
private String merchantId;
/**
* 启动类型
* @see com.jsowell.common.enums.ykc.StartTypeEnum
*/
private String startType;
/**
* 会员id
*/
private String memberId;
/**
* 启动时间
*/
private String startTime;
/**
* 结束时间
*/
private String endTime;
}