This commit is contained in:
dirgantarasiahaan
2023-06-04 00:06:01 +07:00
parent dbbde49f59
commit abc89d32d0
10 changed files with 125 additions and 26 deletions

View File

@@ -47,4 +47,7 @@ public interface DrpApprovalView {
String getLevel();
void setLevel(String level);
Long getApproverUserId();
void setApproverUserId(Long approverUserId);
}