chore: 优化部分注释

This commit is contained in:
2024-11-17 21:58:55 +08:00
parent 7870de2892
commit 3116836b01
26 changed files with 50 additions and 49 deletions

View File

@@ -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