refactor: add bdledger dependencies

feat: IRPUtil
feat: support debug in docker
This commit is contained in:
CaiHQ
2022-05-20 22:50:13 +08:00
parent f746ccb7dc
commit f292deae14
2 changed files with 7 additions and 5 deletions

View File

@@ -16,6 +16,7 @@ public enum Permission {
Ledger,
CM,
DOIP,
IRP,
Async;
public static Permission parse(String str) {