更新 Web/src/api-services/models/file-input.ts
文件管理功能添加是否公开附件功能
This commit is contained in:
parent
a78b0ef713
commit
43be46338d
@ -44,6 +44,14 @@ export interface FileInput {
|
||||
*/
|
||||
fileType?: string | null;
|
||||
|
||||
/**
|
||||
* 是否公开 如果设置true,所有人都可以查看,默认只有自己或有权限的人可以查看
|
||||
*
|
||||
* @type {boolean}
|
||||
* @memberof FileInput
|
||||
*/
|
||||
isPublic?: boolean;
|
||||
|
||||
/**
|
||||
* 文件Url
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user