All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lindzh.mybatis.generator.Service Maven / Gradle / Ivy

The newest version!
package com.lindzh.mybatis.generator;

/**
 * 
 * @author lindezhi
 * 2015年11月14日 上午10:52:27
 */
public interface Service {
	
	void startService();
	
	void stopService();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy