From a1a6e227628810259fcba0fff146792e97a80b8a Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期一, 15 十二月 2025 08:56:09 +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