Explorar o código

style(types): 注释

qinlaiqiao %!s(int64=5) %!d(string=hai) anos
pai
achega
cda3e17b0e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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',