com.github.tomato.constant.TomatoConstant Maven / Gradle / Ivy
package com.github.tomato.constant;
/**
* 常量池
* @author liuxin
* 2019-12-29 23:07
*/
public class TomatoConstant {
public static final String DEFAULT_VALUE = "1";
public static final String TOKEN = "Token";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy