mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-09 08:57:16 +08:00
style: 统一请求参数、响应参数注释
This commit is contained in:
@@ -30,13 +30,13 @@ import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 代码生成配置信息
|
||||
* 代码生成配置请求参数
|
||||
*
|
||||
* @author Charles7c
|
||||
* @since 2023/8/8 20:40
|
||||
*/
|
||||
@Data
|
||||
@Schema(description = "代码生成配置信息")
|
||||
@Schema(description = "代码生成配置请求参数")
|
||||
public class GenConfigReq implements Serializable {
|
||||
|
||||
@Serial
|
||||
|
@@ -24,13 +24,13 @@ import java.io.Serial;
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* 生成预览信息
|
||||
* 生成预览响应参数
|
||||
*
|
||||
* @author Charles7c
|
||||
* @since 2023/12/19 21:34
|
||||
*/
|
||||
@Data
|
||||
@Schema(description = "生成预览信息")
|
||||
@Schema(description = "生成预览响应参数")
|
||||
public class GeneratePreviewResp implements Serializable {
|
||||
|
||||
@Serial
|
||||
|
@@ -24,13 +24,13 @@ import java.math.BigDecimal;
|
||||
</#if>
|
||||
|
||||
/**
|
||||
* 创建或修改${businessName}参数
|
||||
* ${businessName}创建或修改参数
|
||||
*
|
||||
* @author ${author}
|
||||
* @since ${datetime}
|
||||
*/
|
||||
@Data
|
||||
@Schema(description = "创建或修改${businessName}参数")
|
||||
@Schema(description = "${businessName}创建或修改参数")
|
||||
public class ${className} implements Serializable {
|
||||
|
||||
@Serial
|
||||
|
@@ -28,14 +28,14 @@ import java.io.Serializable;
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
/**
|
||||
* 创建或修改应用参数
|
||||
* 应用创建或修改请求参数
|
||||
*
|
||||
* @author chengzi
|
||||
* @author Charles7c
|
||||
* @since 2024/10/17 16:03
|
||||
*/
|
||||
@Data
|
||||
@Schema(description = "创建或修改应用参数")
|
||||
@Schema(description = "应用创建或修改请求参数")
|
||||
public class AppReq implements Serializable {
|
||||
|
||||
@Serial
|
||||
|
@@ -28,7 +28,7 @@ import java.io.Serial;
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
/**
|
||||
* 应用详情信息
|
||||
* 应用详情响应参数
|
||||
*
|
||||
* @author chengzi
|
||||
* @author Charles7c
|
||||
@@ -36,7 +36,7 @@ import java.time.LocalDateTime;
|
||||
*/
|
||||
@Data
|
||||
@ExcelIgnoreUnannotated
|
||||
@Schema(description = "应用详情信息")
|
||||
@Schema(description = "应用详情响应参数")
|
||||
public class AppDetailResp extends BaseDetailResp {
|
||||
|
||||
@Serial
|
||||
|
@@ -25,14 +25,14 @@ import java.io.Serial;
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
/**
|
||||
* 应用信息
|
||||
* 应用响应参数
|
||||
*
|
||||
* @author chengzi
|
||||
* @author Charles7c
|
||||
* @since 2024/10/17 16:03
|
||||
*/
|
||||
@Data
|
||||
@Schema(description = "应用信息")
|
||||
@Schema(description = "应用响应参数")
|
||||
public class AppResp extends BaseDetailResp {
|
||||
|
||||
@Serial
|
||||
|
@@ -23,14 +23,14 @@ import java.io.Serial;
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* 应用密钥信息
|
||||
* 应用密钥响应参数
|
||||
*
|
||||
* @author chengzi
|
||||
* @author Charles7c
|
||||
* @since 2024/10/17 16:03
|
||||
*/
|
||||
@Data
|
||||
@Schema(description = "应用密钥信息")
|
||||
@Schema(description = "应用密钥响应参数")
|
||||
public class AppSecretResp implements Serializable {
|
||||
|
||||
@Serial
|
||||
|
@@ -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