TblTRLoadingTO constructor
TblTRLoadingTO({
- int? idLoading,
- String? loadingSlipNo,
- int? loadingTypeId,
- int? transferRequestId,
- int? fromLocationId,
- int? toLocationId,
- int? materialTypeId,
- int? unMaterialTypeId,
- int? loadingMaterialTypeId,
- int? materialSubTypeId,
- int? unMaterialSubTypeId,
- int? loadingMaterialSubTypeId,
- int? vehicleId,
- int? statusId,
- int? createdBy,
- int? updatedBy,
- int? statusBy,
- DateTime? createdOn,
- DateTime? updatedOn,
- DateTime? statusOn,
- int? isActive,
- int? unloadingPointId,
- double? scheduleQty,
- double? qty,
- double? pendingQty,
- String? narration,
- String? driverName,
- String? createdByName,
- String? transactionCloseRemark,
- int? srNo,
- String? vehicleNo,
- String? requestUserName,
- DateTime? requestCreatedOn,
- int? idVehicle,
- String? vehicleStatus,
- int? vehicleStatusId,
- int? isReviewUnloading,
- int? reviewUnloadingParam,
- int? idSLA,
- String? unloadingNarration,
- String? weighingRemark,
- String? statusByUserName,
- int? addOnCnt,
- int? addOnUnCnt,
- String? requestDisplayNo,
- String? unloadingMaterialType,
- String? unloadingMaterialsSubType,
- double? amount,
- bool? isQRCodeVerified,
- String? fromLocation,
- String? toLocation,
- String? unloadingPoint,
- String? requestCreatedOnStr,
- String? materialType,
- String? materialsSubType,
Implementation
TblTRLoadingTO(
{this.idLoading,
this.loadingSlipNo,
this.loadingTypeId,
this.transferRequestId,
this.fromLocationId,
this.toLocationId,
this.materialTypeId,
this.unMaterialTypeId,
this.loadingMaterialTypeId,
this.materialSubTypeId,
this.unMaterialSubTypeId,
this.loadingMaterialSubTypeId,
this.vehicleId,
this.statusId,
this.createdBy,
this.updatedBy,
this.statusBy,
this.createdOn,
this.updatedOn,
this.statusOn,
this.isActive,
this.unloadingPointId,
this.scheduleQty,
this.qty,
this.pendingQty,
this.narration,
this.driverName,
this.createdByName,
this.transactionCloseRemark,
this.srNo,
this.vehicleNo,
this.requestUserName,
this.requestCreatedOn,
this.idVehicle,
this.vehicleStatus,
this.vehicleStatusId,
this.isReviewUnloading,
this.reviewUnloadingParam,
this.idSLA,
this.unloadingNarration,
this.weighingRemark,
this.statusByUserName,
this.addOnCnt,
this.addOnUnCnt,
this.requestDisplayNo,
this.unloadingMaterialType,
this.unloadingMaterialsSubType,
this.amount,
this.isQRCodeVerified,
this.fromLocation,
this.toLocation,
this.unloadingPoint,
this.requestCreatedOnStr,
this.materialType,
this.materialsSubType});