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

xin.altitude.cms.code.constant.enums.ColumnDataEnum Maven / Gradle / Ivy

There is a newer version: 1.3.4.1
Show newest version
/*
 * Copyright (Java知识图谱) 2022.
 */

package xin.altitude.cms.code.constant.enums;

/**
 * 列数据类型
 *
 * @author explore
 * @since 2019/07/08 14:29
 **/
public enum ColumnDataEnum {
    STRING, INTEGER, LONG, DATE, DATETIME
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy