대시보드 결재 상세 진입 지원
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user