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

top.doudou.common.tool.datebase.BaseFieldDate Maven / Gradle / Ivy

There is a newer version: 1.3.2
Show newest version
package top.doudou.common.tool.datebase;

/**
 * @Description
 * @Author 傻男人 <[email protected]>
 * @Date 2020-10-15 11:29
 * @Version V1.0
 */
public interface BaseFieldDate {
    /**
     * 创建时间
     */
    String CREATE_DATE = "createDate";

    /**
     * 更新时间
     */
    String UPDATE_DATE = "updateDate";

    /**
     * 是否有效
     */
    String AVAILABLE = "available";

    /**
     * 删除标识
     */
    String DEL_FLAG = "delFlag";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy