From 7c626e30b790489978150e57a2c7359934df32c7 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期五, 16 一月 2026 18:59:28 +0800
Subject: [PATCH] 经销商管理

---
 server/dmmall_service/src/main/java/com/doumee/dao/business/model/Coupon.java |   35 ++++++++++++++++++++++++++++-------
 1 files changed, 28 insertions(+), 7 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 c56170e..3e73772 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
@@ -11,6 +11,7 @@
 import com.fasterxml.jackson.annotation.JsonFormat;
 import java.util.Date;
 import java.math.BigDecimal;
+import java.util.List;
 
 /**
  * 浼樻儬鍒镐俊鎭〃
@@ -65,8 +66,8 @@
     @ExcelColumn(name="婊¢锛堝厓锛�")
     private BigDecimal limitPrice;
 
-    @ApiModelProperty(value = "浼樻儬閲戦锛堝厓锛�", example = "1")
-    @ExcelColumn(name="浼樻儬閲戦锛堝厓锛�")
+    @ApiModelProperty(value = "浼樻儬閲戦锛堝厓锛�/鎶樻墸姣斾緥", example = "1")
+    @ExcelColumn(name="浼樻儬閲戦锛堝厓锛�/鎶樻墸姣斾緥")
     private BigDecimal price;
 
     @ApiModelProperty(value = "寮�濮嬫椂闂�")
@@ -97,7 +98,7 @@
 
     @ApiModelProperty(value = "鍙戞斁鎬婚噺", example = "1")
     @ExcelColumn(name="鍙戞斁鎬婚噺")
-    private Integer num;
+    private Long num;
 
     @ApiModelProperty(value = "璇存槑")
     @ExcelColumn(name="璇存槑")
@@ -106,6 +107,24 @@
     @ApiModelProperty(value = "浼樻儬鍒稿悕绉�")
     @ExcelColumn(name="浼樻儬鍒稿悕绉�")
     private String name;
+
+
+    @ApiModelProperty(value = "浣跨敤绫诲瀷锛�0=鍥哄畾鏃舵锛�1=鍥哄畾鏃堕暱锛�")
+    private Integer useType;
+
+    @ApiModelProperty(value = "浼樻儬鍒哥被鍨嬶細0=婊″噺鍒革紱1=鎶樻墸鍒革紱")
+    private Integer couponType;
+
+    @ApiModelProperty(value = "閫傜敤绫诲瀷锛�0=鍏ㄥ満;1=鍝佺被锛�2=鎸囧畾鍟嗗搧")
+    private Integer applyType;
+
+    @ApiModelProperty(value = "閫傜敤鍏宠仈瀵硅薄淇℃伅涓婚敭,澶氫釜鑻辨枃閫楀彿闅斿紑")
+    private String applyIds;
+
+    @ApiModelProperty(value = "鎶樻墸鍗锋弧鍑忎笂闄愰噾棰�")
+    private BigDecimal maxPrice;
+
+
 
     @ApiModelProperty(value = "搴楅摵鍚嶇О")
     @ExcelColumn(name="搴楅摵鍚嶇О")
@@ -127,8 +146,10 @@
     @ApiModelProperty(value = "鏈娇鐢ㄦ暟閲�", example = "1")
     @TableField(exist = false)
     private Integer   unused;
-
-
-
-
+    @ApiModelProperty(value = "閫傜敤鍏宠仈瀵硅薄淇℃伅涓婚敭,澶氫釜鑻辨枃閫楀彿闅斿紑")
+    @TableField(exist = false)
+    private List<Integer> applyIdList;
+    @ApiModelProperty(value = "閫傜敤鍏宠仈鍝佺被淇℃伅涓婚敭,澶氫釜鑻辨枃閫楀彿闅斿紑")
+    @TableField(exist = false)
+    private List<Integer> applyCateIdList;
 }

--
Gitblit v1.9.3