Frontend first draft
This commit is contained in:
11
frontend/pshared/lib/models/payment/upload_history_item.dart
Normal file
11
frontend/pshared/lib/models/payment/upload_history_item.dart
Normal file
@@ -0,0 +1,11 @@
|
||||
class UploadHistoryItem {
|
||||
final String name;
|
||||
final String status;
|
||||
final String time;
|
||||
|
||||
UploadHistoryItem({
|
||||
required this.name,
|
||||
required this.status,
|
||||
required this.time,
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user