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

com.eshore.uas.extensions.ISystemInfo Maven / Gradle / Ivy

There is a newer version: 2.0.3
Show newest version
package com.eshore.uas.extensions;

import javax.servlet.http.HttpServletRequest;

import com.eshore.uas.module.Version;

/**
 * 系统信息摘要
 * @author eric
 *
 */
public interface ISystemInfo {

	/**
	 * 
	 * @param request request
	 * @return sysinfo
	 */
	Version getSystemInfo(HttpServletRequest request);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy