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

com.starmcc.qmdata.note.Style Maven / Gradle / Ivy

There is a newer version: 2.2.1-RELEASE
Show newest version
package com.starmcc.qmdata.note;

/**
 * @author qm
 * @date 2019/1/23 10:18
 * @Description 数据库字段风格
 */
public enum Style {
    /**
     * 下划线模式
     */
    UNDERLINE,
    /**
     * 驼峰模式
     */
    HUMP;


    private Style(){

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy