更新 Web/src/api-services/models/file-output.ts

文件管理功能添加是否公开附件功能
This commit is contained in:
362270511 2024-08-13 17:09:16 +08:00
parent 43be46338d
commit 3fb475c882

View File

@ -76,6 +76,14 @@ export interface FileOutput {
*/
fileType?: string | null;
/**
* true
*
* @type {boolean}
* @memberof FileOutput
*/
isPublic?: boolean;
/**
*
*