陈昶聿
6 天以前 26b18b6170b54d4da3cb7f19fac1e0a0627d17f8
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;
}