Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
logwire-bo-sdk
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
薛涛 Toby Xue
logwire-bo-sdk
Commits
00ad1d95
Commit
00ad1d95
authored
Dec 17, 2020
by
薛涛 Toby Xue
🆒
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#1971
parent
2955f52f
Pipeline
#4314
canceled with stages
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
2 deletions
+11
-2
Array.java
src/main/java/logwire/core/bo/annotation/Array.java
+1
-1
Column.java
src/main/java/logwire/core/bo/annotation/Column.java
+1
-1
OperationProvider.java
...in/java/logwire/core/bo/annotation/OperationProvider.java
+9
-0
No files found.
src/main/java/logwire/core/bo/annotation/Array.java
View file @
00ad1d95
...
...
@@ -2,5 +2,5 @@ package logwire.core.bo.annotation;
public
@interface
Array
{
String
label
()
default
""
;
String
size
()
default
""
;
//列长度
int
length
()
default
0
;
//列长度
}
src/main/java/logwire/core/bo/annotation/Column.java
View file @
00ad1d95
...
...
@@ -11,5 +11,5 @@ public @interface Column {
String
label
()
default
""
;
String
size
()
default
""
;
int
length
()
default
0
;
}
src/main/java/logwire/core/bo/annotation/OperationProvider.java
0 → 100644
View file @
00ad1d95
package
logwire
.
core
.
bo
.
annotation
;
import
java.lang.annotation.*
;
@Target
({
ElementType
.
TYPE
})
@Retention
(
RetentionPolicy
.
RUNTIME
)
@Inherited
public
@interface
OperationProvider
{
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment