From 10aaa035f5be0312304d20f022bdb714a8f4900a Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期三, 11 十二月 2024 22:16:23 +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