package com.kx.utils.idempotent.annotation; /** * 幂等注解 * */ public @interface Idempotent { String value() default ""; }