This commit is contained in:
zengtao01
2024-07-02 09:19:33 +08:00
parent b5c4ff33ad
commit f6b77d41b3
25 changed files with 519 additions and 17 deletions

View File

@ -81,5 +81,6 @@ public interface ErrorCodeConstants {
ErrorCode INSUFFICIENT_BALANCE = new ErrorCode(1_004_099_007, "余额不足30元,请充值");
ErrorCode CARD_ALREADY_BIND = new ErrorCode(1_004_099_008, "卡号已绑定");
ErrorCode ORDER_NOT_COMPLETE = new ErrorCode(1_004_099_009, "订单未完成");
ErrorCode NEED_ADD_USER = new ErrorCode(1_007_901_004, "请先添加人员");
}