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

org.macrocloud.kernel.develop.constant.DevelopConstant Maven / Gradle / Ivy

The newest version!
package org.macrocloud.kernel.develop.constant;

/**
 * 系统常量.
 *
 * @author Huizhu
 */
public interface DevelopConstant {
	/**
	 * bamu 系统名 react
	 */
	String REACT_NAME = "1";

	/**
	 * bamu 系统名  vue
	 */
	String VUE_NAME = "2";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy