From fc682b84cc228cdb7e5f23a158063e54780f05a9 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期四, 25 十二月 2025 14:44:43 +0800
Subject: [PATCH] 【市一】 语音模板提供接口
---
smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScript.java | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScript.java b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScript.java
index eb5dc3b..fb596fc 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScript.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScript.java
@@ -37,6 +37,13 @@
private Long scriptno;
/**
+ * 绫诲埆ID
+ */
+ @Excel(name = "绫诲埆ID")
+ @ApiModelProperty(value = "绫诲埆ID")
+ private Long assortid;
+
+ /**
* 閫夐」鍒嗘敮鏍囪瘑(0:鏃犲垎鏀�1:鏈夊垎鏀�)
*/
@Excel(name = "閫夐」鍒嗘敮鏍囪瘑(0:鏃犲垎鏀�1:鏈夊垎鏀�)")
@@ -280,7 +287,7 @@
* 搴忓彿
*/
@ApiModelProperty(value = "搴忓彿")
- private Integer sort;
+ private Long sort;
/**
--
Gitblit v1.9.3