发票功能添加

This commit is contained in:
qjq
2024-11-14 10:14:51 +08:00
parent c3eef023e9
commit 69a4b064a0
22 changed files with 372 additions and 16 deletions

View File

@ -148,5 +148,6 @@ public interface ErrorCodeConstants {
ErrorCode INVOICE_INFORMATION_NOT_EXISTS = new ErrorCode(1_004_022_001, "用户发票信息不存在");
ErrorCode BILLING_NOT_EXISTS = new ErrorCode(1_004_023_00, "开票记录不存在");
ErrorCode BILLING_NOT_ORDER_EXISTS= new ErrorCode(1_004_023_00, "该时间段没有订单可开票");
}