trade: 优化分销用户佣金字段名称

This commit is contained in:
owen
2023-09-08 23:10:04 +08:00
parent 4b43304c76
commit 1ead368595
18 changed files with 124 additions and 125 deletions

View File

@ -77,6 +77,6 @@ public interface ErrorCodeConstants {
// ========== 分销用户 模块 1011007000 ==========
ErrorCode BROKERAGE_USER_NOT_EXISTS = new ErrorCode(1011007000, "分销用户不存在");
ErrorCode USER_FROZEN_BROKERAGE_PRICE_NOT_ENOUGH = new ErrorCode(1011007001, "用户冻结佣金({})数量不足");
ErrorCode BROKERAGE_USER_FROZEN_PRICE_NOT_ENOUGH = new ErrorCode(1011007001, "用户冻结佣金({})数量不足");
}