DESKTOP-VAEGFGM\zqc 9 months ago
parent
commit
0298359b78

+ 1 - 1
citu-module-member/citu-module-member-biz/src/main/java/com/citu/module/member/controller/app/invoice/vo/InvoiceListRespVO.java

@@ -45,7 +45,7 @@ public class InvoiceListRespVO {
 
     @Schema(description = "支付订单id", example = "32484")
     @ExcelProperty("支付订单id")
-    private Integer payOrderId;
+    private Long payOrderId;
 
     @Schema(description = "发票文件地址")
     @ExcelProperty("发票文件地址")