This commit is contained in:
moxiangrong
2024-02-23 11:37:07 +08:00
parent 070ff57989
commit 62684f1a2a
4 changed files with 21 additions and 1 deletions

View File

@ -7,5 +7,7 @@ public interface ErrorCodeConstants {
ErrorCode EXPRESS_NOT_EXISTS = new ErrorCode(1008008000, "快递公司不存在");
// ========== 电子面单 ==========
ErrorCode ELECTRONICS_ORDER_NOT_EXISTS = new ErrorCode(1008009000, "电子面单不存在");
// ========== 快递配置 ==========
ErrorCode EXPRESS_CONFIG_NOT_EXISTS = new ErrorCode(1008001000, "快递鸟未配置!");
}