From e992f6c13602feadd60f9df16c65ffccc1cdcb6a Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 05 七月 2024 18:22:35 +0800
Subject: [PATCH] 代码初始化

---
 server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/PlatformQueue.java |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/PlatformQueue.java b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/PlatformQueue.java
index 85e93fe..4bee734 100644
--- a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/PlatformQueue.java
+++ b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/PlatformQueue.java
@@ -13,7 +13,7 @@
 /**
  * 鏈堝彴_鍙彿鎺掗槦淇℃伅琛�
  * @author 姹熻箘韫�
- * @since 2024/04/28 16:06
+ * @date 2024/06/28 10:03
  */
 @Data
 @ApiModel("鏈堝彴_鍙彿鎺掗槦淇℃伅琛�")
@@ -55,10 +55,6 @@
     @ExcelColumn(name="鏈堝彴浣滀笟缂栫爜锛堝叧鑱攑latform_job)")
     private Integer jobId;
 
-    @ApiModelProperty(value = "鏍囬")
-    @ExcelColumn(name="鏍囬")
-    private String title;
-
     @ApiModelProperty(value = "绠�浠�")
     @ExcelColumn(name="绠�浠�")
     private String content;
@@ -67,8 +63,8 @@
     @ExcelColumn(name="鐘舵�� 0绛夊緟涓� 1鍙彿涓� 2浣滀笟涓�")
     private Integer status;
 
-    @ApiModelProperty(value = "鍏宠仈瀵硅薄缂栫爜 0浣滀笟", example = "1")
-    @ExcelColumn(name="鍏宠仈瀵硅薄缂栫爜 0浣滀笟")
+    @ApiModelProperty(value = "鍏宠仈瀵硅薄缂栫爜 0鏈堝彴浣滀笟", example = "1")
+    @ExcelColumn(name="鍏宠仈瀵硅薄缂栫爜 0鏈堝彴浣滀笟")
     private Integer objType;
 
     @ApiModelProperty(value = "鍏宠仈瀵硅薄缂栫爜", example = "1")

--
Gitblit v1.9.3