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

com.biz.common.utils.SymbolConstant Maven / Gradle / Ivy

There is a newer version: 1.5.1
Show newest version
package com.biz.common.utils;

/**
 * 符号常量
 *
 * @author francis
 * @create 2024-04-01 16:30
 **/
public final class SymbolConstant {

    /**
     * = 符号
     */
    public static final String EQUAL_TO = "=";

    /**
     * , 符合
     */
    public static final String COMMA = ",";

    /**
     * 秒
     */
    public static final String SECOND = "s";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy