mall:完善收件地址

This commit is contained in:
YunaiV
2022-08-01 22:49:51 +08:00
parent 96e2a27d07
commit 4ce76e82fc
26 changed files with 160 additions and 608 deletions

View File

@ -22,6 +22,5 @@ public interface ErrorCodeConstants {
// ========== 用户收件地址 1004004000 ==========
ErrorCode ADDRESS_NOT_EXISTS = new ErrorCode(1004004000, "用户收件地址不存在");
ErrorCode ADDRESS_FORBIDDEN = new ErrorCode(1004004001, "没有该操作权限");
}