新增凭证管理
This commit is contained in:
+6
@@ -59,4 +59,10 @@ public class FileTaskCreateDTO implements Serializable {
|
||||
*/
|
||||
@Schema(description = "是否强制创建新任务,默认 false,如果存在相同md5的任务,会创建失败,true则新创建一个任务")
|
||||
private boolean force;
|
||||
|
||||
@Schema(description = "业务类型")
|
||||
private String businessType;
|
||||
|
||||
@Schema(description = "业务标识")
|
||||
private String businessId;
|
||||
}
|
||||
|
||||
+6
@@ -91,6 +91,12 @@ public class FileTask implements Serializable {
|
||||
@Schema(description = "状态 uploading:正在上传 completed:上传完成 failed:上传失败 paused:已暂停")
|
||||
private String status;
|
||||
|
||||
@Schema(description = "业务类型")
|
||||
private String businessType;
|
||||
|
||||
@Schema(description = "业务标识")
|
||||
private String businessId;
|
||||
|
||||
/**
|
||||
* 创建人-用户名称
|
||||
*/
|
||||
|
||||
+6
@@ -87,6 +87,12 @@ public class FileTaskVO implements Serializable {
|
||||
@Schema(description = "状态 uploading:正在上传 completed:上传完成 failed:上传失败 paused:已暂停")
|
||||
private String status;
|
||||
|
||||
@Schema(description = "业务类型")
|
||||
private String businessType;
|
||||
|
||||
@Schema(description = "业务标识")
|
||||
private String businessId;
|
||||
|
||||
/**
|
||||
* 创建人-用户名称
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user