From 7869fa712c19c351a48bfb0af11b0fe87b17c184 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期三, 14 一月 2026 15:14:00 +0800
Subject: [PATCH] 小程序 用户端接口开发
---
server/dmmall_service/src/main/java/com/doumee/dao/business/model/Coupon.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/server/dmmall_service/src/main/java/com/doumee/dao/business/model/Coupon.java b/server/dmmall_service/src/main/java/com/doumee/dao/business/model/Coupon.java
index 2b6990b..01f5a43 100644
--- a/server/dmmall_service/src/main/java/com/doumee/dao/business/model/Coupon.java
+++ b/server/dmmall_service/src/main/java/com/doumee/dao/business/model/Coupon.java
@@ -97,7 +97,7 @@
@ApiModelProperty(value = "鍙戞斁鎬婚噺", example = "1")
@ExcelColumn(name="鍙戞斁鎬婚噺")
- private Integer num;
+ private Long num;
@ApiModelProperty(value = "璇存槑")
@ExcelColumn(name="璇存槑")
--
Gitblit v1.9.3