From 2cba0d00dc45998105129a0c26cb546282cd39a8 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期三, 05 六月 2024 13:44:23 +0800 Subject: [PATCH] 随访功能测试:模板、任务、定时发送、公众号发送,流程走通 --- smartor/src/main/java/com/smartor/domain/IvrTaskSingle.java | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/IvrTaskSingle.java b/smartor/src/main/java/com/smartor/domain/IvrTaskSingle.java index b867392..ae8e550 100644 --- a/smartor/src/main/java/com/smartor/domain/IvrTaskSingle.java +++ b/smartor/src/main/java/com/smartor/domain/IvrTaskSingle.java @@ -51,7 +51,7 @@ */ @Excel(name = " 鎬у埆") @ApiModelProperty(value = "鎬у埆") - private String sex; + private Long sex; /** * 骞撮緞 @@ -87,7 +87,6 @@ @Excel(name = "浠诲姟绫诲瀷(0閫氱煡銆�1瀹f暀銆�2闂ㄨ瘖銆�3鍑洪櫌銆�4澶嶈瘖銆�5浣撴銆�6闂嵎銆�7鍖绘妧鈥︹��)") @ApiModelProperty(value = "浠诲姟绫诲瀷(0閫氱煡銆�1瀹f暀銆�2闂ㄨ瘖銆�3鍑洪櫌銆�4澶嶈瘖銆�5浣撴銆�6闂嵎銆�7鍖绘妧鈥︹��)") private String type; - /** * 妯℃澘ID @@ -361,6 +360,13 @@ private String diagname; /** + * 鎮h�匢D + */ + @Excel(name = " 鎮h�匢D") + @ApiModelProperty(value = "鎮h�匢D") + private Long patid; + + /** * 绉戝鍚嶇О */ @Excel(name = "绉戝鍚嶇О") -- Gitblit v1.9.3