多租户前端修改提交
This commit is contained in:
@ -6,6 +6,7 @@ import { DesktopData } from '/@/model/desktop/designer';
|
||||
export interface LoginParams {
|
||||
userName: string;
|
||||
password: string;
|
||||
tenantCode: string;
|
||||
deviceType?: number;
|
||||
}
|
||||
|
||||
@ -18,6 +19,9 @@ export interface RoleInfo {
|
||||
export type DepartmentInfo = RoleInfo;
|
||||
|
||||
export type PostInfo = RoleInfo;
|
||||
|
||||
export type TenantInfo = RoleInfo;
|
||||
|
||||
/**
|
||||
* @description: Login interface return value
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user