build: add pr check

This commit is contained in:
maliang
2024-05-24 17:47:16 +08:00
committed by Charles7c
parent cf18c1046b
commit c34e703fd3
5 changed files with 88 additions and 40 deletions

View File

@@ -84,9 +84,8 @@ public enum FormTypeEnum implements IBaseEnum<Integer> {
/**
* 树形选择
*/
TREE_SELECT(11, "树选择"),
;
TREE_SELECT(11, "树选择"),;
private final Integer value;
private final String description;
}