转换为Map
Map<String, dynamic> toMap() { return {'id': id, 'fileName': fileName, 'requestPath': requestPath}; }