tongfeng пре 2 година
родитељ
комит
4c9d879c75
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lib/model/patrol_response_entity.dart

+ 1 - 1
lib/model/patrol_response_entity.dart

@@ -41,7 +41,7 @@ class PatrolJobDeviceData with JsonConvert<PatrolJobDeviceData> {
   late String itemPerson;
 
   PatrolJobDeviceData(this.name, this.showName, this.deviceKey,
-      this.itemCompleteTime, this.itemPerson);
+      this.itemCompleteTime, this.itemPerson,this.id);
 }
 
 class PatrolJobDetailData with JsonConvert<PatrolJobDetailData> {