mall + trade:review 自提代码

This commit is contained in:
YunaiV
2023-05-31 09:18:24 +08:00
parent 894b19b8ec
commit e34eddc386
4 changed files with 9 additions and 6 deletions

View File

@@ -47,6 +47,7 @@ public interface ErrorCodeConstants {
// ========== 物流配送模块 1011003000 ==========
ErrorCode DELIVERY_EXPRESS_NOT_EXISTS = new ErrorCode(1011003000, "快递公司不存在");
// TODO @jason最好每个模块一段哈。express 一个exmpresstemplate 一个pickup 一个
ErrorCode EXPRESS_CODE_DUPLICATE = new ErrorCode(1011003001, "已经存在该编码的快递公司");
ErrorCode EXPRESS_TEMPLATE_NOT_EXISTS = new ErrorCode(1011003002, "运费模板不存在");
ErrorCode EXPRESS_TEMPLATE_NAME_DUPLICATE = new ErrorCode(1011003002, "已经存在该运费模板名");