第一次提交
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
import { List } from '@kit.ArkTS';
|
||||
export interface LoginInfo{
|
||||
special: List<SpecialDisease> ;
|
||||
YX_accid:string ;
|
||||
code:string;
|
||||
data:Data;
|
||||
YX_token:string;
|
||||
nginxPath:string;
|
||||
message:string;
|
||||
}
|
||||
|
||||
interface SpecialDisease{
|
||||
diseaseName:string;
|
||||
diseaseUuid:string;
|
||||
}
|
||||
|
||||
export interface Data{
|
||||
isEnable:number;
|
||||
isVisit:number;
|
||||
modifyDate:string;
|
||||
currentSpec:string;
|
||||
deviceType:number;
|
||||
currentType:number;
|
||||
deviceSpec:string;
|
||||
positionName:string;
|
||||
userName:string;
|
||||
createDate:string;
|
||||
password:string;
|
||||
officeName:string;
|
||||
certificateImg:string;
|
||||
birthDate:string;
|
||||
isStar:number;
|
||||
countyId:number;
|
||||
cityId:number;
|
||||
email:string;
|
||||
photo:string;
|
||||
qrcode:string;
|
||||
mobile:string;
|
||||
hospitalName:string;
|
||||
officeUuid:string;
|
||||
checkInfo:string;
|
||||
hospitalUuid:string;
|
||||
officePhone:string;
|
||||
positionUuid:string;
|
||||
nation:number;
|
||||
wechat_qrcode:string;
|
||||
sex:number;
|
||||
provId:number;
|
||||
uuid:string;
|
||||
intro:string;
|
||||
certificate:string;
|
||||
state:number;
|
||||
realName:string;
|
||||
specialy:Array<object>;
|
||||
}
|
||||
Reference in New Issue
Block a user