😎更新前端请求文件

This commit is contained in:
zuohuaijun 2024-09-05 13:26:43 +08:00
parent d17e26aa26
commit b9480e34db
60 changed files with 65 additions and 65 deletions

View File

@ -83,7 +83,7 @@ export interface AddConfigInput {
* @type {boolean} * @type {boolean}
* @memberof AddConfigInput * @memberof AddConfigInput
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* *

View File

@ -83,7 +83,7 @@ export interface AddDictDataInput {
* @type {boolean} * @type {boolean}
* @memberof AddDictDataInput * @memberof AddDictDataInput
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -84,7 +84,7 @@ export interface AddDictTypeInput {
* @type {boolean} * @type {boolean}
* @memberof AddDictTypeInput * @memberof AddDictTypeInput
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* *

View File

@ -85,7 +85,7 @@ export interface AddMenuInput {
* @type {boolean} * @type {boolean}
* @memberof AddMenuInput * @memberof AddMenuInput
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -84,7 +84,7 @@ export interface AddNoticeInput {
* @type {boolean} * @type {boolean}
* @memberof AddNoticeInput * @memberof AddNoticeInput
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* *

View File

@ -83,7 +83,7 @@ export interface AddOpenAccessInput {
* @type {boolean} * @type {boolean}
* @memberof AddOpenAccessInput * @memberof AddOpenAccessInput
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -84,7 +84,7 @@ export interface AddOrgInput {
* @type {boolean} * @type {boolean}
* @memberof AddOrgInput * @memberof AddOrgInput
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -83,7 +83,7 @@ export interface AddPluginInput {
* @type {boolean} * @type {boolean}
* @memberof AddPluginInput * @memberof AddPluginInput
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -83,7 +83,7 @@ export interface AddPosInput {
* @type {boolean} * @type {boolean}
* @memberof AddPosInput * @memberof AddPosInput
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -84,7 +84,7 @@ export interface AddPrintInput {
* @type {boolean} * @type {boolean}
* @memberof AddPrintInput * @memberof AddPrintInput
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -85,7 +85,7 @@ export interface AddRoleInput {
* @type {boolean} * @type {boolean}
* @memberof AddRoleInput * @memberof AddRoleInput
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -83,7 +83,7 @@ export interface AddScheduleInput {
* @type {boolean} * @type {boolean}
* @memberof AddScheduleInput * @memberof AddScheduleInput
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -83,7 +83,7 @@ export interface AddSysLdapInput {
* @type {boolean} * @type {boolean}
* @memberof AddSysLdapInput * @memberof AddSysLdapInput
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -85,7 +85,7 @@ export interface AddTenantInput {
* @type {boolean} * @type {boolean}
* @memberof AddTenantInput * @memberof AddTenantInput
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -89,7 +89,7 @@ export interface AddUserInput {
* @type {boolean} * @type {boolean}
* @memberof AddUserInput * @memberof AddUserInput
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -30,12 +30,6 @@ export interface MemberInfo {
*/ */
memberType?: MemberTypes; memberType?: MemberTypes;
/**
* @type {string}
* @memberof MemberInfo
*/
name?: string | null;
/** /**
* @type {Type} * @type {Type}
* @memberof MemberInfo * @memberof MemberInfo
@ -48,6 +42,12 @@ export interface MemberInfo {
*/ */
reflectedType?: Type; reflectedType?: Type;
/**
* @type {string}
* @memberof MemberInfo
*/
name?: string | null;
/** /**
* @type {Module} * @type {Module}
* @memberof MemberInfo * @memberof MemberInfo

View File

@ -83,7 +83,7 @@ export interface OAuthUserOutput {
* @type {boolean} * @type {boolean}
* @memberof OAuthUserOutput * @memberof OAuthUserOutput
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -83,7 +83,7 @@ export interface OpenAccessOutput {
* @type {boolean} * @type {boolean}
* @memberof OpenAccessOutput * @memberof OpenAccessOutput
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* *

View File

@ -83,7 +83,7 @@ export interface PagePosOutput {
* @type {boolean} * @type {boolean}
* @memberof PagePosOutput * @memberof PagePosOutput
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -85,7 +85,7 @@ export interface PageRoleOutput {
* @type {boolean} * @type {boolean}
* @memberof PageRoleOutput * @memberof PageRoleOutput
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -83,7 +83,7 @@ export interface PosOutput {
* @type {boolean} * @type {boolean}
* @memberof PosOutput * @memberof PosOutput
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -82,7 +82,7 @@ export interface SysCodeGenConfig {
* @type {boolean} * @type {boolean}
* @memberof SysCodeGenConfig * @memberof SysCodeGenConfig
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -84,7 +84,7 @@ export interface SysCodeGenTemplate {
* @type {boolean} * @type {boolean}
* @memberof SysCodeGenTemplate * @memberof SysCodeGenTemplate
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* *

View File

@ -83,7 +83,7 @@ export interface SysCodeGen {
* @type {boolean} * @type {boolean}
* @memberof SysCodeGen * @memberof SysCodeGen
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* *

View File

@ -83,7 +83,7 @@ export interface SysConfig {
* @type {boolean} * @type {boolean}
* @memberof SysConfig * @memberof SysConfig
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* *

View File

@ -83,7 +83,7 @@ export interface SysDictData {
* @type {boolean} * @type {boolean}
* @memberof SysDictData * @memberof SysDictData
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -84,7 +84,7 @@ export interface SysDictType {
* @type {boolean} * @type {boolean}
* @memberof SysDictType * @memberof SysDictType
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* *

View File

@ -82,7 +82,7 @@ export interface SysFile {
* @type {boolean} * @type {boolean}
* @memberof SysFile * @memberof SysFile
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -83,7 +83,7 @@ export interface SysLdap {
* @type {boolean} * @type {boolean}
* @memberof SysLdap * @memberof SysLdap
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -82,7 +82,7 @@ export interface SysLogDiff {
* @type {boolean} * @type {boolean}
* @memberof SysLogDiff * @memberof SysLogDiff
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* *

View File

@ -83,7 +83,7 @@ export interface SysLogEx {
* @type {boolean} * @type {boolean}
* @memberof SysLogEx * @memberof SysLogEx
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -83,7 +83,7 @@ export interface SysLogOp {
* @type {boolean} * @type {boolean}
* @memberof SysLogOp * @memberof SysLogOp
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -83,7 +83,7 @@ export interface SysLogVis {
* @type {boolean} * @type {boolean}
* @memberof SysLogVis * @memberof SysLogVis
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -85,7 +85,7 @@ export interface SysMenu {
* @type {boolean} * @type {boolean}
* @memberof SysMenu * @memberof SysMenu
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -84,7 +84,7 @@ export interface SysNotice {
* @type {boolean} * @type {boolean}
* @memberof SysNotice * @memberof SysNotice
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* *

View File

@ -83,7 +83,7 @@ export interface SysOAuthUser {
* @type {boolean} * @type {boolean}
* @memberof SysOAuthUser * @memberof SysOAuthUser
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -84,7 +84,7 @@ export interface SysOrg {
* @type {boolean} * @type {boolean}
* @memberof SysOrg * @memberof SysOrg
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -83,7 +83,7 @@ export interface SysPlugin {
* @type {boolean} * @type {boolean}
* @memberof SysPlugin * @memberof SysPlugin
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -84,7 +84,7 @@ export interface SysPrint {
* @type {boolean} * @type {boolean}
* @memberof SysPrint * @memberof SysPrint
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -83,7 +83,7 @@ export interface SysSchedule {
* @type {boolean} * @type {boolean}
* @memberof SysSchedule * @memberof SysSchedule
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -88,7 +88,7 @@ export interface SysUser {
* @type {boolean} * @type {boolean}
* @memberof SysUser * @memberof SysUser
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -82,7 +82,7 @@ export interface SysWechatPay {
* @type {boolean} * @type {boolean}
* @memberof SysWechatPay * @memberof SysWechatPay
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* *

View File

@ -82,7 +82,7 @@ export interface SysWechatRefund {
* @type {boolean} * @type {boolean}
* @memberof SysWechatRefund * @memberof SysWechatRefund
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* () * ()

View File

@ -85,7 +85,7 @@ export interface TenantOutput {
* @type {boolean} * @type {boolean}
* @memberof TenantOutput * @memberof TenantOutput
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -83,7 +83,7 @@ export interface UpdateConfigInput {
* @type {boolean} * @type {boolean}
* @memberof UpdateConfigInput * @memberof UpdateConfigInput
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* *

View File

@ -83,7 +83,7 @@ export interface UpdateDictDataInput {
* @type {boolean} * @type {boolean}
* @memberof UpdateDictDataInput * @memberof UpdateDictDataInput
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -84,7 +84,7 @@ export interface UpdateDictTypeInput {
* @type {boolean} * @type {boolean}
* @memberof UpdateDictTypeInput * @memberof UpdateDictTypeInput
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* *

View File

@ -85,7 +85,7 @@ export interface UpdateMenuInput {
* @type {boolean} * @type {boolean}
* @memberof UpdateMenuInput * @memberof UpdateMenuInput
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -84,7 +84,7 @@ export interface UpdateNoticeInput {
* @type {boolean} * @type {boolean}
* @memberof UpdateNoticeInput * @memberof UpdateNoticeInput
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* *

View File

@ -83,7 +83,7 @@ export interface UpdateOpenAccessInput {
* @type {boolean} * @type {boolean}
* @memberof UpdateOpenAccessInput * @memberof UpdateOpenAccessInput
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -84,7 +84,7 @@ export interface UpdateOrgInput {
* @type {boolean} * @type {boolean}
* @memberof UpdateOrgInput * @memberof UpdateOrgInput
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -83,7 +83,7 @@ export interface UpdatePluginInput {
* @type {boolean} * @type {boolean}
* @memberof UpdatePluginInput * @memberof UpdatePluginInput
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -83,7 +83,7 @@ export interface UpdatePosInput {
* @type {boolean} * @type {boolean}
* @memberof UpdatePosInput * @memberof UpdatePosInput
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -84,7 +84,7 @@ export interface UpdatePrintInput {
* @type {boolean} * @type {boolean}
* @memberof UpdatePrintInput * @memberof UpdatePrintInput
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -85,7 +85,7 @@ export interface UpdateRoleInput {
* @type {boolean} * @type {boolean}
* @memberof UpdateRoleInput * @memberof UpdateRoleInput
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -83,7 +83,7 @@ export interface UpdateScheduleInput {
* @type {boolean} * @type {boolean}
* @memberof UpdateScheduleInput * @memberof UpdateScheduleInput
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -83,7 +83,7 @@ export interface UpdateSysLdapInput {
* @type {boolean} * @type {boolean}
* @memberof UpdateSysLdapInput * @memberof UpdateSysLdapInput
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -85,7 +85,7 @@ export interface UpdateTenantInput {
* @type {boolean} * @type {boolean}
* @memberof UpdateTenantInput * @memberof UpdateTenantInput
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -89,7 +89,7 @@ export interface UpdateUserInput {
* @type {boolean} * @type {boolean}
* @memberof UpdateUserInput * @memberof UpdateUserInput
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id

View File

@ -88,7 +88,7 @@ export interface UserOutput {
* @type {boolean} * @type {boolean}
* @memberof UserOutput * @memberof UserOutput
*/ */
isDelete?: boolean; isDelete?: boolean | null;
/** /**
* Id * Id