😎更新前端请求文件

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}
* @memberof AddConfigInput
*/
isDelete?: boolean;
isDelete?: boolean | null;
/**
*

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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