🚧 商品包调整

This commit is contained in:
linhj
2020-05-11 18:12:13 +08:00
parent b996ddfa1e
commit 055d204ded
21 changed files with 46 additions and 32 deletions

View File

@@ -13,6 +13,9 @@ public enum UserErrorCodeEnum implements ServiceExceptionUtil.Enumerable {
USER_ADDRESS_NOT_EXISTENT(1001004000, "用户地址不存在!"),
USER_ADDRESS_IS_DELETED(1001004001, "用户地址已被删除!"),
USER_GET_ADDRESS_NOT_EXISTS(1001004002, "获取的地址不存在!"),
// ========== 用户 ==========
USER_NOT_EXISTS(1001004003, "获取的地址不存在!"),
;
private final int code;