Bläddra i källkod

巡检任务 维保任务

tongfeng 2 år sedan
förälder
incheckning
4c9d879c75
1 ändrade filer med 1 tillägg och 1 borttagningar
  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> {