From c25b0632e4a360f7499f1c79ff1d70a67919e008 Mon Sep 17 00:00:00 2001 From: gongzuming <gongzuming> Date: 星期二, 29 十月 2024 11:45:53 +0800 Subject: [PATCH] 重复点击问题 --- src/main/java/com/mzl/flower/dto/response/wallet/WalletBillRecordVO.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/mzl/flower/dto/response/wallet/WalletBillRecordVO.java b/src/main/java/com/mzl/flower/dto/response/wallet/WalletBillRecordVO.java index 5ed86d7..cf9cc2a 100644 --- a/src/main/java/com/mzl/flower/dto/response/wallet/WalletBillRecordVO.java +++ b/src/main/java/com/mzl/flower/dto/response/wallet/WalletBillRecordVO.java @@ -10,7 +10,7 @@ @Data public class WalletBillRecordVO extends AbstractTransDTO { - private Long id; + private String id; @ApiModelProperty(value = "供应商Id") private Long supplierId; -- Gitblit v1.9.3