MrShi
2024-12-03 0ee14f4e1a722687533aa8bb18d628b7add40fa0
1
2
3
4
5
6
7
8
9
10
11
package com.doumee.jobs;
 
/**
 * @author 公众号:知了一笑
 * @since 2023-07-26 11:43
 */
public interface JobService {
 
    void run(String params,String module);
 
}