com.yixan.base.common.enums.Keys Maven / Gradle / Ivy
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