pjb
2025-06-20 fc51b3c1c8a6763c151d2c3682cd02a078d81c27
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 "";
}