ITriggerService.java 95 B

1234567
  1. package com.xxl.service;
  2. public interface ITriggerService {
  3. public void beat();
  4. }