Ver código fonte

update Web/src/api-services/models/file-input.ts.
文件管理添加私有附件和公开附件功能

Signed-off-by: Mr先生 <362270511@qq.com>

Mr先生 1 ano atrás
pai
commit
c0b96eeb61
1 arquivos alterados com 8 adições e 0 exclusões
  1. 8 0
      Web/src/api-services/models/file-input.ts

+ 8 - 0
Web/src/api-services/models/file-input.ts

@@ -44,6 +44,14 @@ export interface FileInput {
      */
     fileType?: string | null;
 
+    /**
+     * 是否公开  如果设置true,所有人都可以查看,默认只有自己或有权限的人可以查看
+     *
+     * @type {boolean}
+     * @memberof FileInput
+     */
+    isPublic?: boolean;
+
     /**
      * 文件Url
      *