Commit 00ad1d95 authored by 薛涛 Toby Xue's avatar 薛涛 Toby Xue 🆒

#1971

parent 2955f52f
Pipeline #4314 canceled with stages
......@@ -2,5 +2,5 @@ package logwire.core.bo.annotation;
public @interface Array{
String label() default "";
String size() default ""; //列长度
int length() default 0; //列长度
}
......@@ -11,5 +11,5 @@ public @interface Column {
String label() default "";
String size() default "";
int length() default 0;
}
package logwire.core.bo.annotation;
import java.lang.annotation.*;
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Inherited
public @interface OperationProvider {
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment