陈昶聿
5 天以前 8b3cc6c44c82c6a0b172f389b9e03c98101ba0a7
smartor/src/main/java/com/smartor/domain/IvrLibaTemplateTargetoption.java
@@ -245,5 +245,15 @@
    @ApiModelProperty(value = "是否结束 0:不结束   1:结束")
    private Integer isEnd;
    /**
     * 选中该选项后,需要给当前患者立即发送的服务的id
     */
    @ApiModelProperty(value = "选中该选项后,需要给当前患者立即发送的服务的id")
    private Integer sendTaskid;
    /**
     * 服务的名称
     */
    @ApiModelProperty(value = "服务的名称")
    private String sendTaskname;
}