@imedx/ics-imedx-core
Advanced tools
Comparing version 0.0.1-beta.31 to 0.0.1-beta.32
export default interface UserInfo { | ||
code: String; | ||
pwModifyTime: Number; | ||
ewxId: String; | ||
remark: String; | ||
passwordResetFlag: Number; | ||
idNo: String; | ||
categoryName: String; | ||
phoneNo: String; | ||
enabled: Number; | ||
content: String; | ||
passwordLength: Number; | ||
lockTime: Number; | ||
mobileCaId: String; | ||
sexName: String; | ||
postName: String; | ||
userPost: String; | ||
id: String; | ||
sexId: String; | ||
postId: String; | ||
medicalInsuranceCode: String; | ||
avatar: String; | ||
token: String; | ||
tagList: Array<String>; | ||
medicalTitleId: String; | ||
dingdingId: String; | ||
medicalTitleName: String; | ||
medicalCategoryId: String; | ||
caId: String; | ||
name: String; | ||
passwordLimit: Number; | ||
categoryId: String; | ||
code: string; | ||
pwModifyTime: number; | ||
ewxId: string; | ||
remark: string; | ||
passwordResetFlag: number; | ||
idNo: string; | ||
categoryName: string; | ||
phoneNo: string; | ||
enabled: number; | ||
content: string; | ||
passwordLength: number; | ||
lockTime: number; | ||
mobileCaId: string; | ||
sexName: string; | ||
postName: string; | ||
userPost: string; | ||
id: string; | ||
sexId: string; | ||
postId: string; | ||
medicalInsuranceCode: string; | ||
avatar: string; | ||
token: string; | ||
tagList: Array<string>; | ||
medicalTitleId: string; | ||
dingdingId: string; | ||
medicalTitleName: string; | ||
medicalCategoryId: string; | ||
caId: string; | ||
name: string; | ||
passwordLimit: number; | ||
categoryId: string; | ||
deptList: Array<{ | ||
appDeptId: string; | ||
appDeptName: string; | ||
platformDeptId: string; | ||
platformDeptName: string; | ||
orgId: string; | ||
orgName: string; | ||
}>; | ||
} |
@@ -6,3 +6,3 @@ { | ||
"title": "iMedx", | ||
"version": "0.0.1-beta.31", | ||
"version": "0.0.1-beta.32", | ||
"description": "iMedx核心功能js封装", | ||
@@ -9,0 +9,0 @@ "author": "文贝", |
@@ -0,0 +0,0 @@ ### Usage |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1698861
2603