| | |
| | | |
| | | /** |
| | | * AI话术库对象 ivr_lib_script |
| | | * |
| | | * |
| | | * @author smartor |
| | | * @date 2023-03-06 |
| | | */ |
| | |
| | | @Excel(name = " 上传标记 ") |
| | | private Long isupload; |
| | | |
| | | /** 电话语音文本 */ |
| | | @Excel(name = " 电话语音文本 ") |
| | | private String ivrtext; |
| | | |
| | | /** 上传时间 */ |
| | | @JsonFormat(pattern = "yyyy-MM-dd") |
| | | @Excel(name = " 上传时间 ", width = 30, dateFormat = "yyyy-MM-dd") |
| | | private Date uploadTime; |
| | | |
| | | public void setScriptid(Long scriptid) |
| | | public void setScriptid(Long scriptid) |
| | | { |
| | | this.scriptid = scriptid; |
| | | } |
| | | |
| | | public Long getScriptid() |
| | | public Long getScriptid() |
| | | { |
| | | return scriptid; |
| | | } |
| | | public void setOrgid(String orgid) |
| | | public void setOrgid(String orgid) |
| | | { |
| | | this.orgid = orgid; |
| | | } |
| | | |
| | | public String getOrgid() |
| | | public String getOrgid() |
| | | { |
| | | return orgid; |
| | | } |
| | | public void setCategoryid(Long categoryid) |
| | | public void setCategoryid(Long categoryid) |
| | | { |
| | | this.categoryid = categoryid; |
| | | } |
| | | |
| | | public Long getCategoryid() |
| | | public Long getCategoryid() |
| | | { |
| | | return categoryid; |
| | | } |
| | | public void setCategoryname(String categoryname) |
| | | public void setCategoryname(String categoryname) |
| | | { |
| | | this.categoryname = categoryname; |
| | | } |
| | | |
| | | public String getCategoryname() |
| | | public String getCategoryname() |
| | | { |
| | | return categoryname; |
| | | } |
| | | public void setSpeakbody(String speakbody) |
| | | public void setSpeakbody(String speakbody) |
| | | { |
| | | this.speakbody = speakbody; |
| | | } |
| | | |
| | | public String getSpeakbody() |
| | | public String getSpeakbody() |
| | | { |
| | | return speakbody; |
| | | } |
| | | public void setSpeakfilepath(String speakfilepath) |
| | | public void setSpeakfilepath(String speakfilepath) |
| | | { |
| | | this.speakfilepath = speakfilepath; |
| | | } |
| | | |
| | | public String getSpeakfilepath() |
| | | public String getSpeakfilepath() |
| | | { |
| | | return speakfilepath; |
| | | } |
| | | public void setIsall(Long isall) |
| | | public void setIsall(Long isall) |
| | | { |
| | | this.isall = isall; |
| | | } |
| | | |
| | | public Long getIsall() |
| | | public Long getIsall() |
| | | { |
| | | return isall; |
| | | } |
| | | public void setSpeakname(String speakname) |
| | | public void setSpeakname(String speakname) |
| | | { |
| | | this.speakname = speakname; |
| | | } |
| | | |
| | | public String getSpeakname() |
| | | public String getSpeakname() |
| | | { |
| | | return speakname; |
| | | } |
| | | public void setDelFlag(String delFlag) |
| | | public void setDelFlag(String delFlag) |
| | | { |
| | | this.delFlag = delFlag; |
| | | } |
| | | |
| | | public String getDelFlag() |
| | | public String getDelFlag() |
| | | { |
| | | return delFlag; |
| | | } |
| | | public void setIsupload(Long isupload) |
| | | public void setIsupload(Long isupload) |
| | | { |
| | | this.isupload = isupload; |
| | | } |
| | | |
| | | public Long getIsupload() |
| | | public Long getIsupload() |
| | | { |
| | | return isupload; |
| | | } |
| | | public void setUploadTime(Date uploadTime) |
| | | public void setUploadTime(Date uploadTime) |
| | | { |
| | | this.uploadTime = uploadTime; |
| | | } |
| | | |
| | | public Date getUploadTime() |
| | | public Date getUploadTime() |
| | | { |
| | | return uploadTime; |
| | | } |