update 预约充电响应

This commit is contained in:
Guoqs
2024-05-21 10:05:57 +08:00
parent b91f6689a6
commit 8c7a341fca
6 changed files with 17 additions and 63 deletions

View File

@@ -6,7 +6,7 @@ package com.jsowell.common.enums.ykc;
public enum StartTypeEnum {
NOW("now", "立即启动"),
APPOINTMENT("appointment", "预约启动"),
RESERVED("reserved", "预约启动"),
;