package com.xxl.service;

public interface ITriggerService {
	
	public void beat();
	
}
