|
|
@ -12,7 +12,7 @@ import com.ms.api.task.TestTaskService;
|
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
|
|
|
|
|
|
|
|
@ExtensionService("testPicTimer")
|
|
|
|
@ExtensionService("testTimer")
|
|
|
|
@Slf4j
|
|
|
|
@Slf4j
|
|
|
|
public class TestTimerService extends TimerBaseService implements ExtensionServiceHandler<ItemDTO, Ret> {
|
|
|
|
public class TestTimerService extends TimerBaseService implements ExtensionServiceHandler<ItemDTO, Ret> {
|
|
|
|
|
|
|
|
|
|
|
|