mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-10-27 06:57:12 +08:00
build: add pr check
This commit is contained in:
@@ -84,9 +84,8 @@ public enum FormTypeEnum implements IBaseEnum<Integer> {
|
||||
/**
|
||||
* 树形选择
|
||||
*/
|
||||
TREE_SELECT(11, "树选择"),
|
||||
;
|
||||
|
||||
TREE_SELECT(11, "树选择"),;
|
||||
|
||||
private final Integer value;
|
||||
private final String description;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user