mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
新增 用户(批量)解绑车牌号接口
This commit is contained in:
@@ -113,6 +113,8 @@ public enum ReturnCodeEnum {
|
||||
CODE_THIS_CARNO_HAS_BEEN_BINDING("00500001", "当前车牌号已经绑定,请检查!"),
|
||||
|
||||
CODE_USER_BINDING_CARNO_ERROR("00500002", "用户绑定车牌号异常"),
|
||||
|
||||
CODE_USER_UNBIND_CARNO_ERROR("00500003", "用户解绑车牌号异常"),
|
||||
;
|
||||
|
||||
private String value;
|
||||
|
||||
Reference in New Issue
Block a user