From 0123a0bd06f83a2a973023bb2f197e21118ef293 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期二, 23 七月 2024 18:31:32 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/IvrTaskTemplateTargetoption.java | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateTargetoption.java b/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateTargetoption.java index c3b6cc7..775f7a6 100644 --- a/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateTargetoption.java +++ b/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateTargetoption.java @@ -81,6 +81,13 @@ private String targetvalue; /** + * 妯℃澘鎸囨爣鍊� + */ + @Excel(name = "妯℃澘鎸囨爣鍊�") + @ApiModelProperty(value = "妯℃澘鎸囨爣鍊�") + private String appenddesc; + + /** * 妯℃澘鎸囨爣姝e垯2 */ @Excel(name = "妯℃澘鎸囨爣姝e垯2") @@ -235,5 +242,10 @@ @ApiModelProperty(value = "鏄惁鏄敤鎴烽�夋嫨鐨勯�夐」") private Boolean isUserOperation = false; - + /** + * 閫夐」缁彿 + */ + @Excel(name = "閫夐」缁彿") + @ApiModelProperty(value = "閫夐」缁彿") + private String optionCode; } -- Gitblit v1.9.3