mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-19 00:57:14 +08:00
chore: 优化部分注释
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user