org.tinygroup.menucommand.config.SystemCommand Maven / Gradle / Ivy
package org.tinygroup.menucommand.config;
import com.thoughtworks.xstream.annotations.XStreamAlias;
/**
* 系统命令(全局有效)
* @author yancheng11334
*
*/
@XStreamAlias("system-command")
public class SystemCommand extends BaseCommand{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy