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

org.zodiac.develop.constants.DevelopConstants Maven / Gradle / Ivy

package org.zodiac.develop.constants;

/**
 * 系统常量。
 *
 */
public interface DevelopConstants {
    /**
     * sword 系统名
     */
    String SWORD_NAME = "sword";

    /**
     * saber 系统名
     */
    String SABER_NAME = "saber";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy