UploadEntity constructor

UploadEntity({
  1. String? id,
  2. String? createBy,
  3. String? createTime,
  4. String? updateTime,
  5. String? updateBy,
  6. int? deletedFlag,
  7. String? bucketName,
  8. dynamic file,
  9. dynamic files,
  10. String? tenantId,
  11. String? busiId,
  12. int? busiType,
  13. String? fileName,
  14. String? fileExt,
  15. String? filePath,
  16. String? fileUrl,
  17. String? fileSize,
  18. String? remark,
})

Implementation

UploadEntity({
  this.id,
  this.createBy,
  this.createTime,
  this.updateTime,
  this.updateBy,
  this.deletedFlag,
  this.bucketName,
  this.file,
  this.files,
  this.tenantId,
  this.busiId,
  this.busiType,
  this.fileName,
  this.fileExt,
  this.filePath,
  this.fileUrl,
  this.fileSize,
  this.remark,
});