package org.sothis.dal.query; /** * 逻辑运算符 * * @author velna * */ public enum Logic { /** * 与 */ AND, /** * 或 */ OR }