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

cn.meteor.common.database.contstants.MeteorDbConstants Maven / Gradle / Ivy

There is a newer version: 1.0.16
Show newest version
package cn.meteor.common.database.contstants;// Copyright (C), Created on 2021-04-03

/**
 * 数据库字段
 *
 * @author ths
 * @since 1.0.0
 */
public interface MeteorDbConstants {

	String CREATE_TIME = "createTime";
	String UPDATE_TIME = "updateTime";
	String DELETE = "deleted";
	String VERSION = "version";
	String CREATOR = "creator";
	String DATA_PERM = "dataPerm";
	String REMARK = "remark";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy