修改开票流程

This commit is contained in:
qjq
2024-11-18 09:29:00 +08:00
parent 23d10238a1
commit 00a44f7ead
2 changed files with 10 additions and 4 deletions

View File

@ -151,5 +151,6 @@ public interface ErrorCodeConstants {
ErrorCode BILLING_NOT_EXISTS = new ErrorCode(1_004_023_00, "开票记录不存在");
ErrorCode BILLING_NOT_ORDER_EXISTS= new ErrorCode(1_004_023_00, "该时间段没有订单可开票");
ErrorCode BILLING_NOT_ORDER_REFUSE= new ErrorCode(1_004_024_00, "拒绝理由不能为空");
}