소스 검색

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;// 用户名
 }