| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437 |
- /* tslint:disable */
- /* eslint-disable */
- /**
- * Admin.NET 通用权限开发平台
- * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
- *
- * OpenAPI spec version: 1.0.0
- * Contact: 515096995@qq.com
- *
- * 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';
- import {
- AccountTypeEnum,CardTypeEnum,CultureLevelEnum,GenderEnum,StatusEnum,SysOrg,SysUserExtOrg,
- } from ".";
- /**
- *
- *
- * @export
- * @interface UpdateUserInput
- */
- export interface UpdateUserInput {
- /**
- * 雪花Id
- *
- * @type {number}
- * @memberof UpdateUserInput
- */
- id?: number;
- /**
- * 创建时间
- *
- * @type {Date}
- * @memberof UpdateUserInput
- */
- createTime?: Date | null;
- /**
- * 更新时间
- *
- * @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;
- /**
- * 租户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;
- /**
- * 账号
- *
- * @type {string}
- * @memberof UpdateUserInput
- */
- account: string;
- /**
- * 真实姓名
- *
- * @type {string}
- * @memberof UpdateUserInput
- */
- realName: string;
- /**
- * 角色集合
- *
- * @type {Array<number>}
- * @memberof UpdateUserInput
- */
- roleIdList?: Array<number> | null;
- /**
- * 扩展机构集合
- *
- * @type {Array<SysUserExtOrg>}
- * @memberof UpdateUserInput
- */
- extOrgIdList?: Array<SysUserExtOrg> | null;
- }
|