From 08e9a67dd679f311e79a27b04cd0c53a30b4bccf Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期四, 04 六月 2026 18:33:22 +0800
Subject: [PATCH] aaa
---
server/service/src/main/java/com/doumee/dao/business/model/WebParam.java | 22 +++++++++++++++++++---
1 files changed, 19 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..9fe8787 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,31 @@
@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 = "涓绘挱绔痠ndex_3椤甸潰閰嶇疆JSON")
+ @ExcelColumn(name="涓绘挱绔〉闈㈤厤缃�")
+ private String anchorParam;
+
+ @ApiModelProperty(value = "涓绘挱绔敓鏁堥〉闈㈢増鏈� v2|v3锛岄粯璁� v2")
+ @ExcelColumn(name="涓绘挱绔〉闈㈢増鏈�")
+ private String anchorPageVersion;
+
+ @ApiModelProperty(value = "鍓嶇紑鍦板潃")
+ @TableField(exist = false)
+ private String resourcePath;
}
--
Gitblit v1.9.3