TblTRLoadingWeighingTO constructor
TblTRLoadingWeighingTO({
- int? idWeighing,
- String? vehicleNo,
- int? loadingId,
- int? loadingTypeId,
- num? tareWeight,
- num? grossWeight,
- num? actualWeight,
- num? netWeight,
- String? rstNumber,
- int? weighingStageId,
- int? weighingMachineId,
- int? weighingMeasureTypeId,
- int? createdBy,
- int? updatedBy,
- DateTime? createdOn,
- DateTime? updatedOn,
- int? isActive,
- String? machineName,
- int? isWeighingCompleted,
- String? machineIP,
- String? rstNo,
- String? wbVehicleNo,
- String? commodity,
- String? loadOrUnload,
- String? flag,
- String? material,
- DateTime? weighingDate,
- DateTime? weighingTime,
- String? phase,
- ManualGateOpenTO? manualGateOpenTO,
- String? wtMismatchCmt,
- String? wtFtNotFoundCmt,
- String? wtVehicleNoMismatchCmt,
Implementation
TblTRLoadingWeighingTO({
this.idWeighing,
this.vehicleNo,
this.loadingId,
this.loadingTypeId,
this.tareWeight,
this.grossWeight,
this.actualWeight,
this.netWeight,
this.rstNumber,
this.weighingStageId,
this.weighingMachineId,
this.weighingMeasureTypeId,
this.createdBy,
this.updatedBy,
this.createdOn,
this.updatedOn,
this.isActive,
this.machineName,
this.isWeighingCompleted,
this.machineIP,
this.rstNo,
this.wbVehicleNo,
this.commodity,
this.loadOrUnload,
this.flag,
this.material,
this.weighingDate,
this.weighingTime,
this.phase,
this.manualGateOpenTO,
this.wtMismatchCmt,
this.wtFtNotFoundCmt,
this.wtVehicleNoMismatchCmt,
});