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

org.rdlinux.ezmybatis.enumeration.AndOr Maven / Gradle / Ivy

package org.rdlinux.ezmybatis.enumeration;

/**
 * sql中的‘或者’ 和 ‘并且’
 */
public enum AndOr {
    /**
     * 或者
     */
    OR,
    /**
     * 并且
     */
    AND;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy