package me.hao0.antares.demo.jobs;
import me.hao0.antares.client.job.script.ScriptJob;
import org.springframework.stereotype.Component;
/**
* Author: haolin
* Email: haolin.h0@gmail.com
*/
@Component
public class MyScriptJob1 extends ScriptJob {
}