|
|
@@ -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> {
|