forked from yaso_meth/mih-project
.
This commit is contained in:
@@ -2,14 +2,14 @@ class PFile {
|
||||
final int idpatient_files;
|
||||
final String file_path;
|
||||
final String file_name;
|
||||
final int patient_id;
|
||||
final String app_id;
|
||||
final String insert_date;
|
||||
|
||||
const PFile(
|
||||
this.idpatient_files,
|
||||
this.file_path,
|
||||
this.file_name,
|
||||
this.patient_id,
|
||||
this.app_id,
|
||||
this.insert_date,
|
||||
);
|
||||
|
||||
@@ -18,8 +18,8 @@ class PFile {
|
||||
json['idpatient_files'],
|
||||
json['file_path'],
|
||||
json['file_name'],
|
||||
json['patient_id'],
|
||||
json['insert_date'],
|
||||
json['app_id'],
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user