|
|
@@ -65,7 +65,7 @@ public class IotController {
|
|
|
}
|
|
|
|
|
|
@Parameter(in = ParameterIn.HEADER, name = "accessToken", required = false, description = "accessToken")
|
|
|
- @Operation(summary = "查询模版")
|
|
|
+ @Operation(summary = "查询模版详情")
|
|
|
@RequestMapping(value = "getIotTemplate", method = {RequestMethod.GET})
|
|
|
public ResultContent<IotTemplateModel> getIotTemplate(@Parameter(name = "id", description = "数据id") String id) {
|
|
|
return iotService.getIotTemplate(id);
|
|
|
@@ -108,7 +108,7 @@ public class IotController {
|
|
|
}
|
|
|
|
|
|
@Parameter(in = ParameterIn.HEADER, name = "accessToken", required = false, description = "accessToken")
|
|
|
- @Operation(summary = "物模型列表-分页查询")
|
|
|
+ @Operation(summary = "物模型属性-服务-方法列表-分页查询")
|
|
|
@RequestMapping(value = {"pageIotMain"}, method = {RequestMethod.POST})
|
|
|
public ResultContent<Page<IotMainModel>> pageIotMain(@Parameter(hidden = true) @PageableDefault(page = 0, size = 10) Pageable pageable,
|
|
|
@Parameter(required = false) IotMainSearch param) {
|