瀏覽代碼

feat(types): 增加字段

laiguoran 3 年之前
父節點
當前提交
5b831e046d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      types/src/interface/gatherYsProfileFile.ts

+ 1 - 0
types/src/interface/gatherYsProfileFile.ts

@@ -9,4 +9,5 @@ export interface IGatherYsProfileFile {
     userID: string;// 上传者id
     path: string;// 文件存储路径
     createTime: number;// 上传时间
+    userName?: string;// 用户名
 }