gtsoft-snail-job-demo/src/main/java/com/example/easy/retry/service/LocalRemoteService.java

10 lines
149 B
Java
Raw Normal View History

2023-09-02 17:24:47 +08:00
package com.example.easy.retry.service;
/**
* @author: www.byteblogs.com
* @date : 2023-09-06 09:02
2023-09-02 17:24:47 +08:00
*/
public interface LocalRemoteService {
2023-09-02 17:24:47 +08:00
}