From a2cb97ce4cd1e18f8683b8db0b13e83b18a8126d Mon Sep 17 00:00:00 2001 From: caiyuchao Date: Fri, 13 Jun 2025 18:08:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B4=A6=E5=8D=95=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/org/wfc/user/domain/vo/UInvoiceBillVo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wfc-modules/wfc-user/src/main/java/org/wfc/user/domain/vo/UInvoiceBillVo.java b/wfc-modules/wfc-user/src/main/java/org/wfc/user/domain/vo/UInvoiceBillVo.java index b14ae96..74c4822 100644 --- a/wfc-modules/wfc-user/src/main/java/org/wfc/user/domain/vo/UInvoiceBillVo.java +++ b/wfc-modules/wfc-user/src/main/java/org/wfc/user/domain/vo/UInvoiceBillVo.java @@ -14,7 +14,7 @@ import java.util.Date; public class UInvoiceBillVo { @Schema(description = "发票编号") - private Long invoiceNumber; + private String invoiceNumber; @Schema(description = "金额") private BigDecimal amount;