增加UPLOAD_FILE_TYPE_ENUM
parent
f5da58bed3
commit
5c05c3fac8
|
|
@ -144,6 +144,7 @@ export declare const UPLOAD_FILE_TYPE_ENUM: {
|
|||
|
||||
1000: 1000; // template_task - 模板任务附件
|
||||
1001: 1001; // task_fill - 任务填写附件
|
||||
1002: 1002; // app_attachment - app附件
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
@ -292,4 +293,5 @@ export declare const UPLOAD_FILE_PATH_ENUM: {
|
|||
|
||||
1000: "template_task";
|
||||
1001: "task_fill";
|
||||
1002: "app_attachment";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -144,6 +144,7 @@ export const UPLOAD_FILE_TYPE_ENUM = {
|
|||
|
||||
1000: 1000, // template_task - 模板任务附件
|
||||
1001: 1001, // task_fill - 任务填写附件
|
||||
1002: 1002, // app_attachment - app附件
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
@ -292,4 +293,5 @@ export const UPLOAD_FILE_PATH_ENUM = {
|
|||
|
||||
1000: "template_task",
|
||||
1001: "task_fill",
|
||||
1002: "app_attachment",
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue