update 优化 统一补全代码注释

This commit is contained in:
疯狂的狮子Li
2026-03-13 19:36:14 +08:00
parent 916282ba68
commit 48992b574d
201 changed files with 2554 additions and 465 deletions

View File

@@ -17,6 +17,12 @@ import org.springframework.stereotype.Component;
@JobExecutor(name = "testJobExecutor")
public class TestAnnoJobExecutor {
/**
* 执行示例注解任务。
*
* @param jobArgs 任务参数
* @return 执行结果
*/
public ExecuteResult jobExecute(JobArgs jobArgs) {
SnailJobLog.LOCAL.info("testJobExecutor. jobArgs:{}", JsonUtil.toJsonString(jobArgs));
SnailJobLog.REMOTE.info("testJobExecutor. jobArgs:{}", JsonUtil.toJsonString(jobArgs));