대시보드 결재 상세 진입 지원

This commit is contained in:
JiWoong Sul
2025-10-23 20:19:59 +09:00
parent 7e933a2dda
commit 9d6cbb1ab2
14 changed files with 543 additions and 76 deletions

View File

@@ -1,12 +1,16 @@
/// 결재 대기 요약 정보.
class DashboardPendingApproval {
const DashboardPendingApproval({
this.approvalId,
required this.approvalNo,
required this.title,
required this.stepSummary,
this.requestedAt,
});
/// 결재 고유 식별자(ID). 상세 조회가 필요할 때 사용된다.
final int? approvalId;
/// 결재 문서 번호
final String approvalNo;