发票分页接口发票附件文件编号属性类型修正

This commit is contained in:
gaoqr
2025-10-22 14:23:55 +08:00
parent 1538bd773e
commit 5ff54a78c5
2 changed files with 2 additions and 2 deletions
@@ -34,7 +34,7 @@ public class InvoiceDetailsRespVO {
@Schema(description = "申请时间")
private LocalDateTime applyTime;
@Schema(description = "发票附件文件id")
@Schema(description = "发票附件文件编号")
private Long invoiceAttachmentId;
@Schema(description = "发票附件名称")
@@ -44,7 +44,7 @@ public class InvoiceRecordsRespVO {
private Integer status;
@Schema(description = "发票附件文件编号")
private String invoiceAttachmentId;
private Long invoiceAttachmentId;
@Schema(description = "发票附件名称")
private String invoiceAttachmentName;