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

com.easy.query.sql.starter.option.NameConversionEnum Maven / Gradle / Ivy

There is a newer version: 2.3.3
Show newest version
package com.easy.query.sql.starter.option;

/**
 * create time 2023/5/5 11:38
 * 文件说明
 *
 * @author xuejiaming
 */
public enum NameConversionEnum {
    /**
     * 默认属性名
     */
    DEFAULT,
    /**
     * 下划线转换
     */
    UNDERLINED
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy