From 111c93ba533e13d9b47660c1e68ab1f9a23cfb68 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期五, 19 四月 2024 10:54:40 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/IvrLibaTemplateTarget.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateTarget.java b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateTarget.java index a415fc7..94c842f 100644 --- a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateTarget.java +++ b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateTarget.java @@ -26,7 +26,7 @@ * 妯℃澘鎸囨爣ID */ @ApiModelProperty(value = "妯℃澘鎸囨爣ID") - private Long ID; + private Long id; /** * 妯℃澘璇濇湳ID @@ -117,14 +117,14 @@ */ @Excel(name = "鎸囨爣ID") @ApiModelProperty(value = "鎸囨爣ID") - private String targetID; + private String targetid; /** * 璇濇湳鎸囨爣ID */ @Excel(name = "璇濇湳鎸囨爣ID") @ApiModelProperty(value = "璇濇湳鎸囨爣ID") - private String questionTargetID; + private String questionTargetid; /** * 鍩虹姝e垯 -- Gitblit v1.9.3