From 723d38375c45d24737bfef6f33a9686254abf99b Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期四, 17 十月 2024 13:42:27 +0800
Subject: [PATCH] 代码提交

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

diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaScript.java b/smartor/src/main/java/com/smartor/domain/IvrLibaScript.java
index 80d4345..f8fab37 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrLibaScript.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrLibaScript.java
@@ -33,21 +33,35 @@
      */
     @ApiModelProperty("闂璇濇湳鏍囬")
     @Excel(name = "闂璇濇湳鏍囬")
-    private String questiontitle;
+    private String scriptTopic;
 
     /**
      * 璇濇湳鍐呭
      */
     @ApiModelProperty("璇濇湳鍐呭")
     @Excel(name = "璇濇湳鍐呭")
-    private String questionText;
+    private String scriptContent;
+
+    /**
+     * 璇濇湳鎻忚堪
+     */
+    @ApiModelProperty("璇濇湳鎻忚堪")
+    @Excel(name = "璇濇湳鎻忚堪")
+    private String scriptDesc;
+
+    /**
+     * 闂鍥剧墖璺緞
+     */
+    @ApiModelProperty("闂鍥剧墖璺緞")
+    @Excel(name = "闂鍥剧墖璺緞")
+    private String picturePath;
 
     /**
      * 璇濇湳璇煶
      */
     @ApiModelProperty("璇濇湳璇煶")
     @Excel(name = "璇濇湳璇煶")
-    private String questionvoice;
+    private String scriptVoice;
 
     /**
      * 鏃犲尮閰嶈瘽鏈�
@@ -110,7 +124,7 @@
      */
     @ApiModelProperty("闂绫诲瀷")
     @Excel(name = "闂绫诲瀷 ")
-    private String questiontype;
+    private String scriptType;
 
     /**
      * 瀵瑰簲鐨刬vr_liba_target琛ㄧ殑涓婚敭
@@ -125,6 +139,13 @@
     @Excel(name = "鎸囨爣绫诲瀷")
     @ApiModelProperty(value = "鎸囨爣绫诲瀷")
     private String targettype;
+
+    /**
+     * 鎸囨爣鎻忚堪
+     */
+    @Excel(name = "鎸囨爣鎻忚堪")
+    @ApiModelProperty(value = "鎸囨爣鎻忚堪")
+    private String targetdesc;
 
     /**
      * 鎸囨爣鍚嶇О
@@ -302,5 +323,18 @@
     @ApiModelProperty(value = "鏍囩")
     private String tag;
 
+    /**
+     * pageNum
+     */
+    @ApiModelProperty(value = "pageNum")
+    @Excel(name = "pageNum")
+    private Integer pageNum;
+
+    /**
+     * pageSize
+     */
+    @ApiModelProperty(value = "pageSize")
+    @Excel(name = "pageSize")
+    private Integer pageSize;
 
 }

--
Gitblit v1.9.3