소스 검색

style(types): 注释

qinlaiqiao 5 년 전
부모
커밋
cda3e17b0e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      types/src/interface/user.ts

+ 1 - 1
types/src/interface/user.ts

@@ -20,7 +20,7 @@ export enum EntityType {
   ENTERPRISE = 2,
 }
 
-// 登录类型
+// 登录类型(与实体类型有语义上的区别)
 export enum LoginType {
   PERSON = 'person',
   ENTERPRISE = 'enterprise',