文件名从 smartor/src/main/java/com/smartor/domain/IvrTaskScriptQues.java 修改 |
| | |
| | | package com.smartor.domain; |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.ruoyi.common.annotation.Excel; |
| | | import com.ruoyi.common.core.domain.BaseEntity; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | |
| | | import java.util.Date; |
| | | |
| | | /** |
| | | * 璇煶浠诲姟瀵硅薄 ivr_task |
| | | * 璇煶浠诲姟瀵硅薄 service_task |
| | | * |
| | | * @author smartor |
| | | * @date 2023-03-24 |
| | | */ |
| | | @ApiModel(value = "IvrTaskScriptQues", description = "浠诲姟瀵硅薄") |
| | | @ApiModel(value = "ServiceTaskScriptQues", description = "浠诲姟瀵硅薄") |
| | | @Data |
| | | public class IvrTaskScriptQues { |
| | | public class ServiceTaskScriptQues { |
| | | |
| | | /** |
| | | * taskid |