This commit is contained in:
Lemon
2023-06-09 11:42:51 +08:00
parent 6f977ec156
commit 7093c803ff
2 changed files with 3 additions and 1 deletions

View File

@@ -147,6 +147,8 @@ public enum ReturnCodeEnum {
CODE_THIS_CARD_BIND_INFO_ERROR("00600006", "卡绑定信息有误!"),
CODE_SELECT_INFO_IS_NULL("00700001", "查询信息为空!"),
CODE_THIS_VIN_HAS_BEEN_BINDING("00700002", "该vin已被绑定请检查!"),
;
private String value;