From e23b94bb04b0e5dbc4912add143cf1bf472c70f5 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 15 九月 2023 17:47:43 +0800
Subject: [PATCH] 基础字段

---
 server/service/src/main/java/com/doumee/dao/business/model/WebParam.java |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/server/service/src/main/java/com/doumee/dao/business/model/WebParam.java b/server/service/src/main/java/com/doumee/dao/business/model/WebParam.java
index 220b9d6..13701cb 100644
--- a/server/service/src/main/java/com/doumee/dao/business/model/WebParam.java
+++ b/server/service/src/main/java/com/doumee/dao/business/model/WebParam.java
@@ -1,5 +1,6 @@
 package com.doumee.dao.business.model;
 
+import com.baomidou.mybatisplus.annotation.TableField;
 import com.doumee.core.annotation.excel.ExcelColumn;
 import io.swagger.annotations.ApiModel;
 import io.swagger.annotations.ApiModelProperty;
@@ -27,7 +28,7 @@
 
     @ApiModelProperty(value = "鏄惁宸插垹闄� 0鏈垹闄� 1宸插垹闄�", example = "1")
     @ExcelColumn(name="鏄惁宸插垹闄� 0鏈垹闄� 1宸插垹闄�")
-    private Byte deleted;
+    private Integer deleted;
 
     @ApiModelProperty(value = "鍒涘缓浜虹紪鐮�", example = "1")
     @ExcelColumn(name="鍒涘缓浜虹紪鐮�")
@@ -63,11 +64,11 @@
     @ExcelColumn(name="鑳屾櫙鍥�")
     private String bgImg;
 
-    @ApiModelProperty(value = "椤堕儴瀹d紶鍥�")
+    @ApiModelProperty(value = "椤堕儴瀹d紶鍥�(澶氫釜浠�,鍒嗗壊)")
     @ExcelColumn(name="椤堕儴瀹d紶鍥�")
     private String topImg;
 
-    @ApiModelProperty(value = "PK鍙板浘")
+    @ApiModelProperty(value = "PK鍙板浘(澶氫釜浠�,鍒嗗壊)")
     @ExcelColumn(name="PK鍙板浘")
     private String pkImg;
 
@@ -75,4 +76,8 @@
     @ExcelColumn(name="鍐呭鑼冨洿灏哄")
     private String rangeSize;
 
+    @ApiModelProperty(value = "鍓嶇紑鍦板潃")
+    @TableField(exist = false)
+    private String resourcePath;
+
 }

--
Gitblit v1.9.3