From f6d15260d3fdcb326869f541a266bc4688a1b101 Mon Sep 17 00:00:00 2001
From: zhibing.pu <393733352@qq.com>
Date: 星期一, 24 六月 2024 15:07:07 +0800
Subject: [PATCH] 优化

---
 cloud-server-other/src/main/java/com/dsh/other/model/StoreConfigVo.java |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/cloud-server-other/src/main/java/com/dsh/other/model/StoreConfigVo.java b/cloud-server-other/src/main/java/com/dsh/other/model/StoreConfigVo.java
index f6660b6..1377caf 100644
--- a/cloud-server-other/src/main/java/com/dsh/other/model/StoreConfigVo.java
+++ b/cloud-server-other/src/main/java/com/dsh/other/model/StoreConfigVo.java
@@ -15,8 +15,12 @@
     private Integer type;
     @ApiModelProperty("是否开启(0=否,1=是)")
     private Integer isOpen;
+    @ApiModelProperty("置顶(0=否,1=是)")
+    private Integer isTop;
     @ApiModelProperty("排序")
     private Integer sort;
     @ApiModelProperty("背景图")
     private String backgroundImage;
+    @ApiModelProperty("详情id")
+    private Integer id;
 }

--
Gitblit v1.7.1