UploadEntity constructor
UploadEntity({
- String? id,
- String? createBy,
- String? createTime,
- String? updateTime,
- String? updateBy,
- int? deletedFlag,
- String? bucketName,
- dynamic file,
- dynamic files,
- String? tenantId,
- String? busiId,
- int? busiType,
- String? fileName,
- String? fileExt,
- String? filePath,
- String? fileUrl,
- String? fileSize,
- 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,
});