From be4f9dc87f5b839895e3c5c0e323d680a33e4820 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期一, 14 九月 2026 11:09:59 +0800
Subject: [PATCH] 1.省立同德新增满意度接口(未开发完) 2.字段修改将isMust修改成ismandatory (是否必填  1必填   2不必填(默认))

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

diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java
index d5aa4d4..59b4950 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java
@@ -74,7 +74,7 @@
      */
     @Excel(name = "鍒嗘暟")
     @ApiModelProperty(value = "鍒嗘暟")
-    private Long score;
+    private String score;
 
     /**
      * 璇濇湳鍐呭
@@ -357,9 +357,9 @@
     /**
      * 鏄惁蹇呭~锛堢粰浜哄伐鐢ㄧ殑锛孉I涓嶇敤閬靛畧锛�
      */
-    @Excel(name = "鏄惁蹇呭~锛堢粰浜哄伐鐢ㄧ殑锛孉I涓嶇敤閬靛畧锛�")
-    @ApiModelProperty(value = "鏄惁蹇呭~锛堢粰浜哄伐鐢ㄧ殑锛孉I涓嶇敤閬靛畧锛�")
-    private String isMust;
+    @Excel(name = "鏄惁蹇呭~   1蹇呭~   2涓嶅繀濉�(榛樿)鏄惁蹇呭~锛堢粰浜哄伐鐢ㄧ殑锛孉I涓嶇敤閬靛畧锛�")
+    @ApiModelProperty(value = "鏄惁蹇呭~   1蹇呭~   2涓嶅繀濉�(榛樿)  缁欎汉宸ョ敤鐨勶紝AI涓嶇敤閬靛畧锛�")
+    private String ismandatory;
 
     /**
      * 闂缁撴灉锛堢粰鈥滃�肩被鍨嬧�濇槸鏂囨湰鎴栬�呮暟鍊肩敤鐨勶級

--
Gitblit v1.9.3