UNIVPLMDataIntegration/Web/src/api-services/models/update-user-input.ts

458 lines
7.9 KiB
TypeScript
Raw Normal View History

2024-06-15 13:02:35 +08:00
/* tslint:disable */
/* eslint-disable */
/**
* Admin.NET
* .NET <br/><u><b><font color='FF0000'> 👮</font></b></u>
*
* OpenAPI spec version: 1.0.0
*
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*/
import { AccountTypeEnum } from './account-type-enum';
import { CardTypeEnum } from './card-type-enum';
import { CultureLevelEnum } from './culture-level-enum';
import { GenderEnum } from './gender-enum';
import { StatusEnum } from './status-enum';
import { SysOrg } from './sys-org';
import { SysUserExtOrg } from './sys-user-ext-org';
/**
*
*
* @export
* @interface UpdateUserInput
*/
export interface UpdateUserInput {
/**
* Id
*
* @type {number}
* @memberof UpdateUserInput
*/
id?: number;
/**
*
*
* @type {Date}
* @memberof UpdateUserInput
*/
createTime?: Date;
/**
*
*
* @type {Date}
* @memberof UpdateUserInput
*/
updateTime?: Date | null;
/**
* Id
*
* @type {number}
* @memberof UpdateUserInput
*/
createUserId?: number | null;
/**
*
*
* @type {string}
* @memberof UpdateUserInput
*/
createUserName?: string | null;
/**
* Id
*
* @type {number}
* @memberof UpdateUserInput
*/
updateUserId?: number | null;
/**
*
*
* @type {string}
* @memberof UpdateUserInput
*/
updateUserName?: string | null;
/**
*
*
* @type {boolean}
* @memberof UpdateUserInput
*/
isDelete?: boolean;
2024-06-15 13:02:35 +08:00
/**
* Id
*
* @type {number}
* @memberof UpdateUserInput
*/
tenantId?: number | null;
/**
*
*
* @type {string}
* @memberof UpdateUserInput
*/
nickName?: string | null;
/**
*
*
* @type {string}
* @memberof UpdateUserInput
*/
avatar?: string | null;
/**
* @type {GenderEnum}
* @memberof UpdateUserInput
*/
sex?: GenderEnum;
/**
*
*
* @type {number}
* @memberof UpdateUserInput
*/
age?: number;
/**
*
*
* @type {Date}
* @memberof UpdateUserInput
*/
birthday?: Date | null;
/**
*
*
* @type {string}
* @memberof UpdateUserInput
*/
nation?: string | null;
/**
*
*
* @type {string}
* @memberof UpdateUserInput
*/
phone?: string | null;
/**
* @type {CardTypeEnum}
* @memberof UpdateUserInput
*/
cardType?: CardTypeEnum;
/**
*
*
* @type {string}
* @memberof UpdateUserInput
*/
idCardNum?: string | null;
/**
*
*
* @type {string}
* @memberof UpdateUserInput
*/
email?: string | null;
/**
*
*
* @type {string}
* @memberof UpdateUserInput
*/
address?: string | null;
/**
* @type {CultureLevelEnum}
* @memberof UpdateUserInput
*/
cultureLevel?: CultureLevelEnum;
/**
*
*
* @type {string}
* @memberof UpdateUserInput
*/
politicalOutlook?: string | null;
/**
*
*
* @type {string}
* @memberof UpdateUserInput
*/
college?: string | null;
/**
*
*
* @type {string}
* @memberof UpdateUserInput
*/
officePhone?: string | null;
/**
*
*
* @type {string}
* @memberof UpdateUserInput
*/
emergencyContact?: string | null;
/**
*
*
* @type {string}
* @memberof UpdateUserInput
*/
emergencyPhone?: string | null;
/**
*
*
* @type {string}
* @memberof UpdateUserInput
*/
emergencyAddress?: string | null;
/**
*
*
* @type {string}
* @memberof UpdateUserInput
*/
introduction?: string | null;
/**
*
*
* @type {number}
* @memberof UpdateUserInput
*/
orderNo?: number;
/**
* @type {StatusEnum}
* @memberof UpdateUserInput
*/
status?: StatusEnum;
/**
*
*
* @type {string}
* @memberof UpdateUserInput
*/
remark?: string | null;
/**
* @type {AccountTypeEnum}
* @memberof UpdateUserInput
*/
accountType?: AccountTypeEnum;
/**
* Id
*
* @type {number}
* @memberof UpdateUserInput
*/
orgId?: number;
/**
* @type {SysOrg}
* @memberof UpdateUserInput
*/
sysOrg?: SysOrg;
/**
* Id
*
* @type {number}
* @memberof UpdateUserInput
*/
managerUserId?: number | null;
/**
* Id
*
* @type {number}
* @memberof UpdateUserInput
*/
posId?: number;
/**
*
*
* @type {string}
* @memberof UpdateUserInput
*/
jobNum?: string | null;
/**
*
*
* @type {string}
* @memberof UpdateUserInput
*/
posLevel?: string | null;
/**
*
*
* @type {string}
* @memberof UpdateUserInput
*/
posTitle?: string | null;
/**
*
*
* @type {string}
* @memberof UpdateUserInput
*/
expertise?: string | null;
/**
*
*
* @type {string}
* @memberof UpdateUserInput
*/
officeZone?: string | null;
/**
*
*
* @type {string}
* @memberof UpdateUserInput
*/
office?: string | null;
/**
*
*
* @type {Date}
* @memberof UpdateUserInput
*/
joinDate?: Date | null;
/**
* Ip
*
* @type {string}
* @memberof UpdateUserInput
*/
lastLoginIp?: string | null;
/**
*
*
* @type {string}
* @memberof UpdateUserInput
*/
lastLoginAddress?: string | null;
/**
*
*
* @type {Date}
* @memberof UpdateUserInput
*/
lastLoginTime?: Date | null;
/**
*
*
* @type {string}
* @memberof UpdateUserInput
*/
lastLoginDevice?: string | null;
/**
*
*
* @type {string}
* @memberof UpdateUserInput
*/
signature?: string | null;
2024-09-04 01:57:09 +08:00
/**
* Token版本号
*
* @type {number}
* @memberof UpdateUserInput
*/
tokenVersion?: number;
/**
*
*
* @type {Date}
* @memberof UpdateUserInput
*/
lastChangePasswordTime?: Date | null;
2024-06-15 13:02:35 +08:00
/**
*
*
* @type {string}
* @memberof UpdateUserInput
*/
account: string;
/**
*
*
* @type {string}
* @memberof UpdateUserInput
*/
realName: string;
/**
*
*
* @type {string}
* @memberof UpdateUserInput
*/
domainAccount?: string | null;
/**
*
*
* @type {Array<number>}
* @memberof UpdateUserInput
*/
roleIdList?: Array<number> | null;
/**
*
*
* @type {Array<SysUserExtOrg>}
* @memberof UpdateUserInput
*/
extOrgIdList?: Array<SysUserExtOrg> | null;
}