feat:回调

This commit is contained in:
苏竹红
2025-06-04 14:29:20 +08:00
parent a101a89c21
commit 747858b9cf
21 changed files with 375 additions and 9 deletions

View File

@@ -270,6 +270,8 @@ public enum ErrorCodeEnum {
CLAIM_STATUS_ERROR(1511023,"当前状态为已认领,不能进行操作",null),
PAY_USER_NAME_ERROR(1511024,"付款人最多为2人",null),
DELETE_ERROR(1511025,"删除信息失败",null),
RECEIPT_NOT_EXIST(1511026,"收款单不存在或已被删除",null),
XGJ_COLLECTION_STATUS_COMPLETE(1511027,"新管家收费状态已完成,请确认!",null),
;