From 78c9129e9045fafe4c2f7333b3dcafde6b20b96d Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期四, 05 十二月 2024 15:20:51 +0800
Subject: [PATCH] 代码提交
---
smartor/src/main/java/com/smartor/domain/IvrLibaTemplate.java | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplate.java b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplate.java
index 89252ea..574bd8a 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplate.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplate.java
@@ -297,7 +297,7 @@
*/
@Excel(name = "鍙敤鐘舵��")
@ApiModelProperty(value = "鍙敤鐘舵��")
- private String usestate;
+ private String isenable;
/**
* 鍙敤鐘舵��
@@ -354,6 +354,12 @@
private Integer longTemp;
/**
+ * 閮ㄩ棬缂栫爜
+ */
+ @ApiModelProperty(value = "閮ㄩ棬缂栫爜")
+ private String deptCode;
+
+ /**
* pageNum
*/
@ApiModelProperty(value = "pageNum")
--
Gitblit v1.9.3