| | |
| | | extraProperties?: Record<string, any>; |
| | | } |
| | | |
| | | interface APIdeleteBackClientUserParams { |
| | | /** 用户Id */ |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIdeleteDefaultConnectionStringParams { |
| | | id?: string; |
| | | } |
| | |
| | | } |
| | | |
| | | interface APIdeleteRoleParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIdeleteRoleParams { |
| | | /** 角色Id */ |
| | | id?: string; |
| | | } |
| | | |
| | |
| | | type?: string; |
| | | } |
| | | |
| | | interface CreateBackClientUserInput { |
| | | /** 名称 */ |
| | | name?: string; |
| | | /** 手机号 */ |
| | | phoneNumber?: string; |
| | | /** 账户 */ |
| | | userName?: string; |
| | | remark?: string; |
| | | /** 角色 */ |
| | | roleNames?: string[]; |
| | | /** 组织架构公司id */ |
| | | companyOrgId?: string; |
| | | /** 组织架构部门id */ |
| | | departmentOrgId?: string; |
| | | } |
| | | |
| | | interface CreateBaseRoleInput { |
| | | /** 名称 */ |
| | | name?: string; |
| | | /** 排序 */ |
| | | sequence?: number; |
| | | /** 部门Id */ |
| | | departmentId?: number; |
| | | /** 数据范围 全部数据100 个人数据 10 */ |
| | | dataRange?: number; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | } |
| | | |
| | | interface CreateEditPayChannelsInput { |
| | | id?: string; |
| | | channlesName?: string; |
| | |
| | | |
| | | interface CreateLifePayOrderOutput { |
| | | orderNo?: string; |
| | | } |
| | | |
| | | interface CreateOrUpdateRoleInput { |
| | | /** 名称 */ |
| | | name?: string; |
| | | /** 排序 */ |
| | | sequence?: number; |
| | | /** 部门Id */ |
| | | departmentId?: number; |
| | | /** 数据范围 全部数据100 个人数据 10 */ |
| | | dataRange?: number; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | /** 角色Id */ |
| | | id?: string; |
| | | } |
| | | |
| | | interface CurrentCultureDto { |
| | |
| | | parentCode?: number; |
| | | } |
| | | |
| | | interface GetBackClientUsersInput { |
| | | pageModel?: Pagination; |
| | | /** 账户是否锁住(是否禁用) */ |
| | | isLocked?: boolean; |
| | | /** 查询条件:名称/账号 */ |
| | | queryCondition?: string; |
| | | } |
| | | |
| | | interface GetFeatureListResultDto { |
| | | groups?: FeatureGroupDto[]; |
| | | } |
| | |
| | | interface GetPermissionListResultDto { |
| | | entityDisplayName?: string; |
| | | groups?: PermissionGroupDto[]; |
| | | } |
| | | |
| | | interface GetRolesInput { |
| | | pageModel?: Pagination; |
| | | /** 查询条件:角色名称 */ |
| | | queryCondition?: string; |
| | | } |
| | | |
| | | interface IanaTimeZone { |
| | |
| | | typeSimple?: string; |
| | | } |
| | | |
| | | interface RoleDto { |
| | | /** 角色Id */ |
| | | id?: string; |
| | | /** 角色名 */ |
| | | name?: string; |
| | | } |
| | | |
| | | interface RoleEnableOrForbidInput { |
| | | /** 角色Id */ |
| | | id?: string; |
| | | /** 启用:true,禁用:false */ |
| | | isEnable?: boolean; |
| | | } |
| | | |
| | | interface RoleInfo { |
| | | /** 角色Id */ |
| | | id?: string; |
| | | /** 名称 */ |
| | | name?: string; |
| | | /** 排序 */ |
| | | sequence?: number; |
| | | /** 是否可用 */ |
| | | isEnable?: boolean; |
| | | /** 部门Id */ |
| | | departmentId?: number; |
| | | /** 数据范围 全部数据:100 个人数据:10 */ |
| | | dataRange?: number; |
| | | /** 账号数量 */ |
| | | userCount?: number; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | } |
| | | |
| | | interface RoleInfoPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: RoleInfo[]; |
| | | } |
| | | |
| | | interface SendPasswordResetCodeDto { |
| | | email: string; |
| | | appName: string; |
| | |
| | | enumValues?: any[]; |
| | | genericArguments?: string[]; |
| | | properties?: PropertyApiDescriptionModel[]; |
| | | } |
| | | |
| | | interface UpdateBackClientUserInput { |
| | | /** 名称 */ |
| | | name?: string; |
| | | /** 手机号 */ |
| | | phoneNumber?: string; |
| | | /** 账户 */ |
| | | userName?: string; |
| | | remark?: string; |
| | | /** 角色 */ |
| | | roleNames?: string[]; |
| | | /** 组织架构公司id */ |
| | | companyOrgId?: string; |
| | | /** 组织架构部门id */ |
| | | departmentOrgId?: string; |
| | | /** 用户Id */ |
| | | id?: string; |
| | | } |
| | | |
| | | interface UpdateFeatureDto { |
| | |
| | | items?: UserData[]; |
| | | } |
| | | |
| | | interface UserDto { |
| | | /** 用户Id */ |
| | | id?: string; |
| | | /** 登录用户名(账号) */ |
| | | userName?: string; |
| | | /** 名称 */ |
| | | name?: string; |
| | | /** 用户手机号 */ |
| | | phoneNumber?: string; |
| | | /** 账户是否锁住(是否禁用) */ |
| | | isLocked?: boolean; |
| | | /** 角色信息 */ |
| | | roles?: RoleDto[]; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | /** 组织架构公司id */ |
| | | companyOrgId?: string; |
| | | /** 组织架构部门id */ |
| | | departmentOrgId?: string; |
| | | } |
| | | |
| | | interface UserDtoPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: UserDto[]; |
| | | } |
| | | |
| | | interface UserLifePayOrderOutput { |
| | | id?: string; |
| | | lifePayType?: LifePayTypeEnum; |