From dcdb0231034810232f2542f3865666ebf72daf11 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 30 四月 2025 16:45:34 +0800
Subject: [PATCH] sf

---
 server/service/src/main/java/com/doumee/dao/business/model/WebParam.java |   14 +++++++++++---
 1 files changed, 11 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..0452999 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,16 +64,23 @@
     @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;
 
     @ApiModelProperty(value = "鍐呭鑼冨洿灏哄")
     @ExcelColumn(name="鍐呭鑼冨洿灏哄")
     private String rangeSize;
+    @ApiModelProperty(value = "1.0.2鐗堟湰鍗囩骇閰嶇疆瀛樺偍淇℃伅")
+    @ExcelColumn(name="1.0.2鐗堟湰鍗囩骇閰嶇疆瀛樺偍淇℃伅")
+    private String newParam;
+
+    @ApiModelProperty(value = "鍓嶇紑鍦板潃")
+    @TableField(exist = false)
+    private String resourcePath;
 
 }

--
Gitblit v1.9.3