Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Springboot Plus
Commits
6f9e819b
Commit
6f9e819b
authored
Oct 25, 2019
by
zengchao
Browse files
no message
parent
cfe1b3bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
plus-admin/admin-console/src/main/java/com/ibeetl/admin/console/annotation/ElColumn.java
View file @
6f9e819b
...
...
@@ -14,12 +14,25 @@ import java.lang.annotation.Target;
@Retention
(
RetentionPolicy
.
RUNTIME
)
public
@interface
ElColumn
{
/**
* 数据表格中的列名称
* @return
* */
String
name
();
/**
* 该列的类型。{@link }
* @return
* */
String
type
();
/**
* 增加数据表格的手动排序
* @return
* */
boolean
sortable
()
default
false
;
/** @return */
boolean
visible
()
default
true
;
boolean
required
()
default
false
;
...
...
Write
Preview
Supports
Markdown
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