重构设备操作界面
This commit is contained in:
parent
f208976dd8
commit
2ff8a447cf
@ -750,6 +750,10 @@ export const CTWingAccountListInputSchema = {
|
|||||||
</example>`,
|
</example>`,
|
||||||
nullable: true
|
nullable: true
|
||||||
},
|
},
|
||||||
|
isPage: {
|
||||||
|
type: 'boolean',
|
||||||
|
description: '是否分页'
|
||||||
|
},
|
||||||
phoneNumber: {
|
phoneNumber: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
description: '手机号码',
|
description: '手机号码',
|
||||||
@ -1091,6 +1095,10 @@ export const CTWingPrivateProductInfoListInputSchema = {
|
|||||||
</example>`,
|
</example>`,
|
||||||
nullable: true
|
nullable: true
|
||||||
},
|
},
|
||||||
|
isPage: {
|
||||||
|
type: 'boolean',
|
||||||
|
description: '是否分页'
|
||||||
|
},
|
||||||
ctWingAccountId: {
|
ctWingAccountId: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
description: 'CTWing账户Id',
|
description: 'CTWing账户Id',
|
||||||
@ -2238,6 +2246,10 @@ export const DeviceTableModelDataInfoPageInputSchema = {
|
|||||||
</example>`,
|
</example>`,
|
||||||
nullable: true
|
nullable: true
|
||||||
},
|
},
|
||||||
|
isPage: {
|
||||||
|
type: 'boolean',
|
||||||
|
description: '是否分页'
|
||||||
|
},
|
||||||
ioTDataType: {
|
ioTDataType: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
description: `数据类型,用于构建存储路径
|
description: `数据类型,用于构建存储路径
|
||||||
@ -2528,6 +2540,10 @@ export const DeviceThingModelCommandInfoPageInputSchema = {
|
|||||||
</example>`,
|
</example>`,
|
||||||
nullable: true
|
nullable: true
|
||||||
},
|
},
|
||||||
|
isPage: {
|
||||||
|
type: 'boolean',
|
||||||
|
description: '是否分页'
|
||||||
|
},
|
||||||
deviceThingModelId: {
|
deviceThingModelId: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
description: '设备端物模型Id',
|
description: '设备端物模型Id',
|
||||||
@ -2550,10 +2566,6 @@ export const DeviceThingModelCommandInfoPageInputSchema = {
|
|||||||
type: 'string',
|
type: 'string',
|
||||||
description: '物联网平台中对应产品物模型属性或者事件类型 JiShe.ServicePro.Core.DataDictionaryTypeConst',
|
description: '物联网平台中对应产品物模型属性或者事件类型 JiShe.ServicePro.Core.DataDictionaryTypeConst',
|
||||||
nullable: true
|
nullable: true
|
||||||
},
|
|
||||||
isPage: {
|
|
||||||
type: 'boolean',
|
|
||||||
description: '是否分页'
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
additionalProperties: false,
|
additionalProperties: false,
|
||||||
@ -2793,6 +2805,10 @@ export const DeviceThingModelPageInputSchema = {
|
|||||||
</example>`,
|
</example>`,
|
||||||
nullable: true
|
nullable: true
|
||||||
},
|
},
|
||||||
|
isPage: {
|
||||||
|
type: 'boolean',
|
||||||
|
description: '是否分页'
|
||||||
|
},
|
||||||
ioTPlatform: {
|
ioTPlatform: {
|
||||||
'$ref': '#/components/schemas/IoTPlatformTypeEnum'
|
'$ref': '#/components/schemas/IoTPlatformTypeEnum'
|
||||||
},
|
},
|
||||||
@ -2810,10 +2826,6 @@ export const DeviceThingModelPageInputSchema = {
|
|||||||
type: 'string',
|
type: 'string',
|
||||||
description: '物联网平台中对应产品物模型属性或者事件类型 JiShe.ServicePro.Core.DataDictionaryTypeConst',
|
description: '物联网平台中对应产品物模型属性或者事件类型 JiShe.ServicePro.Core.DataDictionaryTypeConst',
|
||||||
nullable: true
|
nullable: true
|
||||||
},
|
|
||||||
isPage: {
|
|
||||||
type: 'boolean',
|
|
||||||
description: '是否分页'
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
@ -3070,6 +3082,10 @@ export const DeviceThingModelPropertyPageInputSchema = {
|
|||||||
</example>`,
|
</example>`,
|
||||||
nullable: true
|
nullable: true
|
||||||
},
|
},
|
||||||
|
isPage: {
|
||||||
|
type: 'boolean',
|
||||||
|
description: '是否分页'
|
||||||
|
},
|
||||||
deviceThingModelId: {
|
deviceThingModelId: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
description: '设备端物模型Id',
|
description: '设备端物模型Id',
|
||||||
@ -3092,10 +3108,6 @@ export const DeviceThingModelPropertyPageInputSchema = {
|
|||||||
type: 'string',
|
type: 'string',
|
||||||
description: '物联网平台中对应产品物模型属性或者事件类型 JiShe.ServicePro.Core.DataDictionaryTypeConst',
|
description: '物联网平台中对应产品物模型属性或者事件类型 JiShe.ServicePro.Core.DataDictionaryTypeConst',
|
||||||
nullable: true
|
nullable: true
|
||||||
},
|
|
||||||
isPage: {
|
|
||||||
type: 'boolean',
|
|
||||||
description: '是否分页'
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
additionalProperties: false,
|
additionalProperties: false,
|
||||||
@ -3236,6 +3248,10 @@ export const DeviceTreeModelDataInfoInputSchema = {
|
|||||||
</example>`,
|
</example>`,
|
||||||
nullable: true
|
nullable: true
|
||||||
},
|
},
|
||||||
|
isPage: {
|
||||||
|
type: 'boolean',
|
||||||
|
description: '是否分页'
|
||||||
|
},
|
||||||
ioTDataType: {
|
ioTDataType: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
description: `数据类型,用于构建存储路径
|
description: `数据类型,用于构建存储路径
|
||||||
@ -4431,6 +4447,10 @@ export const GetOrganizationUnitRoleInputSchema = {
|
|||||||
</example>`,
|
</example>`,
|
||||||
nullable: true
|
nullable: true
|
||||||
},
|
},
|
||||||
|
isPage: {
|
||||||
|
type: 'boolean',
|
||||||
|
description: '是否分页'
|
||||||
|
},
|
||||||
organizationUnitId: {
|
organizationUnitId: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
format: 'uuid'
|
format: 'uuid'
|
||||||
@ -4499,6 +4519,10 @@ export const GetOrganizationUnitUserInputSchema = {
|
|||||||
</example>`,
|
</example>`,
|
||||||
nullable: true
|
nullable: true
|
||||||
},
|
},
|
||||||
|
isPage: {
|
||||||
|
type: 'boolean',
|
||||||
|
description: '是否分页'
|
||||||
|
},
|
||||||
organizationUnitId: {
|
organizationUnitId: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
format: 'uuid'
|
format: 'uuid'
|
||||||
@ -4608,6 +4632,10 @@ export const GetUnAddRoleInputSchema = {
|
|||||||
</example>`,
|
</example>`,
|
||||||
nullable: true
|
nullable: true
|
||||||
},
|
},
|
||||||
|
isPage: {
|
||||||
|
type: 'boolean',
|
||||||
|
description: '是否分页'
|
||||||
|
},
|
||||||
organizationUnitId: {
|
organizationUnitId: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
format: 'uuid'
|
format: 'uuid'
|
||||||
@ -4680,6 +4708,10 @@ export const GetUnAddUserInputSchema = {
|
|||||||
</example>`,
|
</example>`,
|
||||||
nullable: true
|
nullable: true
|
||||||
},
|
},
|
||||||
|
isPage: {
|
||||||
|
type: 'boolean',
|
||||||
|
description: '是否分页'
|
||||||
|
},
|
||||||
organizationUnitId: {
|
organizationUnitId: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
format: 'uuid'
|
format: 'uuid'
|
||||||
@ -5576,6 +5608,10 @@ export const IoTPlatformThingModelPageInputSchema = {
|
|||||||
</example>`,
|
</example>`,
|
||||||
nullable: true
|
nullable: true
|
||||||
},
|
},
|
||||||
|
isPage: {
|
||||||
|
type: 'boolean',
|
||||||
|
description: '是否分页'
|
||||||
|
},
|
||||||
ioTPlatform: {
|
ioTPlatform: {
|
||||||
'$ref': '#/components/schemas/IoTPlatformTypeEnum'
|
'$ref': '#/components/schemas/IoTPlatformTypeEnum'
|
||||||
},
|
},
|
||||||
@ -5899,6 +5935,10 @@ export const MeterReadingPacketInfoPageInputSchema = {
|
|||||||
</example>`,
|
</example>`,
|
||||||
nullable: true
|
nullable: true
|
||||||
},
|
},
|
||||||
|
isPage: {
|
||||||
|
type: 'boolean',
|
||||||
|
description: '是否分页'
|
||||||
|
},
|
||||||
ioTDataType: {
|
ioTDataType: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
description: `数据类型,用于构建存储路径
|
description: `数据类型,用于构建存储路径
|
||||||
@ -6704,6 +6744,10 @@ export const OneNetAccountListInputSchema = {
|
|||||||
</example>`,
|
</example>`,
|
||||||
nullable: true
|
nullable: true
|
||||||
},
|
},
|
||||||
|
isPage: {
|
||||||
|
type: 'boolean',
|
||||||
|
description: '是否分页'
|
||||||
|
},
|
||||||
phoneNumber: {
|
phoneNumber: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
description: '手机号码',
|
description: '手机号码',
|
||||||
@ -6817,6 +6861,10 @@ export const OneNetProductInfoListInputSchema = {
|
|||||||
</example>`,
|
</example>`,
|
||||||
nullable: true
|
nullable: true
|
||||||
},
|
},
|
||||||
|
isPage: {
|
||||||
|
type: 'boolean',
|
||||||
|
description: '是否分页'
|
||||||
|
},
|
||||||
oneNETAccountId: {
|
oneNETAccountId: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
description: 'OneNET账户Id',
|
description: 'OneNET账户Id',
|
||||||
@ -6948,6 +6996,10 @@ export const PageDeviceInputSchema = {
|
|||||||
</example>`,
|
</example>`,
|
||||||
nullable: true
|
nullable: true
|
||||||
},
|
},
|
||||||
|
isPage: {
|
||||||
|
type: 'boolean',
|
||||||
|
description: '是否分页'
|
||||||
|
},
|
||||||
deviceAddress: {
|
deviceAddress: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
description: '设备地址',
|
description: '设备地址',
|
||||||
@ -7002,6 +7054,10 @@ export const PageFileObjectInputSchema = {
|
|||||||
</example>`,
|
</example>`,
|
||||||
nullable: true
|
nullable: true
|
||||||
},
|
},
|
||||||
|
isPage: {
|
||||||
|
type: 'boolean',
|
||||||
|
description: '是否分页'
|
||||||
|
},
|
||||||
startCreationTime: {
|
startCreationTime: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
description: '开始创建时间',
|
description: '开始创建时间',
|
||||||
@ -7237,6 +7293,10 @@ export const PageLanguageInputSchema = {
|
|||||||
</example>`,
|
</example>`,
|
||||||
nullable: true
|
nullable: true
|
||||||
},
|
},
|
||||||
|
isPage: {
|
||||||
|
type: 'boolean',
|
||||||
|
description: '是否分页'
|
||||||
|
},
|
||||||
filter: {
|
filter: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
nullable: true
|
nullable: true
|
||||||
@ -7337,6 +7397,10 @@ export const PageLanguageTextInputSchema = {
|
|||||||
</example>`,
|
</example>`,
|
||||||
nullable: true
|
nullable: true
|
||||||
},
|
},
|
||||||
|
isPage: {
|
||||||
|
type: 'boolean',
|
||||||
|
description: '是否分页'
|
||||||
|
},
|
||||||
cultureName: {
|
cultureName: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
description: '语言',
|
description: '语言',
|
||||||
@ -7425,6 +7489,10 @@ export const PageMenuInputSchema = {
|
|||||||
</example>`,
|
</example>`,
|
||||||
nullable: true
|
nullable: true
|
||||||
},
|
},
|
||||||
|
isPage: {
|
||||||
|
type: 'boolean',
|
||||||
|
description: '是否分页'
|
||||||
|
},
|
||||||
startCreationTime: {
|
startCreationTime: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
description: '开始创建时间',
|
description: '开始创建时间',
|
||||||
@ -7650,6 +7718,10 @@ export const PageTextTemplateInputSchema = {
|
|||||||
</example>`,
|
</example>`,
|
||||||
nullable: true
|
nullable: true
|
||||||
},
|
},
|
||||||
|
isPage: {
|
||||||
|
type: 'boolean',
|
||||||
|
description: '是否分页'
|
||||||
|
},
|
||||||
name: {
|
name: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
description: '名称',
|
description: '名称',
|
||||||
@ -7810,6 +7882,10 @@ export const PagingAuditLogInputSchema = {
|
|||||||
</example>`,
|
</example>`,
|
||||||
nullable: true
|
nullable: true
|
||||||
},
|
},
|
||||||
|
isPage: {
|
||||||
|
type: 'boolean',
|
||||||
|
description: '是否分页'
|
||||||
|
},
|
||||||
startTime: {
|
startTime: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
description: '开始时间',
|
description: '开始时间',
|
||||||
@ -8029,6 +8105,10 @@ export const PagingDataDictionaryDetailInputSchema = {
|
|||||||
</example>`,
|
</example>`,
|
||||||
nullable: true
|
nullable: true
|
||||||
},
|
},
|
||||||
|
isPage: {
|
||||||
|
type: 'boolean',
|
||||||
|
description: '是否分页'
|
||||||
|
},
|
||||||
dataDictionaryId: {
|
dataDictionaryId: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
format: 'uuid'
|
format: 'uuid'
|
||||||
@ -8131,6 +8211,10 @@ export const PagingDataDictionaryInputSchema = {
|
|||||||
</example>`,
|
</example>`,
|
||||||
nullable: true
|
nullable: true
|
||||||
},
|
},
|
||||||
|
isPage: {
|
||||||
|
type: 'boolean',
|
||||||
|
description: '是否分页'
|
||||||
|
},
|
||||||
filter: {
|
filter: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
nullable: true
|
nullable: true
|
||||||
@ -8294,6 +8378,10 @@ export const PagingIdentitySecurityLogInputSchema = {
|
|||||||
format: 'int32',
|
format: 'int32',
|
||||||
readOnly: true
|
readOnly: true
|
||||||
},
|
},
|
||||||
|
isPage: {
|
||||||
|
type: 'boolean',
|
||||||
|
description: '是否分页'
|
||||||
|
},
|
||||||
sorting: {
|
sorting: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
description: '排序',
|
description: '排序',
|
||||||
@ -8456,6 +8544,10 @@ export const PagingNotificationInputSchema = {
|
|||||||
</example>`,
|
</example>`,
|
||||||
nullable: true
|
nullable: true
|
||||||
},
|
},
|
||||||
|
isPage: {
|
||||||
|
type: 'boolean',
|
||||||
|
description: '是否分页'
|
||||||
|
},
|
||||||
title: {
|
title: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
description: '标题',
|
description: '标题',
|
||||||
@ -8640,6 +8732,10 @@ export const PagingNotificationSubscriptionInputSchema = {
|
|||||||
</example>`,
|
</example>`,
|
||||||
nullable: true
|
nullable: true
|
||||||
},
|
},
|
||||||
|
isPage: {
|
||||||
|
type: 'boolean',
|
||||||
|
description: '是否分页'
|
||||||
|
},
|
||||||
notificationId: {
|
notificationId: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
format: 'uuid'
|
format: 'uuid'
|
||||||
@ -8798,6 +8894,10 @@ export const PagingRoleListInputSchema = {
|
|||||||
</example>`,
|
</example>`,
|
||||||
nullable: true
|
nullable: true
|
||||||
},
|
},
|
||||||
|
isPage: {
|
||||||
|
type: 'boolean',
|
||||||
|
description: '是否分页'
|
||||||
|
},
|
||||||
filter: {
|
filter: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
nullable: true
|
nullable: true
|
||||||
@ -8833,6 +8933,10 @@ export const PagingTenantInputSchema = {
|
|||||||
</example>`,
|
</example>`,
|
||||||
nullable: true
|
nullable: true
|
||||||
},
|
},
|
||||||
|
isPage: {
|
||||||
|
type: 'boolean',
|
||||||
|
description: '是否分页'
|
||||||
|
},
|
||||||
filter: {
|
filter: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
nullable: true
|
nullable: true
|
||||||
@ -8868,6 +8972,10 @@ export const PagingUserListInputSchema = {
|
|||||||
</example>`,
|
</example>`,
|
||||||
nullable: true
|
nullable: true
|
||||||
},
|
},
|
||||||
|
isPage: {
|
||||||
|
type: 'boolean',
|
||||||
|
description: '是否分页'
|
||||||
|
},
|
||||||
filter: {
|
filter: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
description: '关键字',
|
description: '关键字',
|
||||||
@ -9082,6 +9190,10 @@ export const QueryCTWingAepReceiveMessageInputSchema = {
|
|||||||
</example>`,
|
</example>`,
|
||||||
nullable: true
|
nullable: true
|
||||||
},
|
},
|
||||||
|
isPage: {
|
||||||
|
type: 'boolean',
|
||||||
|
description: '是否分页'
|
||||||
|
},
|
||||||
ioTDataType: {
|
ioTDataType: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
description: `数据类型,用于构建存储路径
|
description: `数据类型,用于构建存储路径
|
||||||
@ -9295,6 +9407,10 @@ export const QueryOneNETReceiveMessageInputSchema = {
|
|||||||
</example>`,
|
</example>`,
|
||||||
nullable: true
|
nullable: true
|
||||||
},
|
},
|
||||||
|
isPage: {
|
||||||
|
type: 'boolean',
|
||||||
|
description: '是否分页'
|
||||||
|
},
|
||||||
ioTDataType: {
|
ioTDataType: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
description: `数据类型,用于构建存储路径
|
description: `数据类型,用于构建存储路径
|
||||||
@ -9696,6 +9812,10 @@ export const SelectDataDictionaryDetailInputSchema = {
|
|||||||
</example>`,
|
</example>`,
|
||||||
nullable: true
|
nullable: true
|
||||||
},
|
},
|
||||||
|
isPage: {
|
||||||
|
type: 'boolean',
|
||||||
|
description: '是否分页'
|
||||||
|
},
|
||||||
dataDictionaryId: {
|
dataDictionaryId: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
format: 'uuid'
|
format: 'uuid'
|
||||||
|
|||||||
@ -622,6 +622,10 @@ export type CTWingAccountListInput = {
|
|||||||
* </example>
|
* </example>
|
||||||
*/
|
*/
|
||||||
sorting?: (string) | null;
|
sorting?: (string) | null;
|
||||||
|
/**
|
||||||
|
* 是否分页
|
||||||
|
*/
|
||||||
|
isPage?: boolean;
|
||||||
/**
|
/**
|
||||||
* 手机号码
|
* 手机号码
|
||||||
*/
|
*/
|
||||||
@ -848,6 +852,10 @@ export type CTWingPrivateProductInfoListInput = {
|
|||||||
* </example>
|
* </example>
|
||||||
*/
|
*/
|
||||||
sorting?: (string) | null;
|
sorting?: (string) | null;
|
||||||
|
/**
|
||||||
|
* 是否分页
|
||||||
|
*/
|
||||||
|
isPage?: boolean;
|
||||||
/**
|
/**
|
||||||
* CTWing账户Id
|
* CTWing账户Id
|
||||||
*/
|
*/
|
||||||
@ -1238,6 +1246,10 @@ export type DeviceTableModelDataInfoPageInput = {
|
|||||||
* </example>
|
* </example>
|
||||||
*/
|
*/
|
||||||
sorting?: (string) | null;
|
sorting?: (string) | null;
|
||||||
|
/**
|
||||||
|
* 是否分页
|
||||||
|
*/
|
||||||
|
isPage?: boolean;
|
||||||
/**
|
/**
|
||||||
* 数据类型,用于构建存储路径
|
* 数据类型,用于构建存储路径
|
||||||
* JiShe.ServicePro.Consts.IoTDBDataTypeConst
|
* JiShe.ServicePro.Consts.IoTDBDataTypeConst
|
||||||
@ -1417,6 +1429,10 @@ export type DeviceThingModelCommandInfoPageInput = {
|
|||||||
* </example>
|
* </example>
|
||||||
*/
|
*/
|
||||||
sorting?: (string) | null;
|
sorting?: (string) | null;
|
||||||
|
/**
|
||||||
|
* 是否分页
|
||||||
|
*/
|
||||||
|
isPage?: boolean;
|
||||||
/**
|
/**
|
||||||
* 设备端物模型Id
|
* 设备端物模型Id
|
||||||
*/
|
*/
|
||||||
@ -1434,10 +1450,6 @@ export type DeviceThingModelCommandInfoPageInput = {
|
|||||||
* 物联网平台中对应产品物模型属性或者事件类型 JiShe.ServicePro.Core.DataDictionaryTypeConst
|
* 物联网平台中对应产品物模型属性或者事件类型 JiShe.ServicePro.Core.DataDictionaryTypeConst
|
||||||
*/
|
*/
|
||||||
filedType?: (string) | null;
|
filedType?: (string) | null;
|
||||||
/**
|
|
||||||
* 是否分页
|
|
||||||
*/
|
|
||||||
isPage?: boolean;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -1577,6 +1589,10 @@ export type DeviceThingModelPageInput = {
|
|||||||
* </example>
|
* </example>
|
||||||
*/
|
*/
|
||||||
sorting?: (string) | null;
|
sorting?: (string) | null;
|
||||||
|
/**
|
||||||
|
* 是否分页
|
||||||
|
*/
|
||||||
|
isPage?: boolean;
|
||||||
ioTPlatform?: IoTPlatformTypeEnum;
|
ioTPlatform?: IoTPlatformTypeEnum;
|
||||||
/**
|
/**
|
||||||
* 搜索关键字
|
* 搜索关键字
|
||||||
@ -1590,10 +1606,6 @@ export type DeviceThingModelPageInput = {
|
|||||||
* 物联网平台中对应产品物模型属性或者事件类型 JiShe.ServicePro.Core.DataDictionaryTypeConst
|
* 物联网平台中对应产品物模型属性或者事件类型 JiShe.ServicePro.Core.DataDictionaryTypeConst
|
||||||
*/
|
*/
|
||||||
filedType?: (string) | null;
|
filedType?: (string) | null;
|
||||||
/**
|
|
||||||
* 是否分页
|
|
||||||
*/
|
|
||||||
isPage?: boolean;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -1757,6 +1769,10 @@ export type DeviceThingModelPropertyPageInput = {
|
|||||||
* </example>
|
* </example>
|
||||||
*/
|
*/
|
||||||
sorting?: (string) | null;
|
sorting?: (string) | null;
|
||||||
|
/**
|
||||||
|
* 是否分页
|
||||||
|
*/
|
||||||
|
isPage?: boolean;
|
||||||
/**
|
/**
|
||||||
* 设备端物模型Id
|
* 设备端物模型Id
|
||||||
*/
|
*/
|
||||||
@ -1774,10 +1790,6 @@ export type DeviceThingModelPropertyPageInput = {
|
|||||||
* 物联网平台中对应产品物模型属性或者事件类型 JiShe.ServicePro.Core.DataDictionaryTypeConst
|
* 物联网平台中对应产品物模型属性或者事件类型 JiShe.ServicePro.Core.DataDictionaryTypeConst
|
||||||
*/
|
*/
|
||||||
filedType?: (string) | null;
|
filedType?: (string) | null;
|
||||||
/**
|
|
||||||
* 是否分页
|
|
||||||
*/
|
|
||||||
isPage?: boolean;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -1876,6 +1888,10 @@ export type DeviceTreeModelDataInfoInput = {
|
|||||||
* </example>
|
* </example>
|
||||||
*/
|
*/
|
||||||
sorting?: (string) | null;
|
sorting?: (string) | null;
|
||||||
|
/**
|
||||||
|
* 是否分页
|
||||||
|
*/
|
||||||
|
isPage?: boolean;
|
||||||
/**
|
/**
|
||||||
* 数据类型,用于构建存储路径
|
* 数据类型,用于构建存储路径
|
||||||
* JiShe.ServicePro.Consts.IoTDBDataTypeConst
|
* JiShe.ServicePro.Consts.IoTDBDataTypeConst
|
||||||
@ -2321,6 +2337,10 @@ export type GetOrganizationUnitRoleInput = {
|
|||||||
* </example>
|
* </example>
|
||||||
*/
|
*/
|
||||||
sorting?: (string) | null;
|
sorting?: (string) | null;
|
||||||
|
/**
|
||||||
|
* 是否分页
|
||||||
|
*/
|
||||||
|
isPage?: boolean;
|
||||||
organizationUnitId?: string;
|
organizationUnitId?: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -2354,6 +2374,10 @@ export type GetOrganizationUnitUserInput = {
|
|||||||
* </example>
|
* </example>
|
||||||
*/
|
*/
|
||||||
sorting?: (string) | null;
|
sorting?: (string) | null;
|
||||||
|
/**
|
||||||
|
* 是否分页
|
||||||
|
*/
|
||||||
|
isPage?: boolean;
|
||||||
organizationUnitId?: string;
|
organizationUnitId?: string;
|
||||||
filter?: (string) | null;
|
filter?: (string) | null;
|
||||||
};
|
};
|
||||||
@ -2405,6 +2429,10 @@ export type GetUnAddRoleInput = {
|
|||||||
* </example>
|
* </example>
|
||||||
*/
|
*/
|
||||||
sorting?: (string) | null;
|
sorting?: (string) | null;
|
||||||
|
/**
|
||||||
|
* 是否分页
|
||||||
|
*/
|
||||||
|
isPage?: boolean;
|
||||||
organizationUnitId?: string;
|
organizationUnitId?: string;
|
||||||
filter?: (string) | null;
|
filter?: (string) | null;
|
||||||
};
|
};
|
||||||
@ -2439,6 +2467,10 @@ export type GetUnAddUserInput = {
|
|||||||
* </example>
|
* </example>
|
||||||
*/
|
*/
|
||||||
sorting?: (string) | null;
|
sorting?: (string) | null;
|
||||||
|
/**
|
||||||
|
* 是否分页
|
||||||
|
*/
|
||||||
|
isPage?: boolean;
|
||||||
organizationUnitId?: string;
|
organizationUnitId?: string;
|
||||||
filter?: (string) | null;
|
filter?: (string) | null;
|
||||||
};
|
};
|
||||||
@ -2828,6 +2860,10 @@ export type IoTPlatformThingModelPageInput = {
|
|||||||
* </example>
|
* </example>
|
||||||
*/
|
*/
|
||||||
sorting?: (string) | null;
|
sorting?: (string) | null;
|
||||||
|
/**
|
||||||
|
* 是否分页
|
||||||
|
*/
|
||||||
|
isPage?: boolean;
|
||||||
ioTPlatform?: IoTPlatformTypeEnum;
|
ioTPlatform?: IoTPlatformTypeEnum;
|
||||||
/**
|
/**
|
||||||
* 搜索关键字
|
* 搜索关键字
|
||||||
@ -3040,6 +3076,10 @@ export type MeterReadingPacketInfoPageInput = {
|
|||||||
* </example>
|
* </example>
|
||||||
*/
|
*/
|
||||||
sorting?: (string) | null;
|
sorting?: (string) | null;
|
||||||
|
/**
|
||||||
|
* 是否分页
|
||||||
|
*/
|
||||||
|
isPage?: boolean;
|
||||||
/**
|
/**
|
||||||
* 数据类型,用于构建存储路径
|
* 数据类型,用于构建存储路径
|
||||||
* JiShe.ServicePro.Consts.IoTDBDataTypeConst
|
* JiShe.ServicePro.Consts.IoTDBDataTypeConst
|
||||||
@ -3369,6 +3409,10 @@ export type OneNetAccountListInput = {
|
|||||||
* </example>
|
* </example>
|
||||||
*/
|
*/
|
||||||
sorting?: (string) | null;
|
sorting?: (string) | null;
|
||||||
|
/**
|
||||||
|
* 是否分页
|
||||||
|
*/
|
||||||
|
isPage?: boolean;
|
||||||
/**
|
/**
|
||||||
* 手机号码
|
* 手机号码
|
||||||
*/
|
*/
|
||||||
@ -3589,6 +3633,10 @@ export type OneNetProductInfoListInput = {
|
|||||||
* </example>
|
* </example>
|
||||||
*/
|
*/
|
||||||
sorting?: (string) | null;
|
sorting?: (string) | null;
|
||||||
|
/**
|
||||||
|
* 是否分页
|
||||||
|
*/
|
||||||
|
isPage?: boolean;
|
||||||
/**
|
/**
|
||||||
* OneNET账户Id
|
* OneNET账户Id
|
||||||
*/
|
*/
|
||||||
@ -3688,6 +3736,10 @@ export type PageDeviceInput = {
|
|||||||
* </example>
|
* </example>
|
||||||
*/
|
*/
|
||||||
sorting?: (string) | null;
|
sorting?: (string) | null;
|
||||||
|
/**
|
||||||
|
* 是否分页
|
||||||
|
*/
|
||||||
|
isPage?: boolean;
|
||||||
/**
|
/**
|
||||||
* 设备地址
|
* 设备地址
|
||||||
*/
|
*/
|
||||||
@ -3730,6 +3782,10 @@ export type PageFileObjectInput = {
|
|||||||
* </example>
|
* </example>
|
||||||
*/
|
*/
|
||||||
sorting?: (string) | null;
|
sorting?: (string) | null;
|
||||||
|
/**
|
||||||
|
* 是否分页
|
||||||
|
*/
|
||||||
|
isPage?: boolean;
|
||||||
/**
|
/**
|
||||||
* 开始创建时间
|
* 开始创建时间
|
||||||
*/
|
*/
|
||||||
@ -3837,6 +3893,10 @@ export type PageLanguageInput = {
|
|||||||
* </example>
|
* </example>
|
||||||
*/
|
*/
|
||||||
sorting?: (string) | null;
|
sorting?: (string) | null;
|
||||||
|
/**
|
||||||
|
* 是否分页
|
||||||
|
*/
|
||||||
|
isPage?: boolean;
|
||||||
filter?: (string) | null;
|
filter?: (string) | null;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -3906,6 +3966,10 @@ export type PageLanguageTextInput = {
|
|||||||
* </example>
|
* </example>
|
||||||
*/
|
*/
|
||||||
sorting?: (string) | null;
|
sorting?: (string) | null;
|
||||||
|
/**
|
||||||
|
* 是否分页
|
||||||
|
*/
|
||||||
|
isPage?: boolean;
|
||||||
/**
|
/**
|
||||||
* 语言
|
* 语言
|
||||||
*/
|
*/
|
||||||
@ -3966,6 +4030,10 @@ export type PageMenuInput = {
|
|||||||
* </example>
|
* </example>
|
||||||
*/
|
*/
|
||||||
sorting?: (string) | null;
|
sorting?: (string) | null;
|
||||||
|
/**
|
||||||
|
* 是否分页
|
||||||
|
*/
|
||||||
|
isPage?: boolean;
|
||||||
/**
|
/**
|
||||||
* 开始创建时间
|
* 开始创建时间
|
||||||
*/
|
*/
|
||||||
@ -4110,6 +4178,10 @@ export type PageTextTemplateInput = {
|
|||||||
* </example>
|
* </example>
|
||||||
*/
|
*/
|
||||||
sorting?: (string) | null;
|
sorting?: (string) | null;
|
||||||
|
/**
|
||||||
|
* 是否分页
|
||||||
|
*/
|
||||||
|
isPage?: boolean;
|
||||||
/**
|
/**
|
||||||
* 名称
|
* 名称
|
||||||
*/
|
*/
|
||||||
@ -4201,6 +4273,10 @@ export type PagingAuditLogInput = {
|
|||||||
* </example>
|
* </example>
|
||||||
*/
|
*/
|
||||||
sorting?: (string) | null;
|
sorting?: (string) | null;
|
||||||
|
/**
|
||||||
|
* 是否分页
|
||||||
|
*/
|
||||||
|
isPage?: boolean;
|
||||||
/**
|
/**
|
||||||
* 开始时间
|
* 开始时间
|
||||||
*/
|
*/
|
||||||
@ -4301,6 +4377,10 @@ export type PagingDataDictionaryDetailInput = {
|
|||||||
* </example>
|
* </example>
|
||||||
*/
|
*/
|
||||||
sorting?: (string) | null;
|
sorting?: (string) | null;
|
||||||
|
/**
|
||||||
|
* 是否分页
|
||||||
|
*/
|
||||||
|
isPage?: boolean;
|
||||||
dataDictionaryId?: string;
|
dataDictionaryId?: string;
|
||||||
filter?: (string) | null;
|
filter?: (string) | null;
|
||||||
};
|
};
|
||||||
@ -4362,6 +4442,10 @@ export type PagingDataDictionaryInput = {
|
|||||||
* </example>
|
* </example>
|
||||||
*/
|
*/
|
||||||
sorting?: (string) | null;
|
sorting?: (string) | null;
|
||||||
|
/**
|
||||||
|
* 是否分页
|
||||||
|
*/
|
||||||
|
isPage?: boolean;
|
||||||
filter?: (string) | null;
|
filter?: (string) | null;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -4425,6 +4509,10 @@ export type PagingIdentitySecurityLogInput = {
|
|||||||
* 跳过多少条
|
* 跳过多少条
|
||||||
*/
|
*/
|
||||||
readonly skipCount?: number;
|
readonly skipCount?: number;
|
||||||
|
/**
|
||||||
|
* 是否分页
|
||||||
|
*/
|
||||||
|
isPage?: boolean;
|
||||||
/**
|
/**
|
||||||
* 排序
|
* 排序
|
||||||
*/
|
*/
|
||||||
@ -4505,6 +4593,10 @@ export type PagingNotificationInput = {
|
|||||||
* </example>
|
* </example>
|
||||||
*/
|
*/
|
||||||
sorting?: (string) | null;
|
sorting?: (string) | null;
|
||||||
|
/**
|
||||||
|
* 是否分页
|
||||||
|
*/
|
||||||
|
isPage?: boolean;
|
||||||
/**
|
/**
|
||||||
* 标题
|
* 标题
|
||||||
*/
|
*/
|
||||||
@ -4617,6 +4709,10 @@ export type PagingNotificationSubscriptionInput = {
|
|||||||
* </example>
|
* </example>
|
||||||
*/
|
*/
|
||||||
sorting?: (string) | null;
|
sorting?: (string) | null;
|
||||||
|
/**
|
||||||
|
* 是否分页
|
||||||
|
*/
|
||||||
|
isPage?: boolean;
|
||||||
notificationId?: string;
|
notificationId?: string;
|
||||||
/**
|
/**
|
||||||
* 接受者Id
|
* 接受者Id
|
||||||
@ -4713,6 +4809,10 @@ export type PagingRoleListInput = {
|
|||||||
* </example>
|
* </example>
|
||||||
*/
|
*/
|
||||||
sorting?: (string) | null;
|
sorting?: (string) | null;
|
||||||
|
/**
|
||||||
|
* 是否分页
|
||||||
|
*/
|
||||||
|
isPage?: boolean;
|
||||||
filter?: (string) | null;
|
filter?: (string) | null;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -4736,6 +4836,10 @@ export type PagingTenantInput = {
|
|||||||
* </example>
|
* </example>
|
||||||
*/
|
*/
|
||||||
sorting?: (string) | null;
|
sorting?: (string) | null;
|
||||||
|
/**
|
||||||
|
* 是否分页
|
||||||
|
*/
|
||||||
|
isPage?: boolean;
|
||||||
filter?: (string) | null;
|
filter?: (string) | null;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -4759,6 +4863,10 @@ export type PagingUserListInput = {
|
|||||||
* </example>
|
* </example>
|
||||||
*/
|
*/
|
||||||
sorting?: (string) | null;
|
sorting?: (string) | null;
|
||||||
|
/**
|
||||||
|
* 是否分页
|
||||||
|
*/
|
||||||
|
isPage?: boolean;
|
||||||
/**
|
/**
|
||||||
* 关键字
|
* 关键字
|
||||||
*/
|
*/
|
||||||
@ -4846,6 +4954,10 @@ export type QueryCTWingAepReceiveMessageInput = {
|
|||||||
* </example>
|
* </example>
|
||||||
*/
|
*/
|
||||||
sorting?: (string) | null;
|
sorting?: (string) | null;
|
||||||
|
/**
|
||||||
|
* 是否分页
|
||||||
|
*/
|
||||||
|
isPage?: boolean;
|
||||||
/**
|
/**
|
||||||
* 数据类型,用于构建存储路径
|
* 数据类型,用于构建存储路径
|
||||||
* JiShe.ServicePro.Consts.IoTDBDataTypeConst
|
* JiShe.ServicePro.Consts.IoTDBDataTypeConst
|
||||||
@ -5002,6 +5114,10 @@ export type QueryOneNETReceiveMessageInput = {
|
|||||||
* </example>
|
* </example>
|
||||||
*/
|
*/
|
||||||
sorting?: (string) | null;
|
sorting?: (string) | null;
|
||||||
|
/**
|
||||||
|
* 是否分页
|
||||||
|
*/
|
||||||
|
isPage?: boolean;
|
||||||
/**
|
/**
|
||||||
* 数据类型,用于构建存储路径
|
* 数据类型,用于构建存储路径
|
||||||
* JiShe.ServicePro.Consts.IoTDBDataTypeConst
|
* JiShe.ServicePro.Consts.IoTDBDataTypeConst
|
||||||
@ -5213,6 +5329,10 @@ export type SelectDataDictionaryDetailInput = {
|
|||||||
* </example>
|
* </example>
|
||||||
*/
|
*/
|
||||||
sorting?: (string) | null;
|
sorting?: (string) | null;
|
||||||
|
/**
|
||||||
|
* 是否分页
|
||||||
|
*/
|
||||||
|
isPage?: boolean;
|
||||||
dataDictionaryId?: string;
|
dataDictionaryId?: string;
|
||||||
filter?: (string) | null;
|
filter?: (string) | null;
|
||||||
typeCode?: (string) | null;
|
typeCode?: (string) | null;
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -193,7 +193,7 @@ export const tableSchema: any = computed((): VxeGridProps['columns'] => [
|
|||||||
title: $t('common.action'),
|
title: $t('common.action'),
|
||||||
field: 'action',
|
field: 'action',
|
||||||
fixed: 'right',
|
fixed: 'right',
|
||||||
width: '280',
|
width: '260',
|
||||||
slots: { default: 'action' },
|
slots: { default: 'action' },
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
@ -330,20 +330,22 @@ export const addDeviceFormSchema: any = computed(() => [
|
|||||||
const accountId = formValues?.ioTPlatformAccountId;
|
const accountId = formValues?.ioTPlatformAccountId;
|
||||||
|
|
||||||
return {
|
return {
|
||||||
api: platform && accountId
|
api:
|
||||||
? postAggregationIoTplatformGetIoTplatformProductInfoAsync
|
platform && accountId
|
||||||
: null,
|
? postAggregationIoTplatformGetIoTplatformProductInfoAsync
|
||||||
params: platform && accountId
|
: null,
|
||||||
? {
|
params:
|
||||||
body: {
|
platform && accountId
|
||||||
ioTPlatformType:
|
? {
|
||||||
typeof platform === 'string'
|
body: {
|
||||||
? Number.parseInt(platform)
|
ioTPlatformType:
|
||||||
: platform,
|
typeof platform === 'string'
|
||||||
ioTPlatformAccount: accountId,
|
? Number.parseInt(platform)
|
||||||
},
|
: platform,
|
||||||
}
|
ioTPlatformAccount: accountId,
|
||||||
: {},
|
},
|
||||||
|
}
|
||||||
|
: {},
|
||||||
labelField: 'productName',
|
labelField: 'productName',
|
||||||
valueField: 'ioTPlatformProductId',
|
valueField: 'ioTPlatformProductId',
|
||||||
optionsPropName: 'options',
|
optionsPropName: 'options',
|
||||||
@ -586,20 +588,22 @@ export const editDeviceFormSchemaEdit: any = computed(() => [
|
|||||||
const accountId = formValues?.ioTPlatformAccountId;
|
const accountId = formValues?.ioTPlatformAccountId;
|
||||||
|
|
||||||
return {
|
return {
|
||||||
api: platform && accountId
|
api:
|
||||||
? postAggregationIoTplatformGetIoTplatformProductInfoAsync
|
platform && accountId
|
||||||
: null,
|
? postAggregationIoTplatformGetIoTplatformProductInfoAsync
|
||||||
params: platform && accountId
|
: null,
|
||||||
? {
|
params:
|
||||||
body: {
|
platform && accountId
|
||||||
ioTPlatformType:
|
? {
|
||||||
typeof platform === 'string'
|
body: {
|
||||||
? Number.parseInt(platform)
|
ioTPlatformType:
|
||||||
: platform,
|
typeof platform === 'string'
|
||||||
ioTPlatformAccount: accountId,
|
? Number.parseInt(platform)
|
||||||
},
|
: platform,
|
||||||
}
|
ioTPlatformAccount: accountId,
|
||||||
: {},
|
},
|
||||||
|
}
|
||||||
|
: {},
|
||||||
labelField: 'productName',
|
labelField: 'productName',
|
||||||
valueField: 'ioTPlatformProductId',
|
valueField: 'ioTPlatformProductId',
|
||||||
optionsPropName: 'options',
|
optionsPropName: 'options',
|
||||||
@ -784,20 +788,22 @@ export const batchAddDeviceFormSchema: any = computed(() => [
|
|||||||
const accountId = formValues?.ioTPlatformAccountId;
|
const accountId = formValues?.ioTPlatformAccountId;
|
||||||
|
|
||||||
return {
|
return {
|
||||||
api: platform && accountId
|
api:
|
||||||
? postAggregationIoTplatformGetIoTplatformProductInfoAsync
|
platform && accountId
|
||||||
: null,
|
? postAggregationIoTplatformGetIoTplatformProductInfoAsync
|
||||||
params: platform && accountId
|
: null,
|
||||||
? {
|
params:
|
||||||
body: {
|
platform && accountId
|
||||||
ioTPlatformType:
|
? {
|
||||||
typeof platform === 'string'
|
body: {
|
||||||
? Number.parseInt(platform)
|
ioTPlatformType:
|
||||||
: platform,
|
typeof platform === 'string'
|
||||||
ioTPlatformAccount: accountId,
|
? Number.parseInt(platform)
|
||||||
},
|
: platform,
|
||||||
}
|
ioTPlatformAccount: accountId,
|
||||||
: {},
|
},
|
||||||
|
}
|
||||||
|
: {},
|
||||||
labelField: 'productName',
|
labelField: 'productName',
|
||||||
valueField: 'ioTPlatformProductId',
|
valueField: 'ioTPlatformProductId',
|
||||||
optionsPropName: 'options',
|
optionsPropName: 'options',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user