新增 用户绑定vin信息接口

This commit is contained in:
Lemon
2023-06-08 17:04:27 +08:00
parent a02bebb74f
commit dec5dfbd8f
7 changed files with 188 additions and 0 deletions

View File

@@ -146,6 +146,7 @@ public enum ReturnCodeEnum {
CODE_THIS_CARD_BIND_INFO_ERROR("00600006", "卡绑定信息有误!"),
CODE_SELECT_INFO_IS_NULL("00700001", "查询信息为空!"),
;
private String value;