com.easy.query.solon.integration.option.MapKeyConversionEnum Maven / Gradle / Ivy
The newest version!
package com.easy.query.solon.integration.option;
/**
* create time 2023/5/5 11:38
* 文件说明
*
* @author xuejiaming
*/
public enum MapKeyConversionEnum {
/**
* 默认列名
*/
DEFAULT,
/**
* 全小写 不保留下划线
*/
LOWER,
/**
* 全大写 不保留下划线
*/
UPPER,
/**
* 全小写 保留下划线
*/
LOWER_UNDERLINED,
/**
* 全大写 保留下划线
*/
UPPER_UNDERLINED
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy