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

io.github.novareseller.database.support.DbConstant Maven / Gradle / Ivy

There is a newer version: 1.5.3.beta
Show newest version
package io.github.novareseller.database.support;

/**
 * @author: Bowen huang
 * @date: 2020/06/21
 */
public class DbConstant {


    public static final Integer DB_NOT_DELETED = 0;
    public static final Integer DB_DELETED = 1;

    public static final Integer DB_STATUS_NORMAL = 1;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy