| | |
| | | * @date 2024-05-13 |
| | | */ |
| | | @Data |
| | | @ApiModel(value = "IvrTaskTemplateTargetoption", description = "随访任务模板指标选项库对象") |
| | | @ApiModel(value = "IvrTaskTemplateTargetoption" , description = "随访任务模板指标选项库对象") |
| | | public class IvrTaskTemplateTargetoption extends BaseEntity { |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | |
| | | * 上传时间 |
| | | */ |
| | | @JsonFormat(pattern = "yyyy-MM-dd") |
| | | @Excel(name = " 上传时间 ", width = 30, dateFormat = "yyyy-MM-dd") |
| | | @Excel(name = " 上传时间 " , width = 30, dateFormat = "yyyy-MM-dd") |
| | | @ApiModelProperty(value = "上传时间") |
| | | private Date uploadTime; |
| | | |
| | |
| | | |
| | | @ApiModelProperty(value = "正则关键字(不含)") |
| | | @Excel(name = "正则关键字(不含)") |
| | | private List<String> dynamiccruxs= new ArrayList<>(); |
| | | private List<String> dynamiccruxs = new ArrayList<>(); |
| | | |
| | | /** |
| | | * 下一题 |
| | |
| | | * 是否是用户选择的选项 |
| | | */ |
| | | @ApiModelProperty(value = "是否是用户选择的选项") |
| | | private Boolean isUserOperation = false; |
| | | private Integer isUserOperation; |
| | | |
| | | /** |
| | | * 选项续号 |