This commit is contained in:
zt
2025-02-25 14:44:36 +08:00
parent ad3fc57a67
commit b0b44e2813
14 changed files with 462 additions and 32 deletions

View File

@ -179,5 +179,6 @@ public interface ErrorCodeConstants {
ErrorCode WX_STORE_ORDER_NOT_EXISTS = new ErrorCode(1_004_032_00, "微信付款码订单不存在");
ErrorCode WX_STORE_ORDER_DETAIL_NOT_EXISTS = new ErrorCode(1_004_032_01, "微信付款码订单详情不存在");
ErrorCode ORDER_DETAIL_LOG_NOT_EXISTS = new ErrorCode(1_004_033_01, "打菜日志不存在");
}