From 3fc51e7cbdabb7dcd1615c6efac52323f6ca8adb Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 03 七月 2024 18:28:34 +0800
Subject: [PATCH] 代码提交
---
smartor/src/main/java/com/smartor/domain/IvrLibaExtemplate.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaExtemplate.java b/smartor/src/main/java/com/smartor/domain/IvrLibaExtemplate.java
index e662939..e3561a6 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrLibaExtemplate.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrLibaExtemplate.java
@@ -18,7 +18,7 @@
* @date 2023-12-27
*/
@Data
-@ApiModel(value = "HeLibrary", description = "閫氳繃妯℃澘瀵硅薄")
+@ApiModel(value = "IvrLibaExtemplate", description = "閫氳繃妯℃澘瀵硅薄")
public class IvrLibaExtemplate extends BaseEntity {
private static final long serialVersionUID = 1L;
@@ -27,7 +27,7 @@
* 涓婚敭id
*/
@ApiModelProperty("涓婚敭id")
- private String ID;
+ private Long ID;
/**
* 妯$増鍚嶅瓧
--
Gitblit v1.9.3