mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-10-15 10:57:11 +08:00
style: 统一请求参数、响应参数注释
This commit is contained in:
@@ -24,13 +24,13 @@ import java.io.Serializable;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 任务实例日志分页信息
|
||||
* 任务实例日志分页响应参数
|
||||
*
|
||||
* @author Charles7c
|
||||
* @since 2024/7/14 21:51
|
||||
*/
|
||||
@Data
|
||||
@Schema(description = "任务实例日志分页信息")
|
||||
@Schema(description = "任务实例日志分页响应参数")
|
||||
public class JobInstanceLogPageResult implements Serializable {
|
||||
|
||||
@Serial
|
||||
|
@@ -20,7 +20,7 @@ import com.aizuda.snailjob.common.core.model.Result;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 任务调度服务端分页返回对象
|
||||
* 任务调度服务端分页响应参数
|
||||
*
|
||||
* @author KAI
|
||||
* @author Charles7c
|
||||
|
@@ -27,14 +27,14 @@ import java.io.Serial;
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* 创建或修改任务参数
|
||||
* 任务创建或修改请求参数
|
||||
*
|
||||
* @author KAI
|
||||
* @author Charles7c
|
||||
* @since 2024/6/25 16:40
|
||||
*/
|
||||
@Data
|
||||
@Schema(description = "创建或修改任务参数")
|
||||
@Schema(description = "任务创建或修改请求参数")
|
||||
public class JobReq implements Serializable {
|
||||
|
||||
@Serial
|
||||
|
@@ -25,14 +25,14 @@ import java.io.Serial;
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* 修改任务状态信息
|
||||
* 任务状态修改请求参数
|
||||
*
|
||||
* @author KAI
|
||||
* @author Charles7c
|
||||
* @since 2024/6/27 9:24
|
||||
*/
|
||||
@Data
|
||||
@Schema(description = "修改任务状态信息")
|
||||
@Schema(description = "任务状态修改请求参数")
|
||||
public class JobStatusReq implements Serializable {
|
||||
|
||||
@Serial
|
||||
|
@@ -24,13 +24,13 @@ import java.io.Serial;
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* 执行任务参数
|
||||
* 任务执行请求参数
|
||||
*
|
||||
* @author Charles7c
|
||||
* @since 2025/3/26 21:50
|
||||
*/
|
||||
@Data
|
||||
@Schema(description = "执行任务参数")
|
||||
@Schema(description = "任务执行请求参数")
|
||||
public class JobTriggerReq implements Serializable {
|
||||
|
||||
@Serial
|
||||
|
@@ -23,14 +23,14 @@ import java.io.Serial;
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* 任务实例信息
|
||||
* 任务实例响应参数
|
||||
*
|
||||
* @author KAI
|
||||
* @author Charles7c
|
||||
* @since 2024/6/28 16:58
|
||||
*/
|
||||
@Data
|
||||
@Schema(description = "任务实例信息")
|
||||
@Schema(description = "任务实例响应参数")
|
||||
public class JobInstanceResp implements Serializable {
|
||||
|
||||
@Serial
|
||||
|
@@ -26,14 +26,14 @@ import java.io.Serializable;
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
/**
|
||||
* 任务日志信息
|
||||
* 任务日志响应参数
|
||||
*
|
||||
* @author KAI
|
||||
* @author Charles7c
|
||||
* @since 2024/6/27 22:50
|
||||
*/
|
||||
@Data
|
||||
@Schema(description = "任务日志信息")
|
||||
@Schema(description = "任务日志响应参数")
|
||||
public class JobLogResp implements Serializable {
|
||||
|
||||
@Serial
|
||||
|
@@ -25,14 +25,14 @@ import java.io.Serializable;
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
/**
|
||||
* 任务信息
|
||||
* 任务响应参数
|
||||
*
|
||||
* @author KAI
|
||||
* @author Charles7c
|
||||
* @since 2024/6/25 17:15
|
||||
*/
|
||||
@Data
|
||||
@Schema(description = "任务信息")
|
||||
@Schema(description = "任务响应参数")
|
||||
public class JobResp implements Serializable {
|
||||
|
||||
@Serial
|
||||
|
Reference in New Issue
Block a user