| | |
| | | extraProperties?: Record<string, any>; |
| | | } |
| | | |
| | | interface APIdeleteBackClientUserParams { |
| | | /** 用户Id */ |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIdeleteDefaultConnectionStringParams { |
| | | id?: string; |
| | | } |
| | |
| | | } |
| | | |
| | | interface APIdeleteRoleParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIdeleteRoleParams { |
| | | /** 角色Id */ |
| | | id?: string; |
| | | } |
| | | |
| | |
| | | |
| | | interface APIgetFirstCurrentUserModuleListCacheByModuleIdParams { |
| | | moduleId?: string; |
| | | } |
| | | |
| | | interface APIgetIntroInfoParams { |
| | | type?: LifePayOrderTypeEnum; |
| | | } |
| | | |
| | | interface APIgetLifePayChannlesDtoParams { |
| | |
| | | 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; |
| | | channlesNum?: string; |
| | | channlesRate?: number; |
| | | channlesRakeRate?: number; |
| | | switchType?: LifePaySwitchTypeEnum; |
| | | status?: LifePayChannelsStatsEnum; |
| | | channlesType?: LifePayChannlesTypeEnum; |
| | |
| | | |
| | | 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 GetOperateHistoryInput { |
| | | pageModel?: Pagination; |
| | | relationId?: string; |
| | | operateName?: string; |
| | | } |
| | | |
| | | interface GetPayOrderForJsAPIInput { |
| | |
| | | interface GetPermissionListResultDto { |
| | | entityDisplayName?: string; |
| | | groups?: PermissionGroupDto[]; |
| | | } |
| | | |
| | | interface GetRolesInput { |
| | | pageModel?: Pagination; |
| | | /** 查询条件:角色名称 */ |
| | | queryCondition?: string; |
| | | } |
| | | |
| | | interface IanaTimeZone { |
| | |
| | | roleNames: string[]; |
| | | } |
| | | |
| | | type IntroInfoTypeEnum = 0 | 1 | 2 | 3 | 4; |
| | | |
| | | interface IStringValueType { |
| | | name?: string; |
| | | properties?: Record<string, any>; |
| | |
| | | |
| | | type LifePayChannlesTypeEnum = 10 | 20; |
| | | |
| | | interface LifePayIntroInfoDetail { |
| | | type?: IntroInfoTypeEnum; |
| | | /** 摘要 */ |
| | | contentSummary?: string; |
| | | /** 文本内容 */ |
| | | content?: string; |
| | | /** 图片/视频路径 */ |
| | | path?: string; |
| | | /** 排序 */ |
| | | sequence?: number; |
| | | } |
| | | |
| | | interface LifePayIntroInfoInput { |
| | | lifePayType?: LifePayOrderTypeEnum; |
| | | /** 更新内容 */ |
| | | data?: LifePayIntroInfoDetail[]; |
| | | } |
| | | |
| | | interface LifePayIntroInfoOutput { |
| | | type?: IntroInfoTypeEnum; |
| | | lifePayType?: LifePayOrderTypeEnum; |
| | | /** 摘要 */ |
| | | contentSummary?: string; |
| | | /** 文本内容 */ |
| | | content?: string; |
| | | /** 图片/视频路径 */ |
| | | path?: string; |
| | | /** 排序 */ |
| | | sequence?: number; |
| | | } |
| | | |
| | | interface LifePayOrderListOutput { |
| | | id?: string; |
| | | userId?: string; |
| | |
| | | phoneNumber: string; |
| | | } |
| | | |
| | | interface LifePayPremiumInput { |
| | | premiumType?: LifePayTypeEnum; |
| | | rate?: number; |
| | | id?: string; |
| | | } |
| | | |
| | | interface LifePayPremiumListOutput { |
| | | premiumType?: LifePayTypeEnum; |
| | | rate?: number; |
| | | id?: string; |
| | | } |
| | | |
| | | interface LifePayRateInput { |
| | | rateType?: LifePayRateTypeEnum; |
| | | rate?: number; |
| | |
| | | interface LocalizableStringDto { |
| | | name?: string; |
| | | resource?: string; |
| | | } |
| | | |
| | | interface LogErrorInput { |
| | | error?: string; |
| | | } |
| | | |
| | | interface MethodParameterApiDescriptionModel { |
| | |
| | | modules?: Record<string, any>; |
| | | enums?: Record<string, any>; |
| | | } |
| | | |
| | | interface OperateHistoryDto { |
| | | /** 关联关系ID */ |
| | | relationId?: string; |
| | | /** 表名 */ |
| | | tableType?: number; |
| | | /** 操作 */ |
| | | operateName?: string; |
| | | /** 操作内容 */ |
| | | operateContent?: string; |
| | | /** 操作人 */ |
| | | creatorName?: string; |
| | | /** 操作时间 */ |
| | | creationTime?: string; |
| | | /** 操作细节 */ |
| | | operateDetail?: string; |
| | | } |
| | | |
| | | interface OperateHistoryDtoPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: OperateHistoryDto[]; |
| | | } |
| | | |
| | | type OperateHistoryTypeEnum = |
| | | | 10 |
| | | | 11 |
| | | | 12 |
| | | | 13 |
| | | | 14 |
| | | | 15 |
| | | | 16 |
| | | | 17 |
| | | | 18 |
| | | | 19 |
| | | | 20 |
| | | | 21 |
| | | | 22 |
| | | | 23 |
| | | | 24 |
| | | | 25 |
| | | | 26 |
| | | | 27 |
| | | | 28 |
| | | | 29 |
| | | | 30 |
| | | | 31 |
| | | | 32 |
| | | | 40 |
| | | | 42; |
| | | |
| | | interface OrderInput { |
| | | property?: string; |
| | |
| | | keyWords?: string; |
| | | } |
| | | |
| | | interface QueryOperateHistoryByTypeInput { |
| | | pageModel?: Pagination; |
| | | typeId?: string; |
| | | operateHistoryType?: OperateHistoryTypeEnum; |
| | | } |
| | | |
| | | interface QueryUserAccountAllListInput { |
| | | pageModel?: Pagination; |
| | | checkChannelId?: string; |
| | |
| | | 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; |