Browse Source

巡检任务 维保任务

tongfeng 2 năm trước cách đây
mục cha
commit
4c9d879c75
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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> {