trade: 增加分销用户表

This commit is contained in:
owen
2023-09-05 23:45:53 +08:00
parent 6474502738
commit a68691f2d9
17 changed files with 616 additions and 60 deletions

View File

@ -74,4 +74,8 @@ public interface ErrorCodeConstants {
// ========== 物流 PICK_UP 模块 1011006000 ==========
ErrorCode PICK_UP_STORE_NOT_EXISTS = new ErrorCode(1011006000, "自提门店不存在");
// ========== 分销 分销用户 模块 1011007000 ==========
ErrorCode BROKERAGE_USER_NOT_EXISTS = new ErrorCode(1011007000, "分销用户不存在");
}