Explorar o código

feat(types): 增加字段

laiguoran %!s(int64=3) %!d(string=hai) anos
pai
achega
5b831e046d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;// 用户名
 }