1import 'collection_voucher_entity.dart';
10 required this.warehouseResponsibleId,
11 required this.firstWeight,
13 required this.collectionVouchers,
UnloadingRequestEntity({ required this.warehouseResponsibleId, required this.firstWeight, required this.userId, required this.collectionVouchers, })
final List< CollectionVoucherEntity > collectionVouchers
final int warehouseResponsibleId