package com.imyeyu.spring.bean; /** * 示例连接逻辑 * * @author 夜雨 * @since 2026-01-15 11:19 */ public enum Logic { /** 且 */ AND, /** 或 */ OR }