This commit is contained in:
xiaoma
2022-05-11 11:43:01 +08:00
parent 5b852506a6
commit 9e3ebd62b2
6 changed files with 771 additions and 727 deletions

View File

@@ -0,0 +1,4 @@
export interface PermissionsEnum {
value: string;
label: string;
}