货无忧
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

21 lines
283 B

export interface detailsType{
/**
* 密钥ID
* */
tenantId:string|null;
/**
* 密码
* */
password:string|null;
/**
* 用户名
* */
username:string|null;
/**
* 是否记住密码
* */
isremember:boolean;
warehouseList:any;
showck:boolean;
checkitem:any;
}