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