Ver código fonte

Merge branch 'master' of http://192.168.1.41:3000/SmartCost/SCCommon

LuoHaoxuan 3 anos atrás
pai
commit
dd305f3e60
1 arquivos alterados com 1 adições e 0 exclusões
  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
     userID: string;// 上传者id
     path: string;// 文件存储路径
     path: string;// 文件存储路径
     createTime: number;// 上传时间
     createTime: number;// 上传时间
+    userName?: string;// 用户名
 }
 }