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

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

View File

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