From bedd0a1cef215538df64470df6b8d4a022189136 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 28 八月 2024 14:05:16 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/domain/IvrTaskTemplateTargetoption.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateTargetoption.java b/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateTargetoption.java
index 775f7a6..64f0c46 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateTargetoption.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateTargetoption.java
@@ -21,7 +21,7 @@
  * @date 2024-05-13
  */
 @Data
-@ApiModel(value = "IvrTaskTemplateTargetoption", description = "闅忚浠诲姟妯℃澘鎸囨爣閫夐」搴撳璞�")
+@ApiModel(value = "IvrTaskTemplateTargetoption" , description = "闅忚浠诲姟妯℃澘鎸囨爣閫夐」搴撳璞�")
 public class IvrTaskTemplateTargetoption extends BaseEntity {
     private static final long serialVersionUID = 1L;
 
@@ -167,7 +167,7 @@
      * 涓婁紶鏃堕棿
      */
     @JsonFormat(pattern = "yyyy-MM-dd")
-    @Excel(name = " 涓婁紶鏃堕棿 ", width = 30, dateFormat = "yyyy-MM-dd")
+    @Excel(name = " 涓婁紶鏃堕棿 " , width = 30, dateFormat = "yyyy-MM-dd")
     @ApiModelProperty(value = "涓婁紶鏃堕棿")
     private Date uploadTime;
 
@@ -221,7 +221,7 @@
 
     @ApiModelProperty(value = "姝e垯鍏抽敭瀛�(涓嶅惈)")
     @Excel(name = "姝e垯鍏抽敭瀛�(涓嶅惈)")
-    private List<String> dynamiccruxs= new ArrayList<>();
+    private List<String> dynamiccruxs = new ArrayList<>();
 
     /**
      * 涓嬩竴棰�
@@ -240,7 +240,7 @@
      * 鏄惁鏄敤鎴烽�夋嫨鐨勯�夐」
      */
     @ApiModelProperty(value = "鏄惁鏄敤鎴烽�夋嫨鐨勯�夐」")
-    private Boolean isUserOperation = false;
+    private Integer isUserOperation;
 
     /**
      * 閫夐」缁彿

--
Gitblit v1.9.3