发票分页接口返回修正发票文件编号属性

This commit is contained in:
gaoqr
2025-10-22 14:20:18 +08:00
parent 1bcd8c6bdb
commit 1538bd773e
@@ -43,9 +43,8 @@ public class InvoiceRecordsRespVO {
@Schema(description = "发票状态,1待开票 2已开票 3开票失败")
private Integer status;
@Schema(description = "发票附件保存路径")
private String invoiceAttachmentPath;
@Schema(description = "发票附件文件编号")
private String invoiceAttachmentId;
@Schema(description = "发票附件名称")
private String invoiceAttachmentName;