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

com.yixan.base.common.enums.Keys Maven / Gradle / Ivy

There is a newer version: 3.7.1
Show newest version
package com.yixan.base.common.enums;

/**
 * 常量
 *
 * @author zhaohuihua
 * @version V1.0 2015年10月14日
 */
public interface Keys {

    /** 根节点编号 **/
    String ROOT_CODE = "0";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy