yangyang
2025-07-17 baee4b842a1759a9ac2b7b90158d757ed6a83371
zy-asrs-framework/src/main/java/com/zy/asrs/framework/annotations/CoolTranslate.java
@@ -1,15 +1,15 @@
package com.zy.asrs.framework.annotations;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target({ElementType.TYPE,ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
public @interface CoolTranslate {
   // 意思
   String value() default "";
}
package com.zy.asrs.framework.annotations;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target({ElementType.TYPE,ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
public @interface CoolTranslate {
   // 意思
   String value() default "";
}