轮播图

This commit is contained in:
seesaw
2024-11-26 14:45:51 +08:00
parent dbd616b2ee
commit c7eb57976c
14 changed files with 439 additions and 1 deletions

View File

@ -156,5 +156,6 @@ public interface ErrorCodeConstants {
ErrorCode BILLING_NOT_ORDER_EXISTS= new ErrorCode(1_004_023_00, "该时间段没有订单可开票");
ErrorCode BILLING_NOT_ORDER_REFUSE= new ErrorCode(1_004_024_00, "拒绝理由不能为空");
ErrorCode BILLING_NOT_ORDER_SECURITY= new ErrorCode(1_004_023_41, "没有权限给单位统一开票");
ErrorCode CAROUSEL_NOT_EXISTS = new ErrorCode(1_004_025_00, "小程序轮播图不存在");
}