From 0ff7a8f69570b3fc7418c35f3d6e273ef4f73f20 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期五, 26 七月 2024 10:35:10 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/IvrLibaTargetVO.java | 22 +++++++++++++++++++++- 1 files changed, 21 insertions(+), 1 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaTargetVO.java b/smartor/src/main/java/com/smartor/domain/IvrLibaTargetVO.java index d1468e4..6d77ccb 100644 --- a/smartor/src/main/java/com/smartor/domain/IvrLibaTargetVO.java +++ b/smartor/src/main/java/com/smartor/domain/IvrLibaTargetVO.java @@ -1,5 +1,6 @@ package com.smartor.domain; +import com.alibaba.fastjson.JSON; import com.fasterxml.jackson.annotation.JsonFormat; import com.ruoyi.common.annotation.Excel; import com.ruoyi.common.core.domain.BaseEntity; @@ -36,6 +37,13 @@ @Excel(name = "鍒嗙粍ID") @ApiModelProperty(value = "鍒嗙粍ID") private String groupid; + + /** + * 閫傜敤棰樺瀷(鍗曢�夈�佸閫夈�佸煷绌恒�佺粍鍚�) + */ + @Excel(name = "閫傜敤棰樺瀷(鍗曢�夈�佸閫夈�佸煷绌恒�佺粍鍚�)") + @ApiModelProperty(value = "閫傜敤棰樺瀷(鍗曢�夈�佸閫夈�佸煷绌恒�佺粍鍚�)") + private String scriptType; /** * 鎸囨爣绫诲瀷 @@ -170,6 +178,11 @@ @Excel(name = "閫傜敤鏂瑰紡") @ApiModelProperty(value = "閫傜敤鏂瑰紡") private String suitWay; + + @Excel(name = "閫傜敤鏂瑰紡(澶氶��)") + @ApiModelProperty(value = "閫傜敤鏂瑰紡(澶氶��)") + private List<String> suitWayList; + /** * pageNum */ @@ -198,9 +211,16 @@ private List<IvrLibaTargetoption> targetoptionList = new ArrayList<>(); @ApiModelProperty(value = "鏍囩闆嗗悎") - private List<BaseTag> baseTagList = new ArrayList<>(); + private List<IvrLibaTargetTag> ivrLibaTargetTagList = new ArrayList<>(); @ApiModelProperty(value = "鍥炲锛堟寚闂鐨勫洖澶嶏紝缁欓棶绛旈鐢ㄧ殑锛�") private String reply; + /** + * 璇磋瘽鍐呭 + */ + @Excel(name = "璇磋瘽鍐呭") + @ApiModelProperty(value = "璇磋瘽鍐呭") + private String content; + } -- Gitblit v1.9.3