新增 用户(批量)解绑车牌号接口

This commit is contained in:
DESKTOP-D9QDT1P\JS-ZZA
2023-03-07 11:12:01 +08:00
parent c6a83768e2
commit 57a96d107b
14 changed files with 285 additions and 220 deletions

View File

@@ -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;