liusheng
6 天以前 af73b41c2b027d8d74ce417e2f10008337577128
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;
}