Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
43ca2635
Commit
43ca2635
authored
Aug 15, 2023
by
chenzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加表对应实体 实现 持久层等等
parent
08aec498
Show whitespace changes
Inline
Side-by-side
Showing
134 changed files
with
7099 additions
and
9 deletions
+7099
-9
ESEquipments.java
...eejoin/amos/boot/module/jxiop/biz/ESDto/ESEquipments.java
+87
-0
IdxBizFanHealthIndexController.java
.../jxiop/biz/controller/IdxBizFanHealthIndexController.java
+115
-0
IdxBizFanHealthLevelController.java
.../jxiop/biz/controller/IdxBizFanHealthLevelController.java
+115
-0
IdxBizFanPointProcessVariableClassificationController.java
...dxBizFanPointProcessVariableClassificationController.java
+115
-0
IdxBizFanPointTagController.java
...ule/jxiop/biz/controller/IdxBizFanPointTagController.java
+115
-0
IdxBizFanPointVarCentralValueController.java
...z/controller/IdxBizFanPointVarCentralValueController.java
+115
-0
IdxBizFanPointVarCorrelationController.java
...iz/controller/IdxBizFanPointVarCorrelationController.java
+115
-0
IdxBizFanWarningRecordController.java
...xiop/biz/controller/IdxBizFanWarningRecordController.java
+115
-0
IdxBizFanWarningRuleSetController.java
...iop/biz/controller/IdxBizFanWarningRuleSetController.java
+115
-0
IdxBizPvHealthIndexController.java
...e/jxiop/biz/controller/IdxBizPvHealthIndexController.java
+115
-0
IdxBizPvHealthLevelController.java
...e/jxiop/biz/controller/IdxBizPvHealthLevelController.java
+115
-0
IdxBizPvPointProcessVariableClassificationController.java
...IdxBizPvPointProcessVariableClassificationController.java
+115
-0
IdxBizPvPointTagController.java
...dule/jxiop/biz/controller/IdxBizPvPointTagController.java
+115
-0
IdxBizPvPointVarCentralValueController.java
...iz/controller/IdxBizPvPointVarCentralValueController.java
+116
-0
IdxBizPvPointVarCorrelationController.java
...biz/controller/IdxBizPvPointVarCorrelationController.java
+115
-0
IdxBizPvWarningRecordController.java
...jxiop/biz/controller/IdxBizPvWarningRecordController.java
+115
-0
IdxBizPvWarningRuleSetController.java
...xiop/biz/controller/IdxBizPvWarningRuleSetController.java
+115
-0
IdxExplorerController.java
...ot/module/jxiop/biz/controller/IdxExplorerController.java
+115
-0
IdxBizFanHealthIndexDto.java
...os/boot/module/jxiop/biz/dto/IdxBizFanHealthIndexDto.java
+95
-0
IdxBizFanHealthLevelDto.java
...os/boot/module/jxiop/biz/dto/IdxBizFanHealthLevelDto.java
+55
-0
IdxBizFanPointProcessVariableClassificationDto.java
...z/dto/IdxBizFanPointProcessVariableClassificationDto.java
+103
-0
IdxBizFanPointTagDto.java
.../amos/boot/module/jxiop/biz/dto/IdxBizFanPointTagDto.java
+65
-0
IdxBizFanPointVarCentralValueDto.java
...odule/jxiop/biz/dto/IdxBizFanPointVarCentralValueDto.java
+112
-0
IdxBizFanPointVarCorrelationDto.java
...module/jxiop/biz/dto/IdxBizFanPointVarCorrelationDto.java
+87
-0
IdxBizFanWarningRecordDto.java
.../boot/module/jxiop/biz/dto/IdxBizFanWarningRecordDto.java
+83
-0
IdxBizFanWarningRuleSetDto.java
...boot/module/jxiop/biz/dto/IdxBizFanWarningRuleSetDto.java
+80
-0
IdxBizPvHealthIndexDto.java
...mos/boot/module/jxiop/biz/dto/IdxBizPvHealthIndexDto.java
+101
-0
IdxBizPvHealthLevelDto.java
...mos/boot/module/jxiop/biz/dto/IdxBizPvHealthLevelDto.java
+55
-0
IdxBizPvPointProcessVariableClassificationDto.java
...iz/dto/IdxBizPvPointProcessVariableClassificationDto.java
+103
-0
IdxBizPvPointTagDto.java
...n/amos/boot/module/jxiop/biz/dto/IdxBizPvPointTagDto.java
+69
-0
IdxBizPvPointVarCentralValueDto.java
...module/jxiop/biz/dto/IdxBizPvPointVarCentralValueDto.java
+92
-0
IdxBizPvPointVarCorrelationDto.java
.../module/jxiop/biz/dto/IdxBizPvPointVarCorrelationDto.java
+88
-0
IdxBizPvWarningRecordDto.java
...s/boot/module/jxiop/biz/dto/IdxBizPvWarningRecordDto.java
+87
-0
IdxBizPvWarningRuleSetDto.java
.../boot/module/jxiop/biz/dto/IdxBizPvWarningRuleSetDto.java
+85
-0
IdxBizUhefDto.java
...yeejoin/amos/boot/module/jxiop/biz/dto/IdxBizUhefDto.java
+8
-0
IdxBizUxfvDto.java
...yeejoin/amos/boot/module/jxiop/biz/dto/IdxBizUxfvDto.java
+8
-3
IdxExplorerDto.java
...eejoin/amos/boot/module/jxiop/biz/dto/IdxExplorerDto.java
+63
-0
IdxBizFanHealthIndex.java
...os/boot/module/jxiop/biz/entity/IdxBizFanHealthIndex.java
+150
-0
IdxBizFanHealthLevel.java
...os/boot/module/jxiop/biz/entity/IdxBizFanHealthLevel.java
+84
-0
IdxBizFanPointProcessVariableClassification.java
...z/entity/IdxBizFanPointProcessVariableClassification.java
+156
-0
IdxBizFanPointTag.java
.../amos/boot/module/jxiop/biz/entity/IdxBizFanPointTag.java
+96
-0
IdxBizFanPointVarCentralValue.java
...odule/jxiop/biz/entity/IdxBizFanPointVarCentralValue.java
+174
-0
IdxBizFanPointVarCorrelation.java
...module/jxiop/biz/entity/IdxBizFanPointVarCorrelation.java
+138
-0
IdxBizFanWarningRecord.java
.../boot/module/jxiop/biz/entity/IdxBizFanWarningRecord.java
+126
-0
IdxBizFanWarningRuleSet.java
...boot/module/jxiop/biz/entity/IdxBizFanWarningRuleSet.java
+120
-0
IdxBizFelk.java
...yeejoin/amos/boot/module/jxiop/biz/entity/IdxBizFelk.java
+1
-1
IdxBizPvHealthIndex.java
...mos/boot/module/jxiop/biz/entity/IdxBizPvHealthIndex.java
+156
-0
IdxBizPvHealthLevel.java
...mos/boot/module/jxiop/biz/entity/IdxBizPvHealthLevel.java
+84
-0
IdxBizPvPointProcessVariableClassification.java
...iz/entity/IdxBizPvPointProcessVariableClassification.java
+156
-0
IdxBizPvPointTag.java
...n/amos/boot/module/jxiop/biz/entity/IdxBizPvPointTag.java
+102
-0
IdxBizPvPointVarCentralValue.java
...module/jxiop/biz/entity/IdxBizPvPointVarCentralValue.java
+150
-0
IdxBizPvPointVarCorrelation.java
.../module/jxiop/biz/entity/IdxBizPvPointVarCorrelation.java
+138
-0
IdxBizPvWarningRecord.java
...s/boot/module/jxiop/biz/entity/IdxBizPvWarningRecord.java
+132
-0
IdxBizPvWarningRuleSet.java
.../boot/module/jxiop/biz/entity/IdxBizPvWarningRuleSet.java
+126
-0
IdxBizUhef.java
...yeejoin/amos/boot/module/jxiop/biz/entity/IdxBizUhef.java
+20
-1
IdxExplorer.java
...eejoin/amos/boot/module/jxiop/biz/entity/IdxExplorer.java
+104
-0
IdxBizFanHealthIndexMapper.java
.../module/jxiop/biz/mapper2/IdxBizFanHealthIndexMapper.java
+14
-0
IdxBizFanHealthLevelMapper.java
.../module/jxiop/biz/mapper2/IdxBizFanHealthLevelMapper.java
+14
-0
IdxBizFanPointProcessVariableClassificationMapper.java
...r2/IdxBizFanPointProcessVariableClassificationMapper.java
+14
-0
IdxBizFanPointTagMapper.java
...oot/module/jxiop/biz/mapper2/IdxBizFanPointTagMapper.java
+14
-0
IdxBizFanPointVarCentralValueMapper.java
...xiop/biz/mapper2/IdxBizFanPointVarCentralValueMapper.java
+14
-0
IdxBizFanPointVarCorrelationMapper.java
...jxiop/biz/mapper2/IdxBizFanPointVarCorrelationMapper.java
+14
-0
IdxBizFanWarningRecordMapper.java
...odule/jxiop/biz/mapper2/IdxBizFanWarningRecordMapper.java
+14
-0
IdxBizFanWarningRuleSetMapper.java
...dule/jxiop/biz/mapper2/IdxBizFanWarningRuleSetMapper.java
+14
-0
IdxBizPvHealthIndexMapper.java
...t/module/jxiop/biz/mapper2/IdxBizPvHealthIndexMapper.java
+14
-0
IdxBizPvHealthLevelMapper.java
...t/module/jxiop/biz/mapper2/IdxBizPvHealthLevelMapper.java
+14
-0
IdxBizPvPointProcessVariableClassificationMapper.java
...er2/IdxBizPvPointProcessVariableClassificationMapper.java
+14
-0
IdxBizPvPointTagMapper.java
...boot/module/jxiop/biz/mapper2/IdxBizPvPointTagMapper.java
+14
-0
IdxBizPvPointVarCentralValueMapper.java
...jxiop/biz/mapper2/IdxBizPvPointVarCentralValueMapper.java
+14
-0
IdxBizPvPointVarCorrelationMapper.java
.../jxiop/biz/mapper2/IdxBizPvPointVarCorrelationMapper.java
+14
-0
IdxBizPvWarningRecordMapper.java
...module/jxiop/biz/mapper2/IdxBizPvWarningRecordMapper.java
+14
-0
IdxBizPvWarningRuleSetMapper.java
...odule/jxiop/biz/mapper2/IdxBizPvWarningRuleSetMapper.java
+14
-0
IdxBizUhefMapper.java
.../amos/boot/module/jxiop/biz/mapper2/IdxBizUhefMapper.java
+5
-0
IdxBizUxfvMapper.java
.../amos/boot/module/jxiop/biz/mapper2/IdxBizUxfvMapper.java
+5
-1
IdxExplorerMapper.java
...amos/boot/module/jxiop/biz/mapper2/IdxExplorerMapper.java
+14
-0
IIdxBizFanHealthIndexService.java
...odule/jxiop/biz/service/IIdxBizFanHealthIndexService.java
+12
-0
IIdxBizFanHealthLevelService.java
...odule/jxiop/biz/service/IIdxBizFanHealthLevelService.java
+12
-0
IIdxBizFanPointProcessVariableClassificationService.java
.../IIdxBizFanPointProcessVariableClassificationService.java
+12
-0
IIdxBizFanPointTagService.java
...t/module/jxiop/biz/service/IIdxBizFanPointTagService.java
+12
-0
IIdxBizFanPointVarCentralValueService.java
...op/biz/service/IIdxBizFanPointVarCentralValueService.java
+12
-0
IIdxBizFanPointVarCorrelationService.java
...iop/biz/service/IIdxBizFanPointVarCorrelationService.java
+12
-0
IIdxBizFanWarningRecordService.java
...ule/jxiop/biz/service/IIdxBizFanWarningRecordService.java
+12
-0
IIdxBizFanWarningRuleSetService.java
...le/jxiop/biz/service/IIdxBizFanWarningRuleSetService.java
+12
-0
IIdxBizPvHealthIndexService.java
...module/jxiop/biz/service/IIdxBizPvHealthIndexService.java
+12
-0
IIdxBizPvHealthLevelService.java
...module/jxiop/biz/service/IIdxBizPvHealthLevelService.java
+12
-0
IIdxBizPvPointProcessVariableClassificationService.java
...e/IIdxBizPvPointProcessVariableClassificationService.java
+12
-0
IIdxBizPvPointTagService.java
...ot/module/jxiop/biz/service/IIdxBizPvPointTagService.java
+12
-0
IIdxBizPvPointVarCentralValueService.java
...iop/biz/service/IIdxBizPvPointVarCentralValueService.java
+12
-0
IIdxBizPvPointVarCorrelationService.java
...xiop/biz/service/IIdxBizPvPointVarCorrelationService.java
+12
-0
IIdxBizPvWarningRecordService.java
...dule/jxiop/biz/service/IIdxBizPvWarningRecordService.java
+12
-0
IIdxBizPvWarningRuleSetService.java
...ule/jxiop/biz/service/IIdxBizPvWarningRuleSetService.java
+12
-0
IIdxExplorerService.java
...os/boot/module/jxiop/biz/service/IIdxExplorerService.java
+12
-0
HealthStatusIndicatorServiceImpl.java
...op/biz/service/impl/HealthStatusIndicatorServiceImpl.java
+150
-0
IdxBizFanHealthIndexServiceImpl.java
...iop/biz/service/impl/IdxBizFanHealthIndexServiceImpl.java
+35
-0
IdxBizFanHealthLevelServiceImpl.java
...iop/biz/service/impl/IdxBizFanHealthLevelServiceImpl.java
+35
-0
IdxBizFanPointProcessVariableClassificationServiceImpl.java
...xBizFanPointProcessVariableClassificationServiceImpl.java
+35
-0
IdxBizFanPointTagServiceImpl.java
.../jxiop/biz/service/impl/IdxBizFanPointTagServiceImpl.java
+35
-0
IdxBizFanPointVarCentralValueServiceImpl.java
...ervice/impl/IdxBizFanPointVarCentralValueServiceImpl.java
+35
-0
IdxBizFanPointVarCorrelationServiceImpl.java
...service/impl/IdxBizFanPointVarCorrelationServiceImpl.java
+35
-0
IdxBizFanWarningRecordServiceImpl.java
...p/biz/service/impl/IdxBizFanWarningRecordServiceImpl.java
+35
-0
IdxBizFanWarningRuleSetServiceImpl.java
.../biz/service/impl/IdxBizFanWarningRuleSetServiceImpl.java
+35
-0
IdxBizPvHealthIndexServiceImpl.java
...xiop/biz/service/impl/IdxBizPvHealthIndexServiceImpl.java
+35
-0
IdxBizPvHealthLevelServiceImpl.java
...xiop/biz/service/impl/IdxBizPvHealthLevelServiceImpl.java
+35
-0
IdxBizPvPointProcessVariableClassificationServiceImpl.java
...dxBizPvPointProcessVariableClassificationServiceImpl.java
+35
-0
IdxBizPvPointTagServiceImpl.java
...e/jxiop/biz/service/impl/IdxBizPvPointTagServiceImpl.java
+35
-0
IdxBizPvPointVarCentralValueServiceImpl.java
...service/impl/IdxBizPvPointVarCentralValueServiceImpl.java
+35
-0
IdxBizPvPointVarCorrelationServiceImpl.java
.../service/impl/IdxBizPvPointVarCorrelationServiceImpl.java
+35
-0
IdxBizPvWarningRecordServiceImpl.java
...op/biz/service/impl/IdxBizPvWarningRecordServiceImpl.java
+35
-0
IdxBizPvWarningRuleSetServiceImpl.java
...p/biz/service/impl/IdxBizPvWarningRuleSetServiceImpl.java
+35
-0
IdxExplorerServiceImpl.java
...module/jxiop/biz/service/impl/IdxExplorerServiceImpl.java
+35
-0
application-dev.properties
...analyse-biz/src/main/resources/application-dev.properties
+1
-1
application.properties
...iop-analyse-biz/src/main/resources/application.properties
+6
-0
IdxBizFanHealthIndexMapper.xml
...n/resources/mapper/cluster/IdxBizFanHealthIndexMapper.xml
+5
-0
IdxBizFanHealthLevelMapper.xml
...n/resources/mapper/cluster/IdxBizFanHealthLevelMapper.xml
+5
-0
IdxBizFanPointProcessVariableClassificationMapper.xml
...ter/IdxBizFanPointProcessVariableClassificationMapper.xml
+5
-0
IdxBizFanPointTagMapper.xml
...main/resources/mapper/cluster/IdxBizFanPointTagMapper.xml
+5
-0
IdxBizFanPointVarCentralValueMapper.xml
...es/mapper/cluster/IdxBizFanPointVarCentralValueMapper.xml
+5
-0
IdxBizFanPointVarCorrelationMapper.xml
...ces/mapper/cluster/IdxBizFanPointVarCorrelationMapper.xml
+5
-0
IdxBizFanWarningRecordMapper.xml
...resources/mapper/cluster/IdxBizFanWarningRecordMapper.xml
+5
-0
IdxBizFanWarningRuleSetMapper.xml
...esources/mapper/cluster/IdxBizFanWarningRuleSetMapper.xml
+5
-0
IdxBizPvHealthIndexMapper.xml
...in/resources/mapper/cluster/IdxBizPvHealthIndexMapper.xml
+5
-0
IdxBizPvHealthLevelMapper.xml
...in/resources/mapper/cluster/IdxBizPvHealthLevelMapper.xml
+5
-0
IdxBizPvPointProcessVariableClassificationMapper.xml
...ster/IdxBizPvPointProcessVariableClassificationMapper.xml
+5
-0
IdxBizPvPointTagMapper.xml
.../main/resources/mapper/cluster/IdxBizPvPointTagMapper.xml
+5
-0
IdxBizPvPointVarCentralValueMapper.xml
...ces/mapper/cluster/IdxBizPvPointVarCentralValueMapper.xml
+5
-0
IdxBizPvPointVarCorrelationMapper.xml
...rces/mapper/cluster/IdxBizPvPointVarCorrelationMapper.xml
+5
-0
IdxBizPvWarningRecordMapper.xml
.../resources/mapper/cluster/IdxBizPvWarningRecordMapper.xml
+5
-0
IdxBizPvWarningRuleSetMapper.xml
...resources/mapper/cluster/IdxBizPvWarningRuleSetMapper.xml
+5
-0
IdxBizUhefMapper.xml
...iz/src/main/resources/mapper/cluster/IdxBizUhefMapper.xml
+11
-0
IdxBizUxfvMapper.xml
...iz/src/main/resources/mapper/cluster/IdxBizUxfvMapper.xml
+48
-0
IdxExplorerMapper.xml
...z/src/main/resources/mapper/cluster/IdxExplorerMapper.xml
+5
-0
MonitorFanIdxController.java
.../module/jxiop/biz/controller/MonitorFanIdxController.java
+55
-0
MonitorFanIdxController.java
.../module/jxiop/biz/controller/MonitorFanIdxController.java
+0
-1
application.properties
...iop-monitor-biz/src/main/resources/application.properties
+1
-1
No files found.
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/ESDto/ESEquipments.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
ESDto
;
import
io.github.classgraph.json.Id
;
import
lombok.Data
;
import
lombok.experimental.Accessors
;
import
org.springframework.data.elasticsearch.annotations.DateFormat
;
import
org.springframework.data.elasticsearch.annotations.Document
;
import
org.springframework.data.elasticsearch.annotations.Field
;
import
org.springframework.data.elasticsearch.annotations.FieldType
;
import
java.util.Date
;
/**
* @description:
* @author: tw
* @createDate: 2023/8/8
*/
@Data
@Accessors
(
chain
=
true
)
@Document
(
indexName
=
"jxiop_equipments"
)
public
class
ESEquipments
{
@Id
private
String
id
;
@Field
(
type
=
FieldType
.
Text
,
index
=
false
)
private
String
address
;
@Field
(
type
=
FieldType
.
Text
,
index
=
false
)
private
String
dataType
;
@Field
(
type
=
FieldType
.
Text
)
private
String
equipmentSpecificName
;
@Field
(
type
=
FieldType
.
Keyword
)
private
String
gatewayId
;
@Field
(
type
=
FieldType
.
Text
)
private
String
isAlarm
;
@Field
(
type
=
FieldType
.
Date
,
format
=
DateFormat
.
basic_date_time
,
index
=
false
)
private
Date
createdTime
;
@Field
(
type
=
FieldType
.
Text
,
index
=
false
)
private
String
unit
;
@Field
(
type
=
FieldType
.
Text
,
index
=
false
)
private
String
value
;
@Field
(
type
=
FieldType
.
Double
,
index
=
false
)
private
Double
valueDouble
;
@Field
(
type
=
FieldType
.
Text
,
index
=
false
)
private
String
valueLabel
;
@Field
(
type
=
FieldType
.
Text
,
index
=
false
)
private
String
traceId
;
@Field
(
type
=
FieldType
.
Keyword
)
private
String
equipmentIndexName
;
@Field
(
type
=
FieldType
.
Keyword
)
private
String
equipmentNumber
;
@Field
(
type
=
FieldType
.
Text
)
private
String
frontModule
;
@Field
(
type
=
FieldType
.
Text
)
private
String
systemType
;
@Field
(
type
=
FieldType
.
Text
,
index
=
false
)
private
String
pictureName
;
@Field
(
type
=
FieldType
.
Text
,
index
=
false
)
private
String
displayName
;
public
ESEquipments
(
Double
valueDouble
,
String
id
,
String
address
,
String
dataType
,
String
equipmentSpecificName
,
String
gatewayId
,
String
isAlarm
,
Date
createdTime
,
String
unit
,
String
value
,
String
valueLabel
,
String
traceId
,
String
equipmentIndexName
,
String
equipmentNumber
,
String
frontModule
,
String
systemType
,
String
pictureName
,
String
displayName
)
{
this
.
valueDouble
=
valueDouble
;
this
.
id
=
id
;
this
.
address
=
address
;
this
.
dataType
=
dataType
;
this
.
equipmentSpecificName
=
equipmentSpecificName
;
this
.
gatewayId
=
gatewayId
;
this
.
isAlarm
=
isAlarm
;
this
.
createdTime
=
createdTime
;
this
.
unit
=
unit
;
this
.
value
=
value
;
this
.
valueLabel
=
valueLabel
;
this
.
traceId
=
traceId
;
this
.
equipmentIndexName
=
equipmentIndexName
;
this
.
equipmentNumber
=
equipmentNumber
;
this
.
frontModule
=
frontModule
;
this
.
systemType
=
systemType
;
this
.
pictureName
=
pictureName
;
this
.
displayName
=
displayName
;
}
public
ESEquipments
()
{
}
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/controller/IdxBizFanHealthIndexController.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
controller
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.biz.common.controller.BaseController
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.IdxBizFanHealthIndexDto
;
import
com.yeejoin.amos.boot.module.jxiop.biz.service.impl.IdxBizFanHealthIndexServiceImpl
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiOperation
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.web.bind.annotation.*
;
import
org.typroject.tyboot.core.foundation.enumeration.UserType
;
import
org.typroject.tyboot.core.restful.doc.TycloudOperation
;
import
org.typroject.tyboot.core.restful.utils.ResponseHelper
;
import
org.typroject.tyboot.core.restful.utils.ResponseModel
;
import
javax.servlet.http.HttpServletRequest
;
import
java.util.List
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@RestController
@Api
(
tags
=
"Api"
)
@RequestMapping
(
value
=
"/idx-biz-fan-health-index"
)
public
class
IdxBizFanHealthIndexController
extends
BaseController
{
@Autowired
IdxBizFanHealthIndexServiceImpl
idxBizFanHealthIndexServiceImpl
;
/**
* 新增
*
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PostMapping
(
value
=
"/save"
)
@ApiOperation
(
httpMethod
=
"POST"
,
value
=
"新增"
,
notes
=
"新增"
)
public
ResponseModel
<
IdxBizFanHealthIndexDto
>
save
(
@RequestBody
IdxBizFanHealthIndexDto
model
)
{
model
=
idxBizFanHealthIndexServiceImpl
.
createWithModel
(
model
);
return
ResponseHelper
.
buildResponse
(
model
);
}
/**
* 根据sequenceNbr更新
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PutMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"PUT"
,
value
=
"根据sequenceNbr更新"
,
notes
=
"根据sequenceNbr更新"
)
public
ResponseModel
<
IdxBizFanHealthIndexDto
>
updateBySequenceNbrIdxBizFanHealthIndex
(
@RequestBody
IdxBizFanHealthIndexDto
model
,
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
)
{
model
.
setSequenceNbr
(
sequenceNbr
);
return
ResponseHelper
.
buildResponse
(
idxBizFanHealthIndexServiceImpl
.
updateWithModel
(
model
));
}
/**
* 根据sequenceNbr删除
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@DeleteMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"DELETE"
,
value
=
"根据sequenceNbr删除"
,
notes
=
"根据sequenceNbr删除"
)
public
ResponseModel
<
Boolean
>
deleteBySequenceNbr
(
HttpServletRequest
request
,
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
){
return
ResponseHelper
.
buildResponse
(
idxBizFanHealthIndexServiceImpl
.
removeById
(
sequenceNbr
));
}
/**
* 根据sequenceNbr查询
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"根据sequenceNbr查询单个"
,
notes
=
"根据sequenceNbr查询单个"
)
public
ResponseModel
<
IdxBizFanHealthIndexDto
>
selectOne
(
@PathVariable
Long
sequenceNbr
)
{
return
ResponseHelper
.
buildResponse
(
idxBizFanHealthIndexServiceImpl
.
queryBySeq
(
sequenceNbr
));
}
/**
* 列表分页查询
*
* @param current 当前页
* @param current 每页大小
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/page"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"分页查询"
,
notes
=
"分页查询"
)
public
ResponseModel
<
Page
<
IdxBizFanHealthIndexDto
>>
queryForPage
(
@RequestParam
(
value
=
"current"
)
int
current
,
@RequestParam
(
value
=
"size"
)
int
size
)
{
Page
<
IdxBizFanHealthIndexDto
>
page
=
new
Page
<
IdxBizFanHealthIndexDto
>();
page
.
setCurrent
(
current
);
page
.
setSize
(
size
);
return
ResponseHelper
.
buildResponse
(
idxBizFanHealthIndexServiceImpl
.
queryForIdxBizFanHealthIndexPage
(
page
));
}
/**
* 列表全部数据查询
*
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"列表全部数据查询"
,
notes
=
"列表全部数据查询"
)
@GetMapping
(
value
=
"/list"
)
public
ResponseModel
<
List
<
IdxBizFanHealthIndexDto
>>
selectForList
()
{
return
ResponseHelper
.
buildResponse
(
idxBizFanHealthIndexServiceImpl
.
queryForIdxBizFanHealthIndexList
());
}
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/controller/IdxBizFanHealthLevelController.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
controller
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.biz.common.controller.BaseController
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.IdxBizFanHealthLevelDto
;
import
com.yeejoin.amos.boot.module.jxiop.biz.service.impl.IdxBizFanHealthLevelServiceImpl
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiOperation
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.web.bind.annotation.*
;
import
org.typroject.tyboot.core.foundation.enumeration.UserType
;
import
org.typroject.tyboot.core.restful.doc.TycloudOperation
;
import
org.typroject.tyboot.core.restful.utils.ResponseHelper
;
import
org.typroject.tyboot.core.restful.utils.ResponseModel
;
import
javax.servlet.http.HttpServletRequest
;
import
java.util.List
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@RestController
@Api
(
tags
=
"Api"
)
@RequestMapping
(
value
=
"/idx-biz-fan-health-level"
)
public
class
IdxBizFanHealthLevelController
extends
BaseController
{
@Autowired
IdxBizFanHealthLevelServiceImpl
idxBizFanHealthLevelServiceImpl
;
/**
* 新增
*
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PostMapping
(
value
=
"/save"
)
@ApiOperation
(
httpMethod
=
"POST"
,
value
=
"新增"
,
notes
=
"新增"
)
public
ResponseModel
<
IdxBizFanHealthLevelDto
>
save
(
@RequestBody
IdxBizFanHealthLevelDto
model
)
{
model
=
idxBizFanHealthLevelServiceImpl
.
createWithModel
(
model
);
return
ResponseHelper
.
buildResponse
(
model
);
}
/**
* 根据sequenceNbr更新
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PutMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"PUT"
,
value
=
"根据sequenceNbr更新"
,
notes
=
"根据sequenceNbr更新"
)
public
ResponseModel
<
IdxBizFanHealthLevelDto
>
updateBySequenceNbrIdxBizFanHealthLevel
(
@RequestBody
IdxBizFanHealthLevelDto
model
,
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
)
{
model
.
setSequenceNbr
(
sequenceNbr
);
return
ResponseHelper
.
buildResponse
(
idxBizFanHealthLevelServiceImpl
.
updateWithModel
(
model
));
}
/**
* 根据sequenceNbr删除
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@DeleteMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"DELETE"
,
value
=
"根据sequenceNbr删除"
,
notes
=
"根据sequenceNbr删除"
)
public
ResponseModel
<
Boolean
>
deleteBySequenceNbr
(
HttpServletRequest
request
,
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
){
return
ResponseHelper
.
buildResponse
(
idxBizFanHealthLevelServiceImpl
.
removeById
(
sequenceNbr
));
}
/**
* 根据sequenceNbr查询
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"根据sequenceNbr查询单个"
,
notes
=
"根据sequenceNbr查询单个"
)
public
ResponseModel
<
IdxBizFanHealthLevelDto
>
selectOne
(
@PathVariable
Long
sequenceNbr
)
{
return
ResponseHelper
.
buildResponse
(
idxBizFanHealthLevelServiceImpl
.
queryBySeq
(
sequenceNbr
));
}
/**
* 列表分页查询
*
* @param current 当前页
* @param current 每页大小
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/page"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"分页查询"
,
notes
=
"分页查询"
)
public
ResponseModel
<
Page
<
IdxBizFanHealthLevelDto
>>
queryForPage
(
@RequestParam
(
value
=
"current"
)
int
current
,
@RequestParam
(
value
=
"size"
)
int
size
)
{
Page
<
IdxBizFanHealthLevelDto
>
page
=
new
Page
<
IdxBizFanHealthLevelDto
>();
page
.
setCurrent
(
current
);
page
.
setSize
(
size
);
return
ResponseHelper
.
buildResponse
(
idxBizFanHealthLevelServiceImpl
.
queryForIdxBizFanHealthLevelPage
(
page
));
}
/**
* 列表全部数据查询
*
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"列表全部数据查询"
,
notes
=
"列表全部数据查询"
)
@GetMapping
(
value
=
"/list"
)
public
ResponseModel
<
List
<
IdxBizFanHealthLevelDto
>>
selectForList
()
{
return
ResponseHelper
.
buildResponse
(
idxBizFanHealthLevelServiceImpl
.
queryForIdxBizFanHealthLevelList
());
}
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/controller/IdxBizFanPointProcessVariableClassificationController.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
controller
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.biz.common.controller.BaseController
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.IdxBizFanPointProcessVariableClassificationDto
;
import
com.yeejoin.amos.boot.module.jxiop.biz.service.impl.IdxBizFanPointProcessVariableClassificationServiceImpl
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiOperation
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.web.bind.annotation.*
;
import
org.typroject.tyboot.core.foundation.enumeration.UserType
;
import
org.typroject.tyboot.core.restful.doc.TycloudOperation
;
import
org.typroject.tyboot.core.restful.utils.ResponseHelper
;
import
org.typroject.tyboot.core.restful.utils.ResponseModel
;
import
javax.servlet.http.HttpServletRequest
;
import
java.util.List
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@RestController
@Api
(
tags
=
"Api"
)
@RequestMapping
(
value
=
"/idx-biz-fan-point-process-variable-classification"
)
public
class
IdxBizFanPointProcessVariableClassificationController
extends
BaseController
{
@Autowired
IdxBizFanPointProcessVariableClassificationServiceImpl
idxBizFanPointProcessVariableClassificationServiceImpl
;
/**
* 新增
*
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PostMapping
(
value
=
"/save"
)
@ApiOperation
(
httpMethod
=
"POST"
,
value
=
"新增"
,
notes
=
"新增"
)
public
ResponseModel
<
IdxBizFanPointProcessVariableClassificationDto
>
save
(
@RequestBody
IdxBizFanPointProcessVariableClassificationDto
model
)
{
model
=
idxBizFanPointProcessVariableClassificationServiceImpl
.
createWithModel
(
model
);
return
ResponseHelper
.
buildResponse
(
model
);
}
/**
* 根据sequenceNbr更新
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PutMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"PUT"
,
value
=
"根据sequenceNbr更新"
,
notes
=
"根据sequenceNbr更新"
)
public
ResponseModel
<
IdxBizFanPointProcessVariableClassificationDto
>
updateBySequenceNbrIdxBizFanPointProcessVariableClassification
(
@RequestBody
IdxBizFanPointProcessVariableClassificationDto
model
,
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
)
{
model
.
setSequenceNbr
(
sequenceNbr
);
return
ResponseHelper
.
buildResponse
(
idxBizFanPointProcessVariableClassificationServiceImpl
.
updateWithModel
(
model
));
}
/**
* 根据sequenceNbr删除
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@DeleteMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"DELETE"
,
value
=
"根据sequenceNbr删除"
,
notes
=
"根据sequenceNbr删除"
)
public
ResponseModel
<
Boolean
>
deleteBySequenceNbr
(
HttpServletRequest
request
,
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
){
return
ResponseHelper
.
buildResponse
(
idxBizFanPointProcessVariableClassificationServiceImpl
.
removeById
(
sequenceNbr
));
}
/**
* 根据sequenceNbr查询
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"根据sequenceNbr查询单个"
,
notes
=
"根据sequenceNbr查询单个"
)
public
ResponseModel
<
IdxBizFanPointProcessVariableClassificationDto
>
selectOne
(
@PathVariable
Long
sequenceNbr
)
{
return
ResponseHelper
.
buildResponse
(
idxBizFanPointProcessVariableClassificationServiceImpl
.
queryBySeq
(
sequenceNbr
));
}
/**
* 列表分页查询
*
* @param current 当前页
* @param current 每页大小
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/page"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"分页查询"
,
notes
=
"分页查询"
)
public
ResponseModel
<
Page
<
IdxBizFanPointProcessVariableClassificationDto
>>
queryForPage
(
@RequestParam
(
value
=
"current"
)
int
current
,
@RequestParam
(
value
=
"size"
)
int
size
)
{
Page
<
IdxBizFanPointProcessVariableClassificationDto
>
page
=
new
Page
<
IdxBizFanPointProcessVariableClassificationDto
>();
page
.
setCurrent
(
current
);
page
.
setSize
(
size
);
return
ResponseHelper
.
buildResponse
(
idxBizFanPointProcessVariableClassificationServiceImpl
.
queryForIdxBizFanPointProcessVariableClassificationPage
(
page
));
}
/**
* 列表全部数据查询
*
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"列表全部数据查询"
,
notes
=
"列表全部数据查询"
)
@GetMapping
(
value
=
"/list"
)
public
ResponseModel
<
List
<
IdxBizFanPointProcessVariableClassificationDto
>>
selectForList
()
{
return
ResponseHelper
.
buildResponse
(
idxBizFanPointProcessVariableClassificationServiceImpl
.
queryForIdxBizFanPointProcessVariableClassificationList
());
}
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/controller/IdxBizFanPointTagController.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
controller
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.biz.common.controller.BaseController
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.IdxBizFanPointTagDto
;
import
com.yeejoin.amos.boot.module.jxiop.biz.service.impl.IdxBizFanPointTagServiceImpl
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiOperation
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.web.bind.annotation.*
;
import
org.typroject.tyboot.core.foundation.enumeration.UserType
;
import
org.typroject.tyboot.core.restful.doc.TycloudOperation
;
import
org.typroject.tyboot.core.restful.utils.ResponseHelper
;
import
org.typroject.tyboot.core.restful.utils.ResponseModel
;
import
javax.servlet.http.HttpServletRequest
;
import
java.util.List
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@RestController
@Api
(
tags
=
"Api"
)
@RequestMapping
(
value
=
"/idx-biz-fan-point-tag"
)
public
class
IdxBizFanPointTagController
extends
BaseController
{
@Autowired
IdxBizFanPointTagServiceImpl
idxBizFanPointTagServiceImpl
;
/**
* 新增
*
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PostMapping
(
value
=
"/save"
)
@ApiOperation
(
httpMethod
=
"POST"
,
value
=
"新增"
,
notes
=
"新增"
)
public
ResponseModel
<
IdxBizFanPointTagDto
>
save
(
@RequestBody
IdxBizFanPointTagDto
model
)
{
model
=
idxBizFanPointTagServiceImpl
.
createWithModel
(
model
);
return
ResponseHelper
.
buildResponse
(
model
);
}
/**
* 根据sequenceNbr更新
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PutMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"PUT"
,
value
=
"根据sequenceNbr更新"
,
notes
=
"根据sequenceNbr更新"
)
public
ResponseModel
<
IdxBizFanPointTagDto
>
updateBySequenceNbrIdxBizFanPointTag
(
@RequestBody
IdxBizFanPointTagDto
model
,
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
)
{
model
.
setSequenceNbr
(
sequenceNbr
);
return
ResponseHelper
.
buildResponse
(
idxBizFanPointTagServiceImpl
.
updateWithModel
(
model
));
}
/**
* 根据sequenceNbr删除
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@DeleteMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"DELETE"
,
value
=
"根据sequenceNbr删除"
,
notes
=
"根据sequenceNbr删除"
)
public
ResponseModel
<
Boolean
>
deleteBySequenceNbr
(
HttpServletRequest
request
,
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
){
return
ResponseHelper
.
buildResponse
(
idxBizFanPointTagServiceImpl
.
removeById
(
sequenceNbr
));
}
/**
* 根据sequenceNbr查询
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"根据sequenceNbr查询单个"
,
notes
=
"根据sequenceNbr查询单个"
)
public
ResponseModel
<
IdxBizFanPointTagDto
>
selectOne
(
@PathVariable
Long
sequenceNbr
)
{
return
ResponseHelper
.
buildResponse
(
idxBizFanPointTagServiceImpl
.
queryBySeq
(
sequenceNbr
));
}
/**
* 列表分页查询
*
* @param current 当前页
* @param current 每页大小
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/page"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"分页查询"
,
notes
=
"分页查询"
)
public
ResponseModel
<
Page
<
IdxBizFanPointTagDto
>>
queryForPage
(
@RequestParam
(
value
=
"current"
)
int
current
,
@RequestParam
(
value
=
"size"
)
int
size
)
{
Page
<
IdxBizFanPointTagDto
>
page
=
new
Page
<
IdxBizFanPointTagDto
>();
page
.
setCurrent
(
current
);
page
.
setSize
(
size
);
return
ResponseHelper
.
buildResponse
(
idxBizFanPointTagServiceImpl
.
queryForIdxBizFanPointTagPage
(
page
));
}
/**
* 列表全部数据查询
*
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"列表全部数据查询"
,
notes
=
"列表全部数据查询"
)
@GetMapping
(
value
=
"/list"
)
public
ResponseModel
<
List
<
IdxBizFanPointTagDto
>>
selectForList
()
{
return
ResponseHelper
.
buildResponse
(
idxBizFanPointTagServiceImpl
.
queryForIdxBizFanPointTagList
());
}
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/controller/IdxBizFanPointVarCentralValueController.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
controller
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.biz.common.controller.BaseController
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.IdxBizFanPointVarCentralValueDto
;
import
com.yeejoin.amos.boot.module.jxiop.biz.service.impl.IdxBizFanPointVarCentralValueServiceImpl
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiOperation
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.web.bind.annotation.*
;
import
org.typroject.tyboot.core.foundation.enumeration.UserType
;
import
org.typroject.tyboot.core.restful.doc.TycloudOperation
;
import
org.typroject.tyboot.core.restful.utils.ResponseHelper
;
import
org.typroject.tyboot.core.restful.utils.ResponseModel
;
import
javax.servlet.http.HttpServletRequest
;
import
java.util.List
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@RestController
@Api
(
tags
=
"Api"
)
@RequestMapping
(
value
=
"/idx-biz-fan-point-var-central-value"
)
public
class
IdxBizFanPointVarCentralValueController
extends
BaseController
{
@Autowired
IdxBizFanPointVarCentralValueServiceImpl
idxBizFanPointVarCentralValueServiceImpl
;
/**
* 新增
*
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PostMapping
(
value
=
"/save"
)
@ApiOperation
(
httpMethod
=
"POST"
,
value
=
"新增"
,
notes
=
"新增"
)
public
ResponseModel
<
IdxBizFanPointVarCentralValueDto
>
save
(
@RequestBody
IdxBizFanPointVarCentralValueDto
model
)
{
model
=
idxBizFanPointVarCentralValueServiceImpl
.
createWithModel
(
model
);
return
ResponseHelper
.
buildResponse
(
model
);
}
/**
* 根据sequenceNbr更新
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PutMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"PUT"
,
value
=
"根据sequenceNbr更新"
,
notes
=
"根据sequenceNbr更新"
)
public
ResponseModel
<
IdxBizFanPointVarCentralValueDto
>
updateBySequenceNbrIdxBizFanPointVarCentralValue
(
@RequestBody
IdxBizFanPointVarCentralValueDto
model
,
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
)
{
model
.
setSequenceNbr
(
sequenceNbr
);
return
ResponseHelper
.
buildResponse
(
idxBizFanPointVarCentralValueServiceImpl
.
updateWithModel
(
model
));
}
/**
* 根据sequenceNbr删除
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@DeleteMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"DELETE"
,
value
=
"根据sequenceNbr删除"
,
notes
=
"根据sequenceNbr删除"
)
public
ResponseModel
<
Boolean
>
deleteBySequenceNbr
(
HttpServletRequest
request
,
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
){
return
ResponseHelper
.
buildResponse
(
idxBizFanPointVarCentralValueServiceImpl
.
removeById
(
sequenceNbr
));
}
/**
* 根据sequenceNbr查询
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"根据sequenceNbr查询单个"
,
notes
=
"根据sequenceNbr查询单个"
)
public
ResponseModel
<
IdxBizFanPointVarCentralValueDto
>
selectOne
(
@PathVariable
Long
sequenceNbr
)
{
return
ResponseHelper
.
buildResponse
(
idxBizFanPointVarCentralValueServiceImpl
.
queryBySeq
(
sequenceNbr
));
}
/**
* 列表分页查询
*
* @param current 当前页
* @param current 每页大小
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/page"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"分页查询"
,
notes
=
"分页查询"
)
public
ResponseModel
<
Page
<
IdxBizFanPointVarCentralValueDto
>>
queryForPage
(
@RequestParam
(
value
=
"current"
)
int
current
,
@RequestParam
(
value
=
"size"
)
int
size
)
{
Page
<
IdxBizFanPointVarCentralValueDto
>
page
=
new
Page
<
IdxBizFanPointVarCentralValueDto
>();
page
.
setCurrent
(
current
);
page
.
setSize
(
size
);
return
ResponseHelper
.
buildResponse
(
idxBizFanPointVarCentralValueServiceImpl
.
queryForIdxBizFanPointVarCentralValuePage
(
page
));
}
/**
* 列表全部数据查询
*
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"列表全部数据查询"
,
notes
=
"列表全部数据查询"
)
@GetMapping
(
value
=
"/list"
)
public
ResponseModel
<
List
<
IdxBizFanPointVarCentralValueDto
>>
selectForList
()
{
return
ResponseHelper
.
buildResponse
(
idxBizFanPointVarCentralValueServiceImpl
.
queryForIdxBizFanPointVarCentralValueList
());
}
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/controller/IdxBizFanPointVarCorrelationController.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
controller
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.biz.common.controller.BaseController
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.IdxBizFanPointVarCorrelationDto
;
import
com.yeejoin.amos.boot.module.jxiop.biz.service.impl.IdxBizFanPointVarCorrelationServiceImpl
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiOperation
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.web.bind.annotation.*
;
import
org.typroject.tyboot.core.foundation.enumeration.UserType
;
import
org.typroject.tyboot.core.restful.doc.TycloudOperation
;
import
org.typroject.tyboot.core.restful.utils.ResponseHelper
;
import
org.typroject.tyboot.core.restful.utils.ResponseModel
;
import
javax.servlet.http.HttpServletRequest
;
import
java.util.List
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@RestController
@Api
(
tags
=
"Api"
)
@RequestMapping
(
value
=
"/idx-biz-fan-point-var-correlation"
)
public
class
IdxBizFanPointVarCorrelationController
extends
BaseController
{
@Autowired
IdxBizFanPointVarCorrelationServiceImpl
idxBizFanPointVarCorrelationServiceImpl
;
/**
* 新增
*
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PostMapping
(
value
=
"/save"
)
@ApiOperation
(
httpMethod
=
"POST"
,
value
=
"新增"
,
notes
=
"新增"
)
public
ResponseModel
<
IdxBizFanPointVarCorrelationDto
>
save
(
@RequestBody
IdxBizFanPointVarCorrelationDto
model
)
{
model
=
idxBizFanPointVarCorrelationServiceImpl
.
createWithModel
(
model
);
return
ResponseHelper
.
buildResponse
(
model
);
}
/**
* 根据sequenceNbr更新
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PutMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"PUT"
,
value
=
"根据sequenceNbr更新"
,
notes
=
"根据sequenceNbr更新"
)
public
ResponseModel
<
IdxBizFanPointVarCorrelationDto
>
updateBySequenceNbrIdxBizFanPointVarCorrelation
(
@RequestBody
IdxBizFanPointVarCorrelationDto
model
,
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
)
{
model
.
setSequenceNbr
(
sequenceNbr
);
return
ResponseHelper
.
buildResponse
(
idxBizFanPointVarCorrelationServiceImpl
.
updateWithModel
(
model
));
}
/**
* 根据sequenceNbr删除
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@DeleteMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"DELETE"
,
value
=
"根据sequenceNbr删除"
,
notes
=
"根据sequenceNbr删除"
)
public
ResponseModel
<
Boolean
>
deleteBySequenceNbr
(
HttpServletRequest
request
,
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
){
return
ResponseHelper
.
buildResponse
(
idxBizFanPointVarCorrelationServiceImpl
.
removeById
(
sequenceNbr
));
}
/**
* 根据sequenceNbr查询
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"根据sequenceNbr查询单个"
,
notes
=
"根据sequenceNbr查询单个"
)
public
ResponseModel
<
IdxBizFanPointVarCorrelationDto
>
selectOne
(
@PathVariable
Long
sequenceNbr
)
{
return
ResponseHelper
.
buildResponse
(
idxBizFanPointVarCorrelationServiceImpl
.
queryBySeq
(
sequenceNbr
));
}
/**
* 列表分页查询
*
* @param current 当前页
* @param current 每页大小
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/page"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"分页查询"
,
notes
=
"分页查询"
)
public
ResponseModel
<
Page
<
IdxBizFanPointVarCorrelationDto
>>
queryForPage
(
@RequestParam
(
value
=
"current"
)
int
current
,
@RequestParam
(
value
=
"size"
)
int
size
)
{
Page
<
IdxBizFanPointVarCorrelationDto
>
page
=
new
Page
<
IdxBizFanPointVarCorrelationDto
>();
page
.
setCurrent
(
current
);
page
.
setSize
(
size
);
return
ResponseHelper
.
buildResponse
(
idxBizFanPointVarCorrelationServiceImpl
.
queryForIdxBizFanPointVarCorrelationPage
(
page
));
}
/**
* 列表全部数据查询
*
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"列表全部数据查询"
,
notes
=
"列表全部数据查询"
)
@GetMapping
(
value
=
"/list"
)
public
ResponseModel
<
List
<
IdxBizFanPointVarCorrelationDto
>>
selectForList
()
{
return
ResponseHelper
.
buildResponse
(
idxBizFanPointVarCorrelationServiceImpl
.
queryForIdxBizFanPointVarCorrelationList
());
}
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/controller/IdxBizFanWarningRecordController.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
controller
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.biz.common.controller.BaseController
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.IdxBizFanWarningRecordDto
;
import
com.yeejoin.amos.boot.module.jxiop.biz.service.impl.IdxBizFanWarningRecordServiceImpl
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiOperation
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.web.bind.annotation.*
;
import
org.typroject.tyboot.core.foundation.enumeration.UserType
;
import
org.typroject.tyboot.core.restful.doc.TycloudOperation
;
import
org.typroject.tyboot.core.restful.utils.ResponseHelper
;
import
org.typroject.tyboot.core.restful.utils.ResponseModel
;
import
javax.servlet.http.HttpServletRequest
;
import
java.util.List
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@RestController
@Api
(
tags
=
"Api"
)
@RequestMapping
(
value
=
"/idx-biz-fan-warning-record"
)
public
class
IdxBizFanWarningRecordController
extends
BaseController
{
@Autowired
IdxBizFanWarningRecordServiceImpl
idxBizFanWarningRecordServiceImpl
;
/**
* 新增
*
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PostMapping
(
value
=
"/save"
)
@ApiOperation
(
httpMethod
=
"POST"
,
value
=
"新增"
,
notes
=
"新增"
)
public
ResponseModel
<
IdxBizFanWarningRecordDto
>
save
(
@RequestBody
IdxBizFanWarningRecordDto
model
)
{
model
=
idxBizFanWarningRecordServiceImpl
.
createWithModel
(
model
);
return
ResponseHelper
.
buildResponse
(
model
);
}
/**
* 根据sequenceNbr更新
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PutMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"PUT"
,
value
=
"根据sequenceNbr更新"
,
notes
=
"根据sequenceNbr更新"
)
public
ResponseModel
<
IdxBizFanWarningRecordDto
>
updateBySequenceNbrIdxBizFanWarningRecord
(
@RequestBody
IdxBizFanWarningRecordDto
model
,
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
)
{
model
.
setSequenceNbr
(
sequenceNbr
);
return
ResponseHelper
.
buildResponse
(
idxBizFanWarningRecordServiceImpl
.
updateWithModel
(
model
));
}
/**
* 根据sequenceNbr删除
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@DeleteMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"DELETE"
,
value
=
"根据sequenceNbr删除"
,
notes
=
"根据sequenceNbr删除"
)
public
ResponseModel
<
Boolean
>
deleteBySequenceNbr
(
HttpServletRequest
request
,
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
){
return
ResponseHelper
.
buildResponse
(
idxBizFanWarningRecordServiceImpl
.
removeById
(
sequenceNbr
));
}
/**
* 根据sequenceNbr查询
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"根据sequenceNbr查询单个"
,
notes
=
"根据sequenceNbr查询单个"
)
public
ResponseModel
<
IdxBizFanWarningRecordDto
>
selectOne
(
@PathVariable
Long
sequenceNbr
)
{
return
ResponseHelper
.
buildResponse
(
idxBizFanWarningRecordServiceImpl
.
queryBySeq
(
sequenceNbr
));
}
/**
* 列表分页查询
*
* @param current 当前页
* @param current 每页大小
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/page"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"分页查询"
,
notes
=
"分页查询"
)
public
ResponseModel
<
Page
<
IdxBizFanWarningRecordDto
>>
queryForPage
(
@RequestParam
(
value
=
"current"
)
int
current
,
@RequestParam
(
value
=
"size"
)
int
size
)
{
Page
<
IdxBizFanWarningRecordDto
>
page
=
new
Page
<
IdxBizFanWarningRecordDto
>();
page
.
setCurrent
(
current
);
page
.
setSize
(
size
);
return
ResponseHelper
.
buildResponse
(
idxBizFanWarningRecordServiceImpl
.
queryForIdxBizFanWarningRecordPage
(
page
));
}
/**
* 列表全部数据查询
*
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"列表全部数据查询"
,
notes
=
"列表全部数据查询"
)
@GetMapping
(
value
=
"/list"
)
public
ResponseModel
<
List
<
IdxBizFanWarningRecordDto
>>
selectForList
()
{
return
ResponseHelper
.
buildResponse
(
idxBizFanWarningRecordServiceImpl
.
queryForIdxBizFanWarningRecordList
());
}
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/controller/IdxBizFanWarningRuleSetController.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
controller
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.biz.common.controller.BaseController
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.IdxBizFanWarningRuleSetDto
;
import
com.yeejoin.amos.boot.module.jxiop.biz.service.impl.IdxBizFanWarningRuleSetServiceImpl
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiOperation
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.web.bind.annotation.*
;
import
org.typroject.tyboot.core.foundation.enumeration.UserType
;
import
org.typroject.tyboot.core.restful.doc.TycloudOperation
;
import
org.typroject.tyboot.core.restful.utils.ResponseHelper
;
import
org.typroject.tyboot.core.restful.utils.ResponseModel
;
import
javax.servlet.http.HttpServletRequest
;
import
java.util.List
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@RestController
@Api
(
tags
=
"Api"
)
@RequestMapping
(
value
=
"/idx-biz-fan-warning-rule-set"
)
public
class
IdxBizFanWarningRuleSetController
extends
BaseController
{
@Autowired
IdxBizFanWarningRuleSetServiceImpl
idxBizFanWarningRuleSetServiceImpl
;
/**
* 新增
*
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PostMapping
(
value
=
"/save"
)
@ApiOperation
(
httpMethod
=
"POST"
,
value
=
"新增"
,
notes
=
"新增"
)
public
ResponseModel
<
IdxBizFanWarningRuleSetDto
>
save
(
@RequestBody
IdxBizFanWarningRuleSetDto
model
)
{
model
=
idxBizFanWarningRuleSetServiceImpl
.
createWithModel
(
model
);
return
ResponseHelper
.
buildResponse
(
model
);
}
/**
* 根据sequenceNbr更新
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PutMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"PUT"
,
value
=
"根据sequenceNbr更新"
,
notes
=
"根据sequenceNbr更新"
)
public
ResponseModel
<
IdxBizFanWarningRuleSetDto
>
updateBySequenceNbrIdxBizFanWarningRuleSet
(
@RequestBody
IdxBizFanWarningRuleSetDto
model
,
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
)
{
model
.
setSequenceNbr
(
sequenceNbr
);
return
ResponseHelper
.
buildResponse
(
idxBizFanWarningRuleSetServiceImpl
.
updateWithModel
(
model
));
}
/**
* 根据sequenceNbr删除
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@DeleteMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"DELETE"
,
value
=
"根据sequenceNbr删除"
,
notes
=
"根据sequenceNbr删除"
)
public
ResponseModel
<
Boolean
>
deleteBySequenceNbr
(
HttpServletRequest
request
,
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
){
return
ResponseHelper
.
buildResponse
(
idxBizFanWarningRuleSetServiceImpl
.
removeById
(
sequenceNbr
));
}
/**
* 根据sequenceNbr查询
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"根据sequenceNbr查询单个"
,
notes
=
"根据sequenceNbr查询单个"
)
public
ResponseModel
<
IdxBizFanWarningRuleSetDto
>
selectOne
(
@PathVariable
Long
sequenceNbr
)
{
return
ResponseHelper
.
buildResponse
(
idxBizFanWarningRuleSetServiceImpl
.
queryBySeq
(
sequenceNbr
));
}
/**
* 列表分页查询
*
* @param current 当前页
* @param current 每页大小
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/page"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"分页查询"
,
notes
=
"分页查询"
)
public
ResponseModel
<
Page
<
IdxBizFanWarningRuleSetDto
>>
queryForPage
(
@RequestParam
(
value
=
"current"
)
int
current
,
@RequestParam
(
value
=
"size"
)
int
size
)
{
Page
<
IdxBizFanWarningRuleSetDto
>
page
=
new
Page
<
IdxBizFanWarningRuleSetDto
>();
page
.
setCurrent
(
current
);
page
.
setSize
(
size
);
return
ResponseHelper
.
buildResponse
(
idxBizFanWarningRuleSetServiceImpl
.
queryForIdxBizFanWarningRuleSetPage
(
page
));
}
/**
* 列表全部数据查询
*
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"列表全部数据查询"
,
notes
=
"列表全部数据查询"
)
@GetMapping
(
value
=
"/list"
)
public
ResponseModel
<
List
<
IdxBizFanWarningRuleSetDto
>>
selectForList
()
{
return
ResponseHelper
.
buildResponse
(
idxBizFanWarningRuleSetServiceImpl
.
queryForIdxBizFanWarningRuleSetList
());
}
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/controller/IdxBizPvHealthIndexController.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
controller
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.biz.common.controller.BaseController
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.IdxBizPvHealthIndexDto
;
import
com.yeejoin.amos.boot.module.jxiop.biz.service.impl.IdxBizPvHealthIndexServiceImpl
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiOperation
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.web.bind.annotation.*
;
import
org.typroject.tyboot.core.foundation.enumeration.UserType
;
import
org.typroject.tyboot.core.restful.doc.TycloudOperation
;
import
org.typroject.tyboot.core.restful.utils.ResponseHelper
;
import
org.typroject.tyboot.core.restful.utils.ResponseModel
;
import
javax.servlet.http.HttpServletRequest
;
import
java.util.List
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@RestController
@Api
(
tags
=
"Api"
)
@RequestMapping
(
value
=
"/idx-biz-pv-health-index"
)
public
class
IdxBizPvHealthIndexController
extends
BaseController
{
@Autowired
IdxBizPvHealthIndexServiceImpl
idxBizPvHealthIndexServiceImpl
;
/**
* 新增
*
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PostMapping
(
value
=
"/save"
)
@ApiOperation
(
httpMethod
=
"POST"
,
value
=
"新增"
,
notes
=
"新增"
)
public
ResponseModel
<
IdxBizPvHealthIndexDto
>
save
(
@RequestBody
IdxBizPvHealthIndexDto
model
)
{
model
=
idxBizPvHealthIndexServiceImpl
.
createWithModel
(
model
);
return
ResponseHelper
.
buildResponse
(
model
);
}
/**
* 根据sequenceNbr更新
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PutMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"PUT"
,
value
=
"根据sequenceNbr更新"
,
notes
=
"根据sequenceNbr更新"
)
public
ResponseModel
<
IdxBizPvHealthIndexDto
>
updateBySequenceNbrIdxBizPvHealthIndex
(
@RequestBody
IdxBizPvHealthIndexDto
model
,
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
)
{
model
.
setSequenceNbr
(
sequenceNbr
);
return
ResponseHelper
.
buildResponse
(
idxBizPvHealthIndexServiceImpl
.
updateWithModel
(
model
));
}
/**
* 根据sequenceNbr删除
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@DeleteMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"DELETE"
,
value
=
"根据sequenceNbr删除"
,
notes
=
"根据sequenceNbr删除"
)
public
ResponseModel
<
Boolean
>
deleteBySequenceNbr
(
HttpServletRequest
request
,
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
){
return
ResponseHelper
.
buildResponse
(
idxBizPvHealthIndexServiceImpl
.
removeById
(
sequenceNbr
));
}
/**
* 根据sequenceNbr查询
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"根据sequenceNbr查询单个"
,
notes
=
"根据sequenceNbr查询单个"
)
public
ResponseModel
<
IdxBizPvHealthIndexDto
>
selectOne
(
@PathVariable
Long
sequenceNbr
)
{
return
ResponseHelper
.
buildResponse
(
idxBizPvHealthIndexServiceImpl
.
queryBySeq
(
sequenceNbr
));
}
/**
* 列表分页查询
*
* @param current 当前页
* @param current 每页大小
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/page"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"分页查询"
,
notes
=
"分页查询"
)
public
ResponseModel
<
Page
<
IdxBizPvHealthIndexDto
>>
queryForPage
(
@RequestParam
(
value
=
"current"
)
int
current
,
@RequestParam
(
value
=
"size"
)
int
size
)
{
Page
<
IdxBizPvHealthIndexDto
>
page
=
new
Page
<
IdxBizPvHealthIndexDto
>();
page
.
setCurrent
(
current
);
page
.
setSize
(
size
);
return
ResponseHelper
.
buildResponse
(
idxBizPvHealthIndexServiceImpl
.
queryForIdxBizPvHealthIndexPage
(
page
));
}
/**
* 列表全部数据查询
*
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"列表全部数据查询"
,
notes
=
"列表全部数据查询"
)
@GetMapping
(
value
=
"/list"
)
public
ResponseModel
<
List
<
IdxBizPvHealthIndexDto
>>
selectForList
()
{
return
ResponseHelper
.
buildResponse
(
idxBizPvHealthIndexServiceImpl
.
queryForIdxBizPvHealthIndexList
());
}
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/controller/IdxBizPvHealthLevelController.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
controller
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.biz.common.controller.BaseController
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.IdxBizPvHealthLevelDto
;
import
com.yeejoin.amos.boot.module.jxiop.biz.service.impl.IdxBizPvHealthLevelServiceImpl
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiOperation
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.web.bind.annotation.*
;
import
org.typroject.tyboot.core.foundation.enumeration.UserType
;
import
org.typroject.tyboot.core.restful.doc.TycloudOperation
;
import
org.typroject.tyboot.core.restful.utils.ResponseHelper
;
import
org.typroject.tyboot.core.restful.utils.ResponseModel
;
import
javax.servlet.http.HttpServletRequest
;
import
java.util.List
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@RestController
@Api
(
tags
=
"Api"
)
@RequestMapping
(
value
=
"/idx-biz-pv-health-level"
)
public
class
IdxBizPvHealthLevelController
extends
BaseController
{
@Autowired
IdxBizPvHealthLevelServiceImpl
idxBizPvHealthLevelServiceImpl
;
/**
* 新增
*
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PostMapping
(
value
=
"/save"
)
@ApiOperation
(
httpMethod
=
"POST"
,
value
=
"新增"
,
notes
=
"新增"
)
public
ResponseModel
<
IdxBizPvHealthLevelDto
>
save
(
@RequestBody
IdxBizPvHealthLevelDto
model
)
{
model
=
idxBizPvHealthLevelServiceImpl
.
createWithModel
(
model
);
return
ResponseHelper
.
buildResponse
(
model
);
}
/**
* 根据sequenceNbr更新
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PutMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"PUT"
,
value
=
"根据sequenceNbr更新"
,
notes
=
"根据sequenceNbr更新"
)
public
ResponseModel
<
IdxBizPvHealthLevelDto
>
updateBySequenceNbrIdxBizPvHealthLevel
(
@RequestBody
IdxBizPvHealthLevelDto
model
,
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
)
{
model
.
setSequenceNbr
(
sequenceNbr
);
return
ResponseHelper
.
buildResponse
(
idxBizPvHealthLevelServiceImpl
.
updateWithModel
(
model
));
}
/**
* 根据sequenceNbr删除
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@DeleteMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"DELETE"
,
value
=
"根据sequenceNbr删除"
,
notes
=
"根据sequenceNbr删除"
)
public
ResponseModel
<
Boolean
>
deleteBySequenceNbr
(
HttpServletRequest
request
,
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
){
return
ResponseHelper
.
buildResponse
(
idxBizPvHealthLevelServiceImpl
.
removeById
(
sequenceNbr
));
}
/**
* 根据sequenceNbr查询
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"根据sequenceNbr查询单个"
,
notes
=
"根据sequenceNbr查询单个"
)
public
ResponseModel
<
IdxBizPvHealthLevelDto
>
selectOne
(
@PathVariable
Long
sequenceNbr
)
{
return
ResponseHelper
.
buildResponse
(
idxBizPvHealthLevelServiceImpl
.
queryBySeq
(
sequenceNbr
));
}
/**
* 列表分页查询
*
* @param current 当前页
* @param current 每页大小
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/page"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"分页查询"
,
notes
=
"分页查询"
)
public
ResponseModel
<
Page
<
IdxBizPvHealthLevelDto
>>
queryForPage
(
@RequestParam
(
value
=
"current"
)
int
current
,
@RequestParam
(
value
=
"size"
)
int
size
)
{
Page
<
IdxBizPvHealthLevelDto
>
page
=
new
Page
<
IdxBizPvHealthLevelDto
>();
page
.
setCurrent
(
current
);
page
.
setSize
(
size
);
return
ResponseHelper
.
buildResponse
(
idxBizPvHealthLevelServiceImpl
.
queryForIdxBizPvHealthLevelPage
(
page
));
}
/**
* 列表全部数据查询
*
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"列表全部数据查询"
,
notes
=
"列表全部数据查询"
)
@GetMapping
(
value
=
"/list"
)
public
ResponseModel
<
List
<
IdxBizPvHealthLevelDto
>>
selectForList
()
{
return
ResponseHelper
.
buildResponse
(
idxBizPvHealthLevelServiceImpl
.
queryForIdxBizPvHealthLevelList
());
}
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/controller/IdxBizPvPointProcessVariableClassificationController.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
controller
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.biz.common.controller.BaseController
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.IdxBizPvPointProcessVariableClassificationDto
;
import
com.yeejoin.amos.boot.module.jxiop.biz.service.impl.IdxBizPvPointProcessVariableClassificationServiceImpl
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiOperation
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.web.bind.annotation.*
;
import
org.typroject.tyboot.core.foundation.enumeration.UserType
;
import
org.typroject.tyboot.core.restful.doc.TycloudOperation
;
import
org.typroject.tyboot.core.restful.utils.ResponseHelper
;
import
org.typroject.tyboot.core.restful.utils.ResponseModel
;
import
javax.servlet.http.HttpServletRequest
;
import
java.util.List
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@RestController
@Api
(
tags
=
"Api"
)
@RequestMapping
(
value
=
"/idx-biz-pv-point-process-variable-classification"
)
public
class
IdxBizPvPointProcessVariableClassificationController
extends
BaseController
{
@Autowired
IdxBizPvPointProcessVariableClassificationServiceImpl
idxBizPvPointProcessVariableClassificationServiceImpl
;
/**
* 新增
*
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PostMapping
(
value
=
"/save"
)
@ApiOperation
(
httpMethod
=
"POST"
,
value
=
"新增"
,
notes
=
"新增"
)
public
ResponseModel
<
IdxBizPvPointProcessVariableClassificationDto
>
save
(
@RequestBody
IdxBizPvPointProcessVariableClassificationDto
model
)
{
model
=
idxBizPvPointProcessVariableClassificationServiceImpl
.
createWithModel
(
model
);
return
ResponseHelper
.
buildResponse
(
model
);
}
/**
* 根据sequenceNbr更新
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PutMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"PUT"
,
value
=
"根据sequenceNbr更新"
,
notes
=
"根据sequenceNbr更新"
)
public
ResponseModel
<
IdxBizPvPointProcessVariableClassificationDto
>
updateBySequenceNbrIdxBizPvPointProcessVariableClassification
(
@RequestBody
IdxBizPvPointProcessVariableClassificationDto
model
,
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
)
{
model
.
setSequenceNbr
(
sequenceNbr
);
return
ResponseHelper
.
buildResponse
(
idxBizPvPointProcessVariableClassificationServiceImpl
.
updateWithModel
(
model
));
}
/**
* 根据sequenceNbr删除
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@DeleteMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"DELETE"
,
value
=
"根据sequenceNbr删除"
,
notes
=
"根据sequenceNbr删除"
)
public
ResponseModel
<
Boolean
>
deleteBySequenceNbr
(
HttpServletRequest
request
,
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
){
return
ResponseHelper
.
buildResponse
(
idxBizPvPointProcessVariableClassificationServiceImpl
.
removeById
(
sequenceNbr
));
}
/**
* 根据sequenceNbr查询
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"根据sequenceNbr查询单个"
,
notes
=
"根据sequenceNbr查询单个"
)
public
ResponseModel
<
IdxBizPvPointProcessVariableClassificationDto
>
selectOne
(
@PathVariable
Long
sequenceNbr
)
{
return
ResponseHelper
.
buildResponse
(
idxBizPvPointProcessVariableClassificationServiceImpl
.
queryBySeq
(
sequenceNbr
));
}
/**
* 列表分页查询
*
* @param current 当前页
* @param current 每页大小
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/page"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"分页查询"
,
notes
=
"分页查询"
)
public
ResponseModel
<
Page
<
IdxBizPvPointProcessVariableClassificationDto
>>
queryForPage
(
@RequestParam
(
value
=
"current"
)
int
current
,
@RequestParam
(
value
=
"size"
)
int
size
)
{
Page
<
IdxBizPvPointProcessVariableClassificationDto
>
page
=
new
Page
<
IdxBizPvPointProcessVariableClassificationDto
>();
page
.
setCurrent
(
current
);
page
.
setSize
(
size
);
return
ResponseHelper
.
buildResponse
(
idxBizPvPointProcessVariableClassificationServiceImpl
.
queryForIdxBizPvPointProcessVariableClassificationPage
(
page
));
}
/**
* 列表全部数据查询
*
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"列表全部数据查询"
,
notes
=
"列表全部数据查询"
)
@GetMapping
(
value
=
"/list"
)
public
ResponseModel
<
List
<
IdxBizPvPointProcessVariableClassificationDto
>>
selectForList
()
{
return
ResponseHelper
.
buildResponse
(
idxBizPvPointProcessVariableClassificationServiceImpl
.
queryForIdxBizPvPointProcessVariableClassificationList
());
}
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/controller/IdxBizPvPointTagController.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
controller
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.biz.common.controller.BaseController
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.IdxBizPvPointTagDto
;
import
com.yeejoin.amos.boot.module.jxiop.biz.service.impl.IdxBizPvPointTagServiceImpl
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiOperation
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.web.bind.annotation.*
;
import
org.typroject.tyboot.core.foundation.enumeration.UserType
;
import
org.typroject.tyboot.core.restful.doc.TycloudOperation
;
import
org.typroject.tyboot.core.restful.utils.ResponseHelper
;
import
org.typroject.tyboot.core.restful.utils.ResponseModel
;
import
javax.servlet.http.HttpServletRequest
;
import
java.util.List
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@RestController
@Api
(
tags
=
"Api"
)
@RequestMapping
(
value
=
"/idx-biz-pv-point-tag"
)
public
class
IdxBizPvPointTagController
extends
BaseController
{
@Autowired
IdxBizPvPointTagServiceImpl
idxBizPvPointTagServiceImpl
;
/**
* 新增
*
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PostMapping
(
value
=
"/save"
)
@ApiOperation
(
httpMethod
=
"POST"
,
value
=
"新增"
,
notes
=
"新增"
)
public
ResponseModel
<
IdxBizPvPointTagDto
>
save
(
@RequestBody
IdxBizPvPointTagDto
model
)
{
model
=
idxBizPvPointTagServiceImpl
.
createWithModel
(
model
);
return
ResponseHelper
.
buildResponse
(
model
);
}
/**
* 根据sequenceNbr更新
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PutMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"PUT"
,
value
=
"根据sequenceNbr更新"
,
notes
=
"根据sequenceNbr更新"
)
public
ResponseModel
<
IdxBizPvPointTagDto
>
updateBySequenceNbrIdxBizPvPointTag
(
@RequestBody
IdxBizPvPointTagDto
model
,
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
)
{
model
.
setSequenceNbr
(
sequenceNbr
);
return
ResponseHelper
.
buildResponse
(
idxBizPvPointTagServiceImpl
.
updateWithModel
(
model
));
}
/**
* 根据sequenceNbr删除
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@DeleteMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"DELETE"
,
value
=
"根据sequenceNbr删除"
,
notes
=
"根据sequenceNbr删除"
)
public
ResponseModel
<
Boolean
>
deleteBySequenceNbr
(
HttpServletRequest
request
,
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
){
return
ResponseHelper
.
buildResponse
(
idxBizPvPointTagServiceImpl
.
removeById
(
sequenceNbr
));
}
/**
* 根据sequenceNbr查询
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"根据sequenceNbr查询单个"
,
notes
=
"根据sequenceNbr查询单个"
)
public
ResponseModel
<
IdxBizPvPointTagDto
>
selectOne
(
@PathVariable
Long
sequenceNbr
)
{
return
ResponseHelper
.
buildResponse
(
idxBizPvPointTagServiceImpl
.
queryBySeq
(
sequenceNbr
));
}
/**
* 列表分页查询
*
* @param current 当前页
* @param current 每页大小
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/page"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"分页查询"
,
notes
=
"分页查询"
)
public
ResponseModel
<
Page
<
IdxBizPvPointTagDto
>>
queryForPage
(
@RequestParam
(
value
=
"current"
)
int
current
,
@RequestParam
(
value
=
"size"
)
int
size
)
{
Page
<
IdxBizPvPointTagDto
>
page
=
new
Page
<
IdxBizPvPointTagDto
>();
page
.
setCurrent
(
current
);
page
.
setSize
(
size
);
return
ResponseHelper
.
buildResponse
(
idxBizPvPointTagServiceImpl
.
queryForIdxBizPvPointTagPage
(
page
));
}
/**
* 列表全部数据查询
*
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"列表全部数据查询"
,
notes
=
"列表全部数据查询"
)
@GetMapping
(
value
=
"/list"
)
public
ResponseModel
<
List
<
IdxBizPvPointTagDto
>>
selectForList
()
{
return
ResponseHelper
.
buildResponse
(
idxBizPvPointTagServiceImpl
.
queryForIdxBizPvPointTagList
());
}
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/controller/IdxBizPvPointVarCentralValueController.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
controller
;
import
org.springframework.web.bind.annotation.RequestMapping
;
import
io.swagger.annotations.ApiOperation
;
import
io.swagger.annotations.Api
;
import
org.springframework.web.bind.annotation.RestController
;
import
com.yeejoin.amos.boot.biz.common.controller.BaseController
;
import
java.util.List
;
import
com.yeejoin.amos.boot.module.jxiop.biz.service.impl.IdxBizPvPointVarCentralValueServiceImpl
;
import
org.typroject.tyboot.core.restful.utils.ResponseHelper
;
import
org.typroject.tyboot.core.restful.utils.ResponseModel
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
javax.servlet.http.HttpServletRequest
;
import
org.springframework.web.bind.annotation.*
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.IdxBizPvPointVarCentralValueDto
;
import
org.typroject.tyboot.core.restful.doc.TycloudOperation
;
import
org.typroject.tyboot.core.foundation.enumeration.UserType
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@RestController
@Api
(
tags
=
"Api"
)
@RequestMapping
(
value
=
"/idx-biz-pv-point-var-central-value"
)
public
class
IdxBizPvPointVarCentralValueController
extends
BaseController
{
@Autowired
IdxBizPvPointVarCentralValueServiceImpl
idxBizPvPointVarCentralValueServiceImpl
;
/**
* 新增
*
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PostMapping
(
value
=
"/save"
)
@ApiOperation
(
httpMethod
=
"POST"
,
value
=
"新增"
,
notes
=
"新增"
)
public
ResponseModel
<
IdxBizPvPointVarCentralValueDto
>
save
(
@RequestBody
IdxBizPvPointVarCentralValueDto
model
)
{
model
=
idxBizPvPointVarCentralValueServiceImpl
.
createWithModel
(
model
);
return
ResponseHelper
.
buildResponse
(
model
);
}
/**
* 根据sequenceNbr更新
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PutMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"PUT"
,
value
=
"根据sequenceNbr更新"
,
notes
=
"根据sequenceNbr更新"
)
public
ResponseModel
<
IdxBizPvPointVarCentralValueDto
>
updateBySequenceNbrIdxBizPvPointVarCentralValue
(
@RequestBody
IdxBizPvPointVarCentralValueDto
model
,
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
)
{
model
.
setSequenceNbr
(
sequenceNbr
);
return
ResponseHelper
.
buildResponse
(
idxBizPvPointVarCentralValueServiceImpl
.
updateWithModel
(
model
));
}
/**
* 根据sequenceNbr删除
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@DeleteMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"DELETE"
,
value
=
"根据sequenceNbr删除"
,
notes
=
"根据sequenceNbr删除"
)
public
ResponseModel
<
Boolean
>
deleteBySequenceNbr
(
HttpServletRequest
request
,
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
){
return
ResponseHelper
.
buildResponse
(
idxBizPvPointVarCentralValueServiceImpl
.
removeById
(
sequenceNbr
));
}
/**
* 根据sequenceNbr查询
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"根据sequenceNbr查询单个"
,
notes
=
"根据sequenceNbr查询单个"
)
public
ResponseModel
<
IdxBizPvPointVarCentralValueDto
>
selectOne
(
@PathVariable
Long
sequenceNbr
)
{
return
ResponseHelper
.
buildResponse
(
idxBizPvPointVarCentralValueServiceImpl
.
queryBySeq
(
sequenceNbr
));
}
/**
* 列表分页查询
*
* @param current 当前页
* @param current 每页大小
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/page"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"分页查询"
,
notes
=
"分页查询"
)
public
ResponseModel
<
Page
<
IdxBizPvPointVarCentralValueDto
>>
queryForPage
(
@RequestParam
(
value
=
"current"
)
int
current
,
@RequestParam
(
value
=
"size"
)
int
size
)
{
Page
<
IdxBizPvPointVarCentralValueDto
>
page
=
new
Page
<
IdxBizPvPointVarCentralValueDto
>();
page
.
setCurrent
(
current
);
page
.
setSize
(
size
);
return
ResponseHelper
.
buildResponse
(
idxBizPvPointVarCentralValueServiceImpl
.
queryForIdxBizPvPointVarCentralValuePage
(
page
));
}
/**
* 列表全部数据查询
*
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"列表全部数据查询"
,
notes
=
"列表全部数据查询"
)
@GetMapping
(
value
=
"/list"
)
public
ResponseModel
<
List
<
IdxBizPvPointVarCentralValueDto
>>
selectForList
()
{
return
ResponseHelper
.
buildResponse
(
idxBizPvPointVarCentralValueServiceImpl
.
queryForIdxBizPvPointVarCentralValueList
());
}
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/controller/IdxBizPvPointVarCorrelationController.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
controller
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.biz.common.controller.BaseController
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.IdxBizPvPointVarCorrelationDto
;
import
com.yeejoin.amos.boot.module.jxiop.biz.service.impl.IdxBizPvPointVarCorrelationServiceImpl
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiOperation
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.web.bind.annotation.*
;
import
org.typroject.tyboot.core.foundation.enumeration.UserType
;
import
org.typroject.tyboot.core.restful.doc.TycloudOperation
;
import
org.typroject.tyboot.core.restful.utils.ResponseHelper
;
import
org.typroject.tyboot.core.restful.utils.ResponseModel
;
import
javax.servlet.http.HttpServletRequest
;
import
java.util.List
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@RestController
@Api
(
tags
=
"Api"
)
@RequestMapping
(
value
=
"/idx-biz-pv-point-var-correlation"
)
public
class
IdxBizPvPointVarCorrelationController
extends
BaseController
{
@Autowired
IdxBizPvPointVarCorrelationServiceImpl
idxBizPvPointVarCorrelationServiceImpl
;
/**
* 新增
*
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PostMapping
(
value
=
"/save"
)
@ApiOperation
(
httpMethod
=
"POST"
,
value
=
"新增"
,
notes
=
"新增"
)
public
ResponseModel
<
IdxBizPvPointVarCorrelationDto
>
save
(
@RequestBody
IdxBizPvPointVarCorrelationDto
model
)
{
model
=
idxBizPvPointVarCorrelationServiceImpl
.
createWithModel
(
model
);
return
ResponseHelper
.
buildResponse
(
model
);
}
/**
* 根据sequenceNbr更新
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PutMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"PUT"
,
value
=
"根据sequenceNbr更新"
,
notes
=
"根据sequenceNbr更新"
)
public
ResponseModel
<
IdxBizPvPointVarCorrelationDto
>
updateBySequenceNbrIdxBizPvPointVarCorrelation
(
@RequestBody
IdxBizPvPointVarCorrelationDto
model
,
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
)
{
model
.
setSequenceNbr
(
sequenceNbr
);
return
ResponseHelper
.
buildResponse
(
idxBizPvPointVarCorrelationServiceImpl
.
updateWithModel
(
model
));
}
/**
* 根据sequenceNbr删除
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@DeleteMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"DELETE"
,
value
=
"根据sequenceNbr删除"
,
notes
=
"根据sequenceNbr删除"
)
public
ResponseModel
<
Boolean
>
deleteBySequenceNbr
(
HttpServletRequest
request
,
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
){
return
ResponseHelper
.
buildResponse
(
idxBizPvPointVarCorrelationServiceImpl
.
removeById
(
sequenceNbr
));
}
/**
* 根据sequenceNbr查询
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"根据sequenceNbr查询单个"
,
notes
=
"根据sequenceNbr查询单个"
)
public
ResponseModel
<
IdxBizPvPointVarCorrelationDto
>
selectOne
(
@PathVariable
Long
sequenceNbr
)
{
return
ResponseHelper
.
buildResponse
(
idxBizPvPointVarCorrelationServiceImpl
.
queryBySeq
(
sequenceNbr
));
}
/**
* 列表分页查询
*
* @param current 当前页
* @param current 每页大小
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/page"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"分页查询"
,
notes
=
"分页查询"
)
public
ResponseModel
<
Page
<
IdxBizPvPointVarCorrelationDto
>>
queryForPage
(
@RequestParam
(
value
=
"current"
)
int
current
,
@RequestParam
(
value
=
"size"
)
int
size
)
{
Page
<
IdxBizPvPointVarCorrelationDto
>
page
=
new
Page
<
IdxBizPvPointVarCorrelationDto
>();
page
.
setCurrent
(
current
);
page
.
setSize
(
size
);
return
ResponseHelper
.
buildResponse
(
idxBizPvPointVarCorrelationServiceImpl
.
queryForIdxBizPvPointVarCorrelationPage
(
page
));
}
/**
* 列表全部数据查询
*
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"列表全部数据查询"
,
notes
=
"列表全部数据查询"
)
@GetMapping
(
value
=
"/list"
)
public
ResponseModel
<
List
<
IdxBizPvPointVarCorrelationDto
>>
selectForList
()
{
return
ResponseHelper
.
buildResponse
(
idxBizPvPointVarCorrelationServiceImpl
.
queryForIdxBizPvPointVarCorrelationList
());
}
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/controller/IdxBizPvWarningRecordController.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
controller
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.biz.common.controller.BaseController
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.IdxBizPvWarningRecordDto
;
import
com.yeejoin.amos.boot.module.jxiop.biz.service.impl.IdxBizPvWarningRecordServiceImpl
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiOperation
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.web.bind.annotation.*
;
import
org.typroject.tyboot.core.foundation.enumeration.UserType
;
import
org.typroject.tyboot.core.restful.doc.TycloudOperation
;
import
org.typroject.tyboot.core.restful.utils.ResponseHelper
;
import
org.typroject.tyboot.core.restful.utils.ResponseModel
;
import
javax.servlet.http.HttpServletRequest
;
import
java.util.List
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@RestController
@Api
(
tags
=
"Api"
)
@RequestMapping
(
value
=
"/idx-biz-pv-warning-record"
)
public
class
IdxBizPvWarningRecordController
extends
BaseController
{
@Autowired
IdxBizPvWarningRecordServiceImpl
idxBizPvWarningRecordServiceImpl
;
/**
* 新增
*
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PostMapping
(
value
=
"/save"
)
@ApiOperation
(
httpMethod
=
"POST"
,
value
=
"新增"
,
notes
=
"新增"
)
public
ResponseModel
<
IdxBizPvWarningRecordDto
>
save
(
@RequestBody
IdxBizPvWarningRecordDto
model
)
{
model
=
idxBizPvWarningRecordServiceImpl
.
createWithModel
(
model
);
return
ResponseHelper
.
buildResponse
(
model
);
}
/**
* 根据sequenceNbr更新
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PutMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"PUT"
,
value
=
"根据sequenceNbr更新"
,
notes
=
"根据sequenceNbr更新"
)
public
ResponseModel
<
IdxBizPvWarningRecordDto
>
updateBySequenceNbrIdxBizPvWarningRecord
(
@RequestBody
IdxBizPvWarningRecordDto
model
,
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
)
{
model
.
setSequenceNbr
(
sequenceNbr
);
return
ResponseHelper
.
buildResponse
(
idxBizPvWarningRecordServiceImpl
.
updateWithModel
(
model
));
}
/**
* 根据sequenceNbr删除
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@DeleteMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"DELETE"
,
value
=
"根据sequenceNbr删除"
,
notes
=
"根据sequenceNbr删除"
)
public
ResponseModel
<
Boolean
>
deleteBySequenceNbr
(
HttpServletRequest
request
,
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
){
return
ResponseHelper
.
buildResponse
(
idxBizPvWarningRecordServiceImpl
.
removeById
(
sequenceNbr
));
}
/**
* 根据sequenceNbr查询
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"根据sequenceNbr查询单个"
,
notes
=
"根据sequenceNbr查询单个"
)
public
ResponseModel
<
IdxBizPvWarningRecordDto
>
selectOne
(
@PathVariable
Long
sequenceNbr
)
{
return
ResponseHelper
.
buildResponse
(
idxBizPvWarningRecordServiceImpl
.
queryBySeq
(
sequenceNbr
));
}
/**
* 列表分页查询
*
* @param current 当前页
* @param current 每页大小
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/page"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"分页查询"
,
notes
=
"分页查询"
)
public
ResponseModel
<
Page
<
IdxBizPvWarningRecordDto
>>
queryForPage
(
@RequestParam
(
value
=
"current"
)
int
current
,
@RequestParam
(
value
=
"size"
)
int
size
)
{
Page
<
IdxBizPvWarningRecordDto
>
page
=
new
Page
<
IdxBizPvWarningRecordDto
>();
page
.
setCurrent
(
current
);
page
.
setSize
(
size
);
return
ResponseHelper
.
buildResponse
(
idxBizPvWarningRecordServiceImpl
.
queryForIdxBizPvWarningRecordPage
(
page
));
}
/**
* 列表全部数据查询
*
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"列表全部数据查询"
,
notes
=
"列表全部数据查询"
)
@GetMapping
(
value
=
"/list"
)
public
ResponseModel
<
List
<
IdxBizPvWarningRecordDto
>>
selectForList
()
{
return
ResponseHelper
.
buildResponse
(
idxBizPvWarningRecordServiceImpl
.
queryForIdxBizPvWarningRecordList
());
}
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/controller/IdxBizPvWarningRuleSetController.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
controller
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.biz.common.controller.BaseController
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.IdxBizPvWarningRuleSetDto
;
import
com.yeejoin.amos.boot.module.jxiop.biz.service.impl.IdxBizPvWarningRuleSetServiceImpl
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiOperation
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.web.bind.annotation.*
;
import
org.typroject.tyboot.core.foundation.enumeration.UserType
;
import
org.typroject.tyboot.core.restful.doc.TycloudOperation
;
import
org.typroject.tyboot.core.restful.utils.ResponseHelper
;
import
org.typroject.tyboot.core.restful.utils.ResponseModel
;
import
javax.servlet.http.HttpServletRequest
;
import
java.util.List
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@RestController
@Api
(
tags
=
"Api"
)
@RequestMapping
(
value
=
"/idx-biz-pv-warning-rule-set"
)
public
class
IdxBizPvWarningRuleSetController
extends
BaseController
{
@Autowired
IdxBizPvWarningRuleSetServiceImpl
idxBizPvWarningRuleSetServiceImpl
;
/**
* 新增
*
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PostMapping
(
value
=
"/save"
)
@ApiOperation
(
httpMethod
=
"POST"
,
value
=
"新增"
,
notes
=
"新增"
)
public
ResponseModel
<
IdxBizPvWarningRuleSetDto
>
save
(
@RequestBody
IdxBizPvWarningRuleSetDto
model
)
{
model
=
idxBizPvWarningRuleSetServiceImpl
.
createWithModel
(
model
);
return
ResponseHelper
.
buildResponse
(
model
);
}
/**
* 根据sequenceNbr更新
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PutMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"PUT"
,
value
=
"根据sequenceNbr更新"
,
notes
=
"根据sequenceNbr更新"
)
public
ResponseModel
<
IdxBizPvWarningRuleSetDto
>
updateBySequenceNbrIdxBizPvWarningRuleSet
(
@RequestBody
IdxBizPvWarningRuleSetDto
model
,
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
)
{
model
.
setSequenceNbr
(
sequenceNbr
);
return
ResponseHelper
.
buildResponse
(
idxBizPvWarningRuleSetServiceImpl
.
updateWithModel
(
model
));
}
/**
* 根据sequenceNbr删除
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@DeleteMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"DELETE"
,
value
=
"根据sequenceNbr删除"
,
notes
=
"根据sequenceNbr删除"
)
public
ResponseModel
<
Boolean
>
deleteBySequenceNbr
(
HttpServletRequest
request
,
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
){
return
ResponseHelper
.
buildResponse
(
idxBizPvWarningRuleSetServiceImpl
.
removeById
(
sequenceNbr
));
}
/**
* 根据sequenceNbr查询
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"根据sequenceNbr查询单个"
,
notes
=
"根据sequenceNbr查询单个"
)
public
ResponseModel
<
IdxBizPvWarningRuleSetDto
>
selectOne
(
@PathVariable
Long
sequenceNbr
)
{
return
ResponseHelper
.
buildResponse
(
idxBizPvWarningRuleSetServiceImpl
.
queryBySeq
(
sequenceNbr
));
}
/**
* 列表分页查询
*
* @param current 当前页
* @param current 每页大小
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/page"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"分页查询"
,
notes
=
"分页查询"
)
public
ResponseModel
<
Page
<
IdxBizPvWarningRuleSetDto
>>
queryForPage
(
@RequestParam
(
value
=
"current"
)
int
current
,
@RequestParam
(
value
=
"size"
)
int
size
)
{
Page
<
IdxBizPvWarningRuleSetDto
>
page
=
new
Page
<
IdxBizPvWarningRuleSetDto
>();
page
.
setCurrent
(
current
);
page
.
setSize
(
size
);
return
ResponseHelper
.
buildResponse
(
idxBizPvWarningRuleSetServiceImpl
.
queryForIdxBizPvWarningRuleSetPage
(
page
));
}
/**
* 列表全部数据查询
*
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"列表全部数据查询"
,
notes
=
"列表全部数据查询"
)
@GetMapping
(
value
=
"/list"
)
public
ResponseModel
<
List
<
IdxBizPvWarningRuleSetDto
>>
selectForList
()
{
return
ResponseHelper
.
buildResponse
(
idxBizPvWarningRuleSetServiceImpl
.
queryForIdxBizPvWarningRuleSetList
());
}
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/controller/IdxExplorerController.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
controller
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.biz.common.controller.BaseController
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.IdxExplorerDto
;
import
com.yeejoin.amos.boot.module.jxiop.biz.service.impl.IdxExplorerServiceImpl
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiOperation
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.web.bind.annotation.*
;
import
org.typroject.tyboot.core.foundation.enumeration.UserType
;
import
org.typroject.tyboot.core.restful.doc.TycloudOperation
;
import
org.typroject.tyboot.core.restful.utils.ResponseHelper
;
import
org.typroject.tyboot.core.restful.utils.ResponseModel
;
import
javax.servlet.http.HttpServletRequest
;
import
java.util.List
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@RestController
@Api
(
tags
=
"Api"
)
@RequestMapping
(
value
=
"/idx-explorer"
)
public
class
IdxExplorerController
extends
BaseController
{
@Autowired
IdxExplorerServiceImpl
idxExplorerServiceImpl
;
/**
* 新增
*
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PostMapping
(
value
=
"/save"
)
@ApiOperation
(
httpMethod
=
"POST"
,
value
=
"新增"
,
notes
=
"新增"
)
public
ResponseModel
<
IdxExplorerDto
>
save
(
@RequestBody
IdxExplorerDto
model
)
{
model
=
idxExplorerServiceImpl
.
createWithModel
(
model
);
return
ResponseHelper
.
buildResponse
(
model
);
}
/**
* 根据sequenceNbr更新
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PutMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"PUT"
,
value
=
"根据sequenceNbr更新"
,
notes
=
"根据sequenceNbr更新"
)
public
ResponseModel
<
IdxExplorerDto
>
updateBySequenceNbrIdxExplorer
(
@RequestBody
IdxExplorerDto
model
,
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
)
{
model
.
setSequenceNbr
(
sequenceNbr
);
return
ResponseHelper
.
buildResponse
(
idxExplorerServiceImpl
.
updateWithModel
(
model
));
}
/**
* 根据sequenceNbr删除
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@DeleteMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"DELETE"
,
value
=
"根据sequenceNbr删除"
,
notes
=
"根据sequenceNbr删除"
)
public
ResponseModel
<
Boolean
>
deleteBySequenceNbr
(
HttpServletRequest
request
,
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
){
return
ResponseHelper
.
buildResponse
(
idxExplorerServiceImpl
.
removeById
(
sequenceNbr
));
}
/**
* 根据sequenceNbr查询
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"根据sequenceNbr查询单个"
,
notes
=
"根据sequenceNbr查询单个"
)
public
ResponseModel
<
IdxExplorerDto
>
selectOne
(
@PathVariable
Long
sequenceNbr
)
{
return
ResponseHelper
.
buildResponse
(
idxExplorerServiceImpl
.
queryBySeq
(
sequenceNbr
));
}
/**
* 列表分页查询
*
* @param current 当前页
* @param current 每页大小
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/page"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"分页查询"
,
notes
=
"分页查询"
)
public
ResponseModel
<
Page
<
IdxExplorerDto
>>
queryForPage
(
@RequestParam
(
value
=
"current"
)
int
current
,
@RequestParam
(
value
=
"size"
)
int
size
)
{
Page
<
IdxExplorerDto
>
page
=
new
Page
<
IdxExplorerDto
>();
page
.
setCurrent
(
current
);
page
.
setSize
(
size
);
return
ResponseHelper
.
buildResponse
(
idxExplorerServiceImpl
.
queryForIdxExplorerPage
(
page
));
}
/**
* 列表全部数据查询
*
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"列表全部数据查询"
,
notes
=
"列表全部数据查询"
)
@GetMapping
(
value
=
"/list"
)
public
ResponseModel
<
List
<
IdxExplorerDto
>>
selectForList
()
{
return
ResponseHelper
.
buildResponse
(
idxExplorerServiceImpl
.
queryForIdxExplorerList
());
}
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/dto/IdxBizFanHealthIndexDto.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
dto
;
import
com.yeejoin.amos.boot.biz.common.dto.BaseDto
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@ApiModel
(
value
=
"IdxBizFanHealthIndexDto"
,
description
=
""
)
public
class
IdxBizFanHealthIndexDto
extends
BaseDto
{
private
static
final
long
serialVersionUID
=
1L
;
@TableId
(
"SEQUENCE_NBR"
)
private
String
sequenceNbr
;
@TableField
(
"RECORD"
)
private
String
record
;
@TableField
(
"REC_DATE"
)
private
LocalDateTime
recDate
;
@TableField
(
"REC_USER_ID"
)
private
String
recUserId
;
@TableField
(
"INSTANCE_ID"
)
private
String
instanceId
;
@TableField
(
"STATUS"
)
private
String
status
;
@ApiModelProperty
(
value
=
"分析维度类型"
)
@TableField
(
"ANALYSIS_OBJ_TYPE"
)
private
String
analysisObjType
;
@ApiModelProperty
(
value
=
"分析维度seq"
)
@TableField
(
"ANALYSIS_OBJ_SEQ"
)
private
Integer
analysisObjSeq
;
@TableField
(
"WEIGTH"
)
private
Double
weigth
;
@TableField
(
"HEALTH_INDEX"
)
private
Double
healthIndex
;
@ApiModelProperty
(
value
=
"健康等级"
)
@TableField
(
"HEALTH_LEVEL"
)
private
String
healthLevel
;
@TableField
(
"ANALYSIS_TYPE"
)
private
String
analysisType
;
@TableField
(
"ANALYSIS_START_TIME"
)
private
LocalTime
analysisStartTime
;
@TableField
(
"ANALYSIS_END_TIME"
)
private
LocalDateTime
analysisEndTime
;
@ApiModelProperty
(
value
=
"片区"
)
@TableField
(
"ARAE"
)
private
String
arae
;
@ApiModelProperty
(
value
=
"场站"
)
@TableField
(
"STATION"
)
private
String
station
;
@ApiModelProperty
(
value
=
"子系统"
)
@TableField
(
"SUB_SYSTEM"
)
private
String
subSystem
;
@ApiModelProperty
(
value
=
"型号"
)
@TableField
(
"NUMBER"
)
private
String
number
;
@ApiModelProperty
(
value
=
"设备名称"
)
@TableField
(
"EQUIPMENT_NAME"
)
private
String
equipmentName
;
@TableField
(
"GATEWAY_ID"
)
private
Integer
gatewayId
;
@ApiModelProperty
(
value
=
"点表地址"
)
@TableField
(
"INDEX_ADDRESS"
)
private
String
indexAddress
;
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/dto/IdxBizFanHealthLevelDto.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
dto
;
import
com.yeejoin.amos.boot.biz.common.dto.BaseDto
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@ApiModel
(
value
=
"IdxBizFanHealthLevelDto"
,
description
=
""
)
public
class
IdxBizFanHealthLevelDto
extends
BaseDto
{
private
static
final
long
serialVersionUID
=
1L
;
@TableId
(
"SEQUENCE_NBR"
)
private
String
sequenceNbr
;
@TableField
(
"RECORD"
)
private
String
record
;
@TableField
(
"REC_DATE"
)
private
LocalDateTime
recDate
;
@TableField
(
"REC_USER_ID"
)
private
String
recUserId
;
@TableField
(
"INSTANCE_ID"
)
private
String
instanceId
;
@TableField
(
"STATUS"
)
private
String
status
;
@ApiModelProperty
(
value
=
"分析维度类型:【全域、区域、场站、设备、子系统、测点】"
)
@TableField
(
"ANALYSIS_OBJ_TYPE"
)
private
String
analysisObjType
;
@ApiModelProperty
(
value
=
"健康等级:【安全、注意、警告、风险】"
)
@TableField
(
"HEALTH_LEVEL"
)
private
String
healthLevel
;
@TableField
(
"GROUP_UPPER_LIMIT"
)
private
Double
groupUpperLimit
;
@TableField
(
"GROUP_LOWER_LIMIT"
)
private
Double
groupLowerLimit
;
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/dto/IdxBizFanPointProcessVariableClassificationDto.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
dto
;
import
com.yeejoin.amos.boot.biz.common.dto.BaseDto
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@ApiModel
(
value
=
"IdxBizFanPointProcessVariableClassificationDto"
,
description
=
""
)
public
class
IdxBizFanPointProcessVariableClassificationDto
extends
BaseDto
{
private
static
final
long
serialVersionUID
=
1L
;
@TableId
(
"SEQUENCE_NBR"
)
private
String
sequenceNbr
;
@TableField
(
"RECORD"
)
private
String
record
;
@TableField
(
"REC_DATE"
)
private
LocalDateTime
recDate
;
@TableField
(
"REC_USER_ID"
)
private
String
recUserId
;
@TableField
(
"INSTANCE_ID"
)
private
String
instanceId
;
@TableField
(
"STATUS"
)
private
String
status
;
@ApiModelProperty
(
value
=
"工况区间值1"
)
@TableField
(
"INTERVAL_VALUE1"
)
private
Double
intervalValue1
;
@ApiModelProperty
(
value
=
"工况区间值2"
)
@TableField
(
"INTERVAL_VALUE2"
)
private
Double
intervalValue2
;
@ApiModelProperty
(
value
=
"工况区间值3"
)
@TableField
(
"INTERVAL_VALUE3"
)
private
Double
intervalValue3
;
@ApiModelProperty
(
value
=
"工况区间值4"
)
@TableField
(
"INTERVAL_VALUE4"
)
private
Double
intervalValue4
;
@ApiModelProperty
(
value
=
"工况区间值5"
)
@TableField
(
"INTERVAL_VALUE5"
)
private
Double
intervalValue5
;
@ApiModelProperty
(
value
=
"标签"
)
@TableField
(
"TAG_CODE"
)
private
String
tagCode
;
@ApiModelProperty
(
value
=
"设备型号"
)
@TableField
(
"NUMBER"
)
private
String
number
;
@TableField
(
"POINT_ID"
)
private
Long
pointId
;
@ApiModelProperty
(
value
=
"片区"
)
@TableField
(
"ARAE"
)
private
String
arae
;
@ApiModelProperty
(
value
=
"场站"
)
@TableField
(
"STATION"
)
private
String
station
;
@ApiModelProperty
(
value
=
"子系统"
)
@TableField
(
"SUB_SYSTEM"
)
private
String
subSystem
;
@ApiModelProperty
(
value
=
"设备名称"
)
@TableField
(
"EQUIPMENT_NAME"
)
private
String
equipmentName
;
@ApiModelProperty
(
value
=
"测点"
)
@TableField
(
"POINT_NAME"
)
private
String
pointName
;
@TableField
(
"GATEWAY_ID"
)
private
Long
gatewayId
;
@ApiModelProperty
(
value
=
"点表地址"
)
@TableField
(
"INDEX_ADDRESS"
)
private
String
indexAddress
;
@ApiModelProperty
(
value
=
"KKS码"
)
@TableField
(
"KKS"
)
private
String
kks
;
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/dto/IdxBizFanPointTagDto.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
dto
;
import
com.yeejoin.amos.boot.biz.common.dto.BaseDto
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@ApiModel
(
value
=
"IdxBizFanPointTagDto"
,
description
=
""
)
public
class
IdxBizFanPointTagDto
extends
BaseDto
{
private
static
final
long
serialVersionUID
=
1L
;
@TableId
(
"SEQUENCE_NBR"
)
private
String
sequenceNbr
;
@TableField
(
"RECORD"
)
private
String
record
;
@TableField
(
"REC_DATE"
)
private
LocalDateTime
recDate
;
@TableField
(
"REC_USER_ID"
)
private
String
recUserId
;
@TableField
(
"INSTANCE_ID"
)
private
String
instanceId
;
@TableField
(
"STATUS"
)
private
String
status
;
@ApiModelProperty
(
value
=
"标签"
)
@TableField
(
"TAG_CODE"
)
private
String
tagCode
;
@ApiModelProperty
(
value
=
"测点"
)
@TableField
(
"POINT_NAME"
)
private
String
pointName
;
@ApiModelProperty
(
value
=
"设备型号"
)
@TableField
(
"NUMBER"
)
private
String
number
;
@ApiModelProperty
(
value
=
"厂站"
)
@TableField
(
"STATION"
)
private
String
station
;
@ApiModelProperty
(
value
=
"片区"
)
@TableField
(
"ARAE"
)
private
String
arae
;
@ApiModelProperty
(
value
=
"网关ID"
)
@TableField
(
"GATEWAY_ID"
)
private
Integer
gatewayId
;
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/dto/IdxBizFanPointVarCentralValueDto.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
dto
;
import
com.yeejoin.amos.boot.biz.common.dto.BaseDto
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@ApiModel
(
value
=
"IdxBizFanPointVarCentralValueDto"
,
description
=
""
)
public
class
IdxBizFanPointVarCentralValueDto
extends
BaseDto
{
private
static
final
long
serialVersionUID
=
1L
;
@TableId
(
"SEQUENCE_NBR"
)
private
String
sequenceNbr
;
@TableField
(
"RECORD"
)
private
String
record
;
@TableField
(
"REC_DATE"
)
private
LocalDateTime
recDate
;
@TableField
(
"REC_USER_ID"
)
private
String
recUserId
;
@TableField
(
"INSTANCE_ID"
)
private
String
instanceId
;
@TableField
(
"STATUS"
)
private
String
status
;
@TableField
(
"ANALYSIS_CENTER_VALUE"
)
private
Double
analysisCenterValue
;
@TableField
(
"ANALYSIS_STD_DEV"
)
private
Double
analysisStdDev
;
@TableField
(
"INTERVAL_COMBINATION"
)
private
String
intervalCombination
;
@TableField
(
"ANALYSIS_POINT_ID"
)
private
Integer
analysisPointId
;
@ApiModelProperty
(
value
=
"片区"
)
@TableField
(
"ARAE"
)
private
String
arae
;
@ApiModelProperty
(
value
=
"场站"
)
@TableField
(
"STATION"
)
private
String
station
;
@ApiModelProperty
(
value
=
"子系统"
)
@TableField
(
"SUB_SYSTEM"
)
private
String
subSystem
;
@ApiModelProperty
(
value
=
"型号"
)
@TableField
(
"NUMBER"
)
private
String
number
;
@TableField
(
"PROCESS_COMBINATION"
)
private
String
processCombination
;
@ApiModelProperty
(
value
=
"设备名称"
)
@TableField
(
"EQUIPMENT_NAME"
)
private
String
equipmentName
;
@ApiModelProperty
(
value
=
"工况量1区间最小值"
)
@TableField
(
"PROCESS1_MIN"
)
private
Double
process1Min
;
@ApiModelProperty
(
value
=
"工况量1区间最大值"
)
@TableField
(
"PROCESS1_MAX"
)
private
Double
process1Max
;
@ApiModelProperty
(
value
=
"工况变量1ID"
)
@TableField
(
"PROCESS_POINT1_ID"
)
private
String
processPoint1Id
;
@ApiModelProperty
(
value
=
"工况量2区间最小值"
)
@TableField
(
"PROCESS2_MIN"
)
private
Double
process2Min
;
@ApiModelProperty
(
value
=
"工况量2区间最大值"
)
@TableField
(
"PORCESS2_MAX"
)
private
Double
porcess2Max
;
@ApiModelProperty
(
value
=
"工况量3区间最大值"
)
@TableField
(
"PROCESS3_MAX"
)
private
Double
process3Max
;
@ApiModelProperty
(
value
=
"工况量3区间最小值"
)
@TableField
(
"PROCESS3_MIN"
)
private
Double
process3Min
;
@ApiModelProperty
(
value
=
"工况变量3ID"
)
@TableField
(
"PROCESS_POINT3_ID"
)
private
String
processPoint3Id
;
@ApiModelProperty
(
value
=
"工况变量2ID"
)
@TableField
(
"PROCESS_POINT2_ID"
)
private
Double
processPoint2Id
;
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/dto/IdxBizFanPointVarCorrelationDto.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
dto
;
import
com.yeejoin.amos.boot.biz.common.dto.BaseDto
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@ApiModel
(
value
=
"IdxBizFanPointVarCorrelationDto"
,
description
=
""
)
public
class
IdxBizFanPointVarCorrelationDto
extends
BaseDto
{
private
static
final
long
serialVersionUID
=
1L
;
@TableId
(
"SEQUENCE_NBR"
)
private
String
sequenceNbr
;
@TableField
(
"RECORD"
)
private
String
record
;
@TableField
(
"REC_DATE"
)
private
LocalDateTime
recDate
;
@TableField
(
"REC_USER_ID"
)
private
String
recUserId
;
@TableField
(
"INSTANCE_ID"
)
private
String
instanceId
;
@TableField
(
"STATUS"
)
private
String
status
;
@TableField
(
"CORRELATION_COEFFICIENT"
)
private
Double
correlationCoefficient
;
@TableField
(
"ANALYSIS_POINT_ID"
)
private
Long
analysisPointId
;
@TableField
(
"PROCESS_POINT_ID"
)
private
Long
processPointId
;
@ApiModelProperty
(
value
=
"片区"
)
@TableField
(
"ARAE"
)
private
String
arae
;
@ApiModelProperty
(
value
=
"场站"
)
@TableField
(
"STATION"
)
private
String
station
;
@ApiModelProperty
(
value
=
"子系统"
)
@TableField
(
"SUB_SYSTEM"
)
private
String
subSystem
;
@ApiModelProperty
(
value
=
"型号"
)
@TableField
(
"NUMBER"
)
private
String
number
;
@ApiModelProperty
(
value
=
"设备类型"
)
@TableField
(
"DEVICE_TYPE"
)
private
String
deviceType
;
@TableField
(
"ANALYSIS_GATEWAY_ID"
)
private
String
analysisGatewayId
;
@TableField
(
"ANALYSIS_INDEX_ADDRESS"
)
private
String
analysisIndexAddress
;
@ApiModelProperty
(
value
=
"网关ID"
)
@TableField
(
"PROCESS_GATEWAY_ID"
)
private
String
processGatewayId
;
@TableField
(
"PROCESS_INDEX_ADDRESS"
)
private
String
processIndexAddress
;
@ApiModelProperty
(
value
=
"设备名称"
)
@TableField
(
"EQUIPMENT_NAME"
)
private
String
equipmentName
;
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/dto/IdxBizFanWarningRecordDto.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
dto
;
import
com.yeejoin.amos.boot.biz.common.dto.BaseDto
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@ApiModel
(
value
=
"IdxBizFanWarningRecordDto"
,
description
=
""
)
public
class
IdxBizFanWarningRecordDto
extends
BaseDto
{
private
static
final
long
serialVersionUID
=
1L
;
@TableId
(
"SEQUENCE_NBR"
)
private
String
sequenceNbr
;
@TableField
(
"RECORD"
)
private
String
record
;
@TableField
(
"REC_DATE"
)
private
LocalDateTime
recDate
;
@TableField
(
"REC_USER_ID"
)
private
String
recUserId
;
@TableField
(
"INSTANCE_ID"
)
private
String
instanceId
;
@TableField
(
"STATUS"
)
private
String
status
;
@ApiModelProperty
(
value
=
"处置状态"
)
@TableField
(
"DISPOSOTION_STATE"
)
private
String
disposotionState
;
@TableField
(
"HEALTH_INDEX_SEQ"
)
private
Integer
healthIndexSeq
;
@TableField
(
"ANALYSIS_POINT_ID"
)
private
Integer
analysisPointId
;
@ApiModelProperty
(
value
=
"预警等级"
)
@TableField
(
"WARNING_NAME"
)
private
String
warningName
;
@ApiModelProperty
(
value
=
"片区"
)
@TableField
(
"ARAE"
)
private
String
arae
;
@ApiModelProperty
(
value
=
"场站"
)
@TableField
(
"STATION"
)
private
String
station
;
@ApiModelProperty
(
value
=
"子系统"
)
@TableField
(
"SUB_SYSTEM"
)
private
String
subSystem
;
@ApiModelProperty
(
value
=
"型号"
)
@TableField
(
"NUMBER"
)
private
String
number
;
@ApiModelProperty
(
value
=
"网关ID"
)
@TableField
(
"GATEWAY_ID"
)
private
Integer
gatewayId
;
@ApiModelProperty
(
value
=
"点表地址"
)
@TableField
(
"INDEX_ADDRESS"
)
private
String
indexAddress
;
@ApiModelProperty
(
value
=
"设备名称"
)
@TableField
(
"EQUIPMENT_NAME"
)
private
String
equipmentName
;
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/dto/IdxBizFanWarningRuleSetDto.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
dto
;
import
com.yeejoin.amos.boot.biz.common.dto.BaseDto
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@ApiModel
(
value
=
"IdxBizFanWarningRuleSetDto"
,
description
=
""
)
public
class
IdxBizFanWarningRuleSetDto
extends
BaseDto
{
private
static
final
long
serialVersionUID
=
1L
;
@TableId
(
"SEQUENCE_NBR"
)
private
String
sequenceNbr
;
@TableField
(
"RECORD"
)
private
String
record
;
@TableField
(
"REC_DATE"
)
private
LocalDateTime
recDate
;
@TableField
(
"REC_USER_ID"
)
private
String
recUserId
;
@TableField
(
"INSTANCE_ID"
)
private
String
instanceId
;
@TableField
(
"STATUS"
)
private
String
status
;
@ApiModelProperty
(
value
=
"预警判断条件"
)
@TableField
(
"WARNING_IF"
)
private
String
warningIf
;
@ApiModelProperty
(
value
=
"预警判断连续周期"
)
@TableField
(
"WARNING_CYCLE"
)
private
String
warningCycle
;
@ApiModelProperty
(
value
=
"预警名称(危险、警告、注意)"
)
@TableField
(
"WARNING_NAME"
)
private
String
warningName
;
@TableField
(
"ANALYSIS_POINT_ID"
)
private
Integer
analysisPointId
;
@ApiModelProperty
(
value
=
"分析周期((按天、10min、小时)"
)
@TableField
(
"ANALYSIS_TYPE"
)
private
String
analysisType
;
@ApiModelProperty
(
value
=
"片区"
)
@TableField
(
"ARAE"
)
private
String
arae
;
@ApiModelProperty
(
value
=
"场站"
)
@TableField
(
"STATION"
)
private
String
station
;
@ApiModelProperty
(
value
=
"子系统"
)
@TableField
(
"SUB_SYSTEM"
)
private
String
subSystem
;
@ApiModelProperty
(
value
=
"型号"
)
@TableField
(
"NUMBER"
)
private
String
number
;
@ApiModelProperty
(
value
=
"设备名称"
)
@TableField
(
"EQUIPMENT_NAME"
)
private
String
equipmentName
;
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/dto/IdxBizPvHealthIndexDto.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
dto
;
import
com.yeejoin.amos.boot.biz.common.dto.BaseDto
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@ApiModel
(
value
=
"IdxBizPvHealthIndexDto"
,
description
=
""
)
public
class
IdxBizPvHealthIndexDto
extends
BaseDto
{
private
static
final
long
serialVersionUID
=
1L
;
@TableId
(
"SEQUENCE_NBR"
)
private
String
sequenceNbr
;
@TableField
(
"RECORD"
)
private
String
record
;
@TableField
(
"REC_DATE"
)
private
LocalDateTime
recDate
;
@TableField
(
"REC_USER_ID"
)
private
String
recUserId
;
@TableField
(
"INSTANCE_ID"
)
private
String
instanceId
;
@TableField
(
"STATUS"
)
private
String
status
;
@ApiModelProperty
(
value
=
"分析维度类型"
)
@TableField
(
"ANALYSIS_OBJ_TYPE"
)
private
String
analysisObjType
;
@ApiModelProperty
(
value
=
"分析维度seq"
)
@TableField
(
"ANALYSIS_OBJ_SEQ"
)
private
Integer
analysisObjSeq
;
@TableField
(
"WEIGTH"
)
private
Double
weigth
;
@TableField
(
"HEALTH_INDEX"
)
private
Double
healthIndex
;
@ApiModelProperty
(
value
=
"健康等级"
)
@TableField
(
"HEALTH_LEVEL"
)
private
String
healthLevel
;
@ApiModelProperty
(
value
=
"分析周期"
)
@TableField
(
"ANALYSIS_TYPE"
)
private
String
analysisType
;
@TableField
(
"ANALYSIS_START_TIME"
)
private
LocalTime
analysisStartTime
;
@TableField
(
"ANALYSIS_END_TIME"
)
private
LocalDateTime
analysisEndTime
;
@ApiModelProperty
(
value
=
"片区"
)
@TableField
(
"ARAE"
)
private
String
arae
;
@ApiModelProperty
(
value
=
"场站"
)
@TableField
(
"STATION"
)
private
String
station
;
@ApiModelProperty
(
value
=
"子阵"
)
@TableField
(
"SUBARRAY"
)
private
String
subarray
;
@ApiModelProperty
(
value
=
"厂商"
)
@TableField
(
"MANUFACTURER"
)
private
String
manufacturer
;
@ApiModelProperty
(
value
=
"设备类型"
)
@TableField
(
"DEVICE_TYPE"
)
private
String
deviceType
;
@ApiModelProperty
(
value
=
"网关ID"
)
@TableField
(
"GATEWAY_ID"
)
private
Integer
gatewayId
;
@ApiModelProperty
(
value
=
"点表地址"
)
@TableField
(
"INDEX_ADDRESS"
)
private
String
indexAddress
;
@ApiModelProperty
(
value
=
"设备名称"
)
@TableField
(
"EQUIPMENT_NAME"
)
private
String
equipmentName
;
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/dto/IdxBizPvHealthLevelDto.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
dto
;
import
com.yeejoin.amos.boot.biz.common.dto.BaseDto
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@ApiModel
(
value
=
"IdxBizPvHealthLevelDto"
,
description
=
""
)
public
class
IdxBizPvHealthLevelDto
extends
BaseDto
{
private
static
final
long
serialVersionUID
=
1L
;
@TableId
(
"SEQUENCE_NBR"
)
private
String
sequenceNbr
;
@TableField
(
"RECORD"
)
private
String
record
;
@TableField
(
"REC_DATE"
)
private
LocalDateTime
recDate
;
@TableField
(
"REC_USER_ID"
)
private
String
recUserId
;
@TableField
(
"INSTANCE_ID"
)
private
String
instanceId
;
@TableField
(
"STATUS"
)
private
String
status
;
@ApiModelProperty
(
value
=
"分析维度类型:【全域、区域、场站、设备、子系统、测点】"
)
@TableField
(
"ANALYSIS_OBJ_TYPE"
)
private
String
analysisObjType
;
@ApiModelProperty
(
value
=
"健康等级:【安全、注意、警告、风险】"
)
@TableField
(
"HEALTH_LEVEL"
)
private
String
healthLevel
;
@TableField
(
"GROUP_UPPER_LIMIT"
)
private
Double
groupUpperLimit
;
@TableField
(
"GROUP_LOWER_LIMIT"
)
private
Double
groupLowerLimit
;
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/dto/IdxBizPvPointProcessVariableClassificationDto.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
dto
;
import
com.yeejoin.amos.boot.biz.common.dto.BaseDto
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@ApiModel
(
value
=
"IdxBizPvPointProcessVariableClassificationDto"
,
description
=
""
)
public
class
IdxBizPvPointProcessVariableClassificationDto
extends
BaseDto
{
private
static
final
long
serialVersionUID
=
1L
;
@TableId
(
"SEQUENCE_NBR"
)
private
String
sequenceNbr
;
@TableField
(
"RECORD"
)
private
String
record
;
@TableField
(
"REC_DATE"
)
private
LocalDateTime
recDate
;
@TableField
(
"REC_USER_ID"
)
private
String
recUserId
;
@TableField
(
"INSTANCE_ID"
)
private
String
instanceId
;
@TableField
(
"STATUS"
)
private
String
status
;
@ApiModelProperty
(
value
=
"工况区间值1"
)
@TableField
(
"INTERVAL_VALUE1"
)
private
Integer
intervalValue1
;
@ApiModelProperty
(
value
=
"工况区间值2"
)
@TableField
(
"INTERVAL_VALUE2"
)
private
Integer
intervalValue2
;
@ApiModelProperty
(
value
=
"工况区间值3"
)
@TableField
(
"INTERVAL_VALUE3"
)
private
Integer
intervalValue3
;
@ApiModelProperty
(
value
=
"工况区间值4"
)
@TableField
(
"INTERVAL_VALUE4"
)
private
Integer
intervalValue4
;
@ApiModelProperty
(
value
=
"工况区间值5"
)
@TableField
(
"INTERVAL_VALUE5"
)
private
Integer
intervalValue5
;
@ApiModelProperty
(
value
=
"标签"
)
@TableField
(
"TAG_CODE"
)
private
String
tagCode
;
@TableField
(
"POINT_ID"
)
private
Integer
pointId
;
@ApiModelProperty
(
value
=
"片区"
)
@TableField
(
"ARAE"
)
private
String
arae
;
@ApiModelProperty
(
value
=
"场站"
)
@TableField
(
"STATION"
)
private
String
station
;
@ApiModelProperty
(
value
=
"设备名称"
)
@TableField
(
"EQUIPMENT_NAME"
)
private
String
equipmentName
;
@ApiModelProperty
(
value
=
"厂商"
)
@TableField
(
"MANUFACTURER"
)
private
String
manufacturer
;
@ApiModelProperty
(
value
=
"设备类型"
)
@TableField
(
"DEVICE_TYPE"
)
private
String
deviceType
;
@ApiModelProperty
(
value
=
"子阵"
)
@TableField
(
"SUBARRAY"
)
private
String
subarray
;
@TableField
(
"GATEWAY_ID"
)
private
Integer
gatewayId
;
@ApiModelProperty
(
value
=
"点表地址"
)
@TableField
(
"INDEX_ADDRESS"
)
private
String
indexAddress
;
@ApiModelProperty
(
value
=
"KKS码"
)
@TableField
(
"KKS"
)
private
String
kks
;
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/dto/IdxBizPvPointTagDto.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
dto
;
import
com.yeejoin.amos.boot.biz.common.dto.BaseDto
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@ApiModel
(
value
=
"IdxBizPvPointTagDto"
,
description
=
""
)
public
class
IdxBizPvPointTagDto
extends
BaseDto
{
private
static
final
long
serialVersionUID
=
1L
;
@TableId
(
"SEQUENCE_NBR"
)
private
String
sequenceNbr
;
@TableField
(
"RECORD"
)
private
String
record
;
@TableField
(
"REC_DATE"
)
private
LocalDateTime
recDate
;
@TableField
(
"REC_USER_ID"
)
private
String
recUserId
;
@TableField
(
"INSTANCE_ID"
)
private
String
instanceId
;
@TableField
(
"STATUS"
)
private
String
status
;
@ApiModelProperty
(
value
=
"标签"
)
@TableField
(
"TAG_CODE"
)
private
String
tagCode
;
@ApiModelProperty
(
value
=
"网关ID"
)
@TableField
(
"GATEWAY_ID"
)
private
Integer
gatewayId
;
@ApiModelProperty
(
value
=
"测点"
)
@TableField
(
"POINT_NAME"
)
private
String
pointName
;
@ApiModelProperty
(
value
=
"设备类型"
)
@TableField
(
"DEVICE_TYPE"
)
private
String
deviceType
;
@ApiModelProperty
(
value
=
"厂站"
)
@TableField
(
"STATION"
)
private
String
station
;
@ApiModelProperty
(
value
=
"片区"
)
@TableField
(
"ARAE"
)
private
String
arae
;
@ApiModelProperty
(
value
=
"厂商"
)
@TableField
(
"MANUFACTURER"
)
private
String
manufacturer
;
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/dto/IdxBizPvPointVarCentralValueDto.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
dto
;
import
com.yeejoin.amos.boot.biz.common.dto.BaseDto
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@ApiModel
(
value
=
"IdxBizPvPointVarCentralValueDto"
,
description
=
""
)
public
class
IdxBizPvPointVarCentralValueDto
extends
BaseDto
{
private
static
final
long
serialVersionUID
=
1L
;
@TableId
(
"SEQUENCE_NBR"
)
private
String
sequenceNbr
;
@TableField
(
"RECORD"
)
private
String
record
;
@TableField
(
"REC_DATE"
)
private
LocalDateTime
recDate
;
@TableField
(
"REC_USER_ID"
)
private
String
recUserId
;
@TableField
(
"INSTANCE_ID"
)
private
String
instanceId
;
@TableField
(
"STATUS"
)
private
String
status
;
@TableField
(
"ANALYSIS_CENTER_VALUE"
)
private
Double
analysisCenterValue
;
@TableField
(
"ANALYSIS_STD_DEV"
)
private
Double
analysisStdDev
;
@TableField
(
"INTERVAL_COMBINATION"
)
private
String
intervalCombination
;
@TableField
(
"ANALYSIS_POINT_ID"
)
private
Integer
analysisPointId
;
@ApiModelProperty
(
value
=
"片区"
)
@TableField
(
"ARAE"
)
private
String
arae
;
@ApiModelProperty
(
value
=
"场站"
)
@TableField
(
"STATION"
)
private
String
station
;
@ApiModelProperty
(
value
=
"子阵"
)
@TableField
(
"SUBARRAY"
)
private
String
subarray
;
@ApiModelProperty
(
value
=
"产商"
)
@TableField
(
"MANUFACTURER"
)
private
String
manufacturer
;
@TableField
(
"PROCESS_COMBINATION"
)
private
String
processCombination
;
@ApiModelProperty
(
value
=
"设备类型"
)
@TableField
(
"DEVICE_TYPE"
)
private
String
deviceType
;
@TableField
(
"PROCESS2_MIN"
)
private
Double
process2Min
;
@TableField
(
"PROCESS2_MAX"
)
private
Double
process2Max
;
@TableField
(
"PROCESS3_MIN"
)
private
Double
process3Min
;
@TableField
(
"PROCESS3_MAX"
)
private
Double
process3Max
;
@ApiModelProperty
(
value
=
"设备名称"
)
@TableField
(
"EQUIPMENT_NAME"
)
private
String
equipmentName
;
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/dto/IdxBizPvPointVarCorrelationDto.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
dto
;
import
com.yeejoin.amos.boot.biz.common.dto.BaseDto
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@ApiModel
(
value
=
"IdxBizPvPointVarCorrelationDto"
,
description
=
""
)
public
class
IdxBizPvPointVarCorrelationDto
extends
BaseDto
{
private
static
final
long
serialVersionUID
=
1L
;
@TableId
(
"SEQUENCE_NBR"
)
private
String
sequenceNbr
;
@TableField
(
"RECORD"
)
private
String
record
;
@TableField
(
"REC_DATE"
)
private
LocalDateTime
recDate
;
@TableField
(
"REC_USER_ID"
)
private
String
recUserId
;
@TableField
(
"INSTANCE_ID"
)
private
String
instanceId
;
@TableField
(
"STATUS"
)
private
String
status
;
@TableField
(
"CORRELATION_COEFFICIENT"
)
private
Double
correlationCoefficient
;
@TableField
(
"ANALYSIS_POINT_ID"
)
private
Integer
analysisPointId
;
@TableField
(
"PROCESS_POINT_ID"
)
private
Integer
processPointId
;
@ApiModelProperty
(
value
=
"片区"
)
@TableField
(
"ARAE"
)
private
String
arae
;
@ApiModelProperty
(
value
=
"场站"
)
@TableField
(
"STATION"
)
private
String
station
;
@ApiModelProperty
(
value
=
"子阵"
)
@TableField
(
"SUBARRAY"
)
private
String
subarray
;
@ApiModelProperty
(
value
=
"厂商"
)
@TableField
(
"MANUFACTURER"
)
private
String
manufacturer
;
@ApiModelProperty
(
value
=
"设备类型"
)
@TableField
(
"DEVICE_TYPE"
)
private
String
deviceType
;
@ApiModelProperty
(
value
=
"网关ID"
)
@TableField
(
"ANALYSIS_GATEWAY_ID"
)
private
String
analysisGatewayId
;
@TableField
(
"ANALYSIS_INDEX_ADDRESS"
)
private
Integer
analysisIndexAddress
;
@ApiModelProperty
(
value
=
"网关ID"
)
@TableField
(
"PROCESS_GATEWAY_ID"
)
private
String
processGatewayId
;
@TableField
(
"PROCESS_INDEX_ADDRESS"
)
private
Integer
processIndexAddress
;
@ApiModelProperty
(
value
=
"设备名称"
)
@TableField
(
"EQUIPMENT_NAME"
)
private
String
equipmentName
;
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/dto/IdxBizPvWarningRecordDto.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
dto
;
import
com.yeejoin.amos.boot.biz.common.dto.BaseDto
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@ApiModel
(
value
=
"IdxBizPvWarningRecordDto"
,
description
=
""
)
public
class
IdxBizPvWarningRecordDto
extends
BaseDto
{
private
static
final
long
serialVersionUID
=
1L
;
@TableId
(
"SEQUENCE_NBR"
)
private
String
sequenceNbr
;
@TableField
(
"RECORD"
)
private
String
record
;
@TableField
(
"REC_DATE"
)
private
LocalDateTime
recDate
;
@TableField
(
"REC_USER_ID"
)
private
String
recUserId
;
@TableField
(
"INSTANCE_ID"
)
private
String
instanceId
;
@TableField
(
"STATUS"
)
private
String
status
;
@ApiModelProperty
(
value
=
"处置状态"
)
@TableField
(
"DISPOSOTION_STATE"
)
private
String
disposotionState
;
@TableField
(
"HEALTH_INDEX_SEQ"
)
private
Integer
healthIndexSeq
;
@TableField
(
"ANALYSIS_POINT_ID"
)
private
Integer
analysisPointId
;
@ApiModelProperty
(
value
=
"预警等级"
)
@TableField
(
"WARNING_NAME"
)
private
String
warningName
;
@ApiModelProperty
(
value
=
"片区"
)
@TableField
(
"ARAE"
)
private
String
arae
;
@ApiModelProperty
(
value
=
"场站"
)
@TableField
(
"STATION"
)
private
String
station
;
@ApiModelProperty
(
value
=
"子阵"
)
@TableField
(
"SUBARRAY"
)
private
String
subarray
;
@ApiModelProperty
(
value
=
"产商"
)
@TableField
(
"MANUFACTURER"
)
private
String
manufacturer
;
@ApiModelProperty
(
value
=
"设备类型"
)
@TableField
(
"DEVICE_TYPE"
)
private
String
deviceType
;
@ApiModelProperty
(
value
=
"网关ID"
)
@TableField
(
"GATEWAY_ID"
)
private
Integer
gatewayId
;
@ApiModelProperty
(
value
=
"点表地址"
)
@TableField
(
"INDEX_ADDRESS"
)
private
String
indexAddress
;
@ApiModelProperty
(
value
=
"设备名称"
)
@TableField
(
"EQUIPMENT_NAME"
)
private
String
equipmentName
;
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/dto/IdxBizPvWarningRuleSetDto.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
dto
;
import
com.yeejoin.amos.boot.biz.common.dto.BaseDto
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@ApiModel
(
value
=
"IdxBizPvWarningRuleSetDto"
,
description
=
""
)
public
class
IdxBizPvWarningRuleSetDto
extends
BaseDto
{
private
static
final
long
serialVersionUID
=
1L
;
@TableId
(
"SEQUENCE_NBR"
)
private
String
sequenceNbr
;
@TableField
(
"RECORD"
)
private
String
record
;
@TableField
(
"REC_DATE"
)
private
LocalDateTime
recDate
;
@TableField
(
"REC_USER_ID"
)
private
String
recUserId
;
@TableField
(
"INSTANCE_ID"
)
private
String
instanceId
;
@TableField
(
"STATUS"
)
private
String
status
;
@ApiModelProperty
(
value
=
"预警判断条件"
)
@TableField
(
"WARNING_IF"
)
private
String
warningIf
;
@ApiModelProperty
(
value
=
"预警判断连续周期"
)
@TableField
(
"WARNING_CYCLE"
)
private
String
warningCycle
;
@ApiModelProperty
(
value
=
"预警名称(危险、警告、注意)"
)
@TableField
(
"WARNING_NAME"
)
private
String
warningName
;
@ApiModelProperty
(
value
=
"分析变量测点ID"
)
@TableField
(
"ANALYSIS_POINT_ID"
)
private
Integer
analysisPointId
;
@ApiModelProperty
(
value
=
"分析周期((按天、10min、小时)"
)
@TableField
(
"ANALYSIS_TYPE"
)
private
String
analysisType
;
@ApiModelProperty
(
value
=
"片区"
)
@TableField
(
"ARAE"
)
private
String
arae
;
@ApiModelProperty
(
value
=
"场站"
)
@TableField
(
"STATION"
)
private
String
station
;
@ApiModelProperty
(
value
=
"设备名称"
)
@TableField
(
"EQUIPMENT_NAME"
)
private
String
equipmentName
;
@ApiModelProperty
(
value
=
"子阵"
)
@TableField
(
"SUBARRAY"
)
private
String
subarray
;
@ApiModelProperty
(
value
=
"厂商"
)
@TableField
(
"MANUFACTURER"
)
private
String
manufacturer
;
@ApiModelProperty
(
value
=
"设备类型"
)
@TableField
(
"DEVICE_TYPE"
)
private
String
deviceType
;
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/dto/IdxBizUhefDto.java
View file @
43ca2635
...
@@ -93,4 +93,12 @@ public class IdxBizUhefDto {
...
@@ -93,4 +93,12 @@ public class IdxBizUhefDto {
@TableField
(
"PROCESS3_MAX"
)
@TableField
(
"PROCESS3_MAX"
)
private
Double
process3Max
;
private
Double
process3Max
;
private
String
PROCESS_POINT3_ID
;
private
String
PROCESS_POINT2_ID
;
private
String
PROCESS_POINT1_ID
;
}
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/dto/IdxBizUxfvDto.java
View file @
43ca2635
...
@@ -12,13 +12,11 @@ import java.time.LocalDateTime;
...
@@ -12,13 +12,11 @@ import java.time.LocalDateTime;
import
java.util.Date
;
import
java.util.Date
;
/**
/**
*
*
* @author system_generator
* @author system_generator
* @date 2023-08-14
* @date 2023-08-14
*/
*/
@Data
@Data
@ApiModel
(
value
=
"IdxBizUxfvDto"
,
description
=
""
)
@ApiModel
(
value
=
"IdxBizUxfvDto"
,
description
=
""
)
public
class
IdxBizUxfvDto
{
public
class
IdxBizUxfvDto
{
private
static
final
long
serialVersionUID
=
1L
;
private
static
final
long
serialVersionUID
=
1L
;
...
@@ -101,4 +99,11 @@ public class IdxBizUxfvDto {
...
@@ -101,4 +99,11 @@ public class IdxBizUxfvDto {
@TableField
(
"INDEX_ADDRESS"
)
@TableField
(
"INDEX_ADDRESS"
)
private
String
indexAddress
;
private
String
indexAddress
;
private
Double
currentValue
;
private
String
pointOneId
;
private
String
pointTwoId
;
private
String
pointThreeId
;
private
String
analysVariableId
;
}
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/dto/IdxExplorerDto.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
dto
;
import
com.yeejoin.amos.boot.biz.common.dto.BaseDto
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
import
java.util.Date
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@ApiModel
(
value
=
"IdxExplorerDto"
,
description
=
""
)
public
class
IdxExplorerDto
extends
BaseDto
{
private
static
final
long
serialVersionUID
=
1L
;
private
String
id
;
@TableField
(
"createDate"
)
private
Date
createDate
;
private
String
creator
;
@TableField
(
"updateDate"
)
private
Date
updateDate
;
private
String
updater
;
@ApiModelProperty
(
value
=
"资源类型"
)
@TableField
(
"agencyCode"
)
private
String
agencyCode
;
@ApiModelProperty
(
value
=
"拓展字段"
)
private
String
extras
;
@ApiModelProperty
(
value
=
"名称"
)
private
String
name
;
@ApiModelProperty
(
value
=
"路径"
)
private
String
path
;
@ApiModelProperty
(
value
=
"父ID"
)
private
String
pid
;
@ApiModelProperty
(
value
=
"排序"
)
private
Integer
sort
;
@ApiModelProperty
(
value
=
"资源类型"
)
private
String
type
;
@ApiModelProperty
(
value
=
"所属系统"
)
@TableField
(
"sourceSystem"
)
private
String
sourceSystem
;
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/entity/IdxBizFanHealthIndex.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
com.yeejoin.amos.boot.biz.common.entity.BaseEntity
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
import
lombok.experimental.Accessors
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@Accessors
(
chain
=
true
)
@TableName
(
"idx_biz_fan_health_index"
)
public
class
IdxBizFanHealthIndex
extends
BaseEntity
{
private
static
final
long
serialVersionUID
=
1L
;
/**
*
*/
@TableField
(
"SEQUENCE_NBR"
)
private
String
sequenceNbr
;
/**
*
*/
@TableField
(
"RECORD"
)
private
String
record
;
/**
*
*/
@TableField
(
"REC_DATE"
)
private
LocalDateTime
recDate
;
/**
*
*/
@TableField
(
"REC_USER_ID"
)
private
String
recUserId
;
/**
*
*/
@TableField
(
"INSTANCE_ID"
)
private
String
instanceId
;
/**
*
*/
@TableField
(
"STATUS"
)
private
String
status
;
/**
* 分析维度类型
*/
@TableField
(
"ANALYSIS_OBJ_TYPE"
)
private
String
analysisObjType
;
/**
* 分析维度seq
*/
@TableField
(
"ANALYSIS_OBJ_SEQ"
)
private
Integer
analysisObjSeq
;
/**
*
*/
@TableField
(
"WEIGTH"
)
private
Double
weigth
;
/**
*
*/
@TableField
(
"HEALTH_INDEX"
)
private
Double
healthIndex
;
/**
* 健康等级
*/
@TableField
(
"HEALTH_LEVEL"
)
private
String
healthLevel
;
/**
*
*/
@TableField
(
"ANALYSIS_TYPE"
)
private
String
analysisType
;
/**
*
*/
@TableField
(
"ANALYSIS_START_TIME"
)
private
LocalTime
analysisStartTime
;
/**
*
*/
@TableField
(
"ANALYSIS_END_TIME"
)
private
LocalDateTime
analysisEndTime
;
/**
* 片区
*/
@TableField
(
"ARAE"
)
private
String
arae
;
/**
* 场站
*/
@TableField
(
"STATION"
)
private
String
station
;
/**
* 子系统
*/
@TableField
(
"SUB_SYSTEM"
)
private
String
subSystem
;
/**
* 型号
*/
@TableField
(
"NUMBER"
)
private
String
number
;
/**
* 设备名称
*/
@TableField
(
"EQUIPMENT_NAME"
)
private
String
equipmentName
;
/**
*
*/
@TableField
(
"GATEWAY_ID"
)
private
Integer
gatewayId
;
/**
* 点表地址
*/
@TableField
(
"INDEX_ADDRESS"
)
private
String
indexAddress
;
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/entity/IdxBizFanHealthLevel.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
com.yeejoin.amos.boot.biz.common.entity.BaseEntity
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
import
lombok.experimental.Accessors
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@Accessors
(
chain
=
true
)
@TableName
(
"idx_biz_fan_health_level"
)
public
class
IdxBizFanHealthLevel
extends
BaseEntity
{
private
static
final
long
serialVersionUID
=
1L
;
/**
*
*/
@TableField
(
"SEQUENCE_NBR"
)
private
String
sequenceNbr
;
/**
*
*/
@TableField
(
"RECORD"
)
private
String
record
;
/**
*
*/
@TableField
(
"REC_DATE"
)
private
LocalDateTime
recDate
;
/**
*
*/
@TableField
(
"REC_USER_ID"
)
private
String
recUserId
;
/**
*
*/
@TableField
(
"INSTANCE_ID"
)
private
String
instanceId
;
/**
*
*/
@TableField
(
"STATUS"
)
private
String
status
;
/**
* 分析维度类型:【全域、区域、场站、设备、子系统、测点】
*/
@TableField
(
"ANALYSIS_OBJ_TYPE"
)
private
String
analysisObjType
;
/**
* 健康等级:【安全、注意、警告、风险】
*/
@TableField
(
"HEALTH_LEVEL"
)
private
String
healthLevel
;
/**
*
*/
@TableField
(
"GROUP_UPPER_LIMIT"
)
private
Double
groupUpperLimit
;
/**
*
*/
@TableField
(
"GROUP_LOWER_LIMIT"
)
private
Double
groupLowerLimit
;
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/entity/IdxBizFanPointProcessVariableClassification.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
com.yeejoin.amos.boot.biz.common.entity.BaseEntity
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
import
lombok.experimental.Accessors
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@Accessors
(
chain
=
true
)
@TableName
(
"idx_biz_fan_point_process_variable_classification"
)
public
class
IdxBizFanPointProcessVariableClassification
extends
BaseEntity
{
private
static
final
long
serialVersionUID
=
1L
;
/**
*
*/
@TableField
(
"SEQUENCE_NBR"
)
private
String
sequenceNbr
;
/**
*
*/
@TableField
(
"RECORD"
)
private
String
record
;
/**
*
*/
@TableField
(
"REC_DATE"
)
private
LocalDateTime
recDate
;
/**
*
*/
@TableField
(
"REC_USER_ID"
)
private
String
recUserId
;
/**
*
*/
@TableField
(
"INSTANCE_ID"
)
private
String
instanceId
;
/**
*
*/
@TableField
(
"STATUS"
)
private
String
status
;
/**
* 工况区间值1
*/
@TableField
(
"INTERVAL_VALUE1"
)
private
Double
intervalValue1
;
/**
* 工况区间值2
*/
@TableField
(
"INTERVAL_VALUE2"
)
private
Double
intervalValue2
;
/**
* 工况区间值3
*/
@TableField
(
"INTERVAL_VALUE3"
)
private
Double
intervalValue3
;
/**
* 工况区间值4
*/
@TableField
(
"INTERVAL_VALUE4"
)
private
Double
intervalValue4
;
/**
* 工况区间值5
*/
@TableField
(
"INTERVAL_VALUE5"
)
private
Double
intervalValue5
;
/**
* 标签
*/
@TableField
(
"TAG_CODE"
)
private
String
tagCode
;
/**
* 设备型号
*/
@TableField
(
"NUMBER"
)
private
String
number
;
/**
*
*/
@TableField
(
"POINT_ID"
)
private
Long
pointId
;
/**
* 片区
*/
@TableField
(
"ARAE"
)
private
String
arae
;
/**
* 场站
*/
@TableField
(
"STATION"
)
private
String
station
;
/**
* 子系统
*/
@TableField
(
"SUB_SYSTEM"
)
private
String
subSystem
;
/**
* 设备名称
*/
@TableField
(
"EQUIPMENT_NAME"
)
private
String
equipmentName
;
/**
* 测点
*/
@TableField
(
"POINT_NAME"
)
private
String
pointName
;
/**
*
*/
@TableField
(
"GATEWAY_ID"
)
private
Long
gatewayId
;
/**
* 点表地址
*/
@TableField
(
"INDEX_ADDRESS"
)
private
String
indexAddress
;
/**
* KKS码
*/
@TableField
(
"KKS"
)
private
String
kks
;
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/entity/IdxBizFanPointTag.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
com.yeejoin.amos.boot.biz.common.entity.BaseEntity
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
import
lombok.experimental.Accessors
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@Accessors
(
chain
=
true
)
@TableName
(
"idx_biz_fan_point_tag"
)
public
class
IdxBizFanPointTag
extends
BaseEntity
{
private
static
final
long
serialVersionUID
=
1L
;
/**
*
*/
@TableField
(
"SEQUENCE_NBR"
)
private
String
sequenceNbr
;
/**
*
*/
@TableField
(
"RECORD"
)
private
String
record
;
/**
*
*/
@TableField
(
"REC_DATE"
)
private
LocalDateTime
recDate
;
/**
*
*/
@TableField
(
"REC_USER_ID"
)
private
String
recUserId
;
/**
*
*/
@TableField
(
"INSTANCE_ID"
)
private
String
instanceId
;
/**
*
*/
@TableField
(
"STATUS"
)
private
String
status
;
/**
* 标签
*/
@TableField
(
"TAG_CODE"
)
private
String
tagCode
;
/**
* 测点
*/
@TableField
(
"POINT_NAME"
)
private
String
pointName
;
/**
* 设备型号
*/
@TableField
(
"NUMBER"
)
private
String
number
;
/**
* 厂站
*/
@TableField
(
"STATION"
)
private
String
station
;
/**
* 片区
*/
@TableField
(
"ARAE"
)
private
String
arae
;
/**
* 网关ID
*/
@TableField
(
"GATEWAY_ID"
)
private
Integer
gatewayId
;
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/entity/IdxBizFanPointVarCentralValue.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
com.yeejoin.amos.boot.biz.common.entity.BaseEntity
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
import
lombok.experimental.Accessors
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@Accessors
(
chain
=
true
)
@TableName
(
"idx_biz_fan_point_var_central_value"
)
public
class
IdxBizFanPointVarCentralValue
extends
BaseEntity
{
private
static
final
long
serialVersionUID
=
1L
;
/**
*
*/
@TableField
(
"SEQUENCE_NBR"
)
private
String
sequenceNbr
;
/**
*
*/
@TableField
(
"RECORD"
)
private
String
record
;
/**
*
*/
@TableField
(
"REC_DATE"
)
private
LocalDateTime
recDate
;
/**
*
*/
@TableField
(
"REC_USER_ID"
)
private
String
recUserId
;
/**
*
*/
@TableField
(
"INSTANCE_ID"
)
private
String
instanceId
;
/**
*
*/
@TableField
(
"STATUS"
)
private
String
status
;
/**
*
*/
@TableField
(
"ANALYSIS_CENTER_VALUE"
)
private
Double
analysisCenterValue
;
/**
*
*/
@TableField
(
"ANALYSIS_STD_DEV"
)
private
Double
analysisStdDev
;
/**
*
*/
@TableField
(
"INTERVAL_COMBINATION"
)
private
String
intervalCombination
;
/**
*
*/
@TableField
(
"ANALYSIS_POINT_ID"
)
private
Integer
analysisPointId
;
/**
* 片区
*/
@TableField
(
"ARAE"
)
private
String
arae
;
/**
* 场站
*/
@TableField
(
"STATION"
)
private
String
station
;
/**
* 子系统
*/
@TableField
(
"SUB_SYSTEM"
)
private
String
subSystem
;
/**
* 型号
*/
@TableField
(
"NUMBER"
)
private
String
number
;
/**
*
*/
@TableField
(
"PROCESS_COMBINATION"
)
private
String
processCombination
;
/**
* 设备名称
*/
@TableField
(
"EQUIPMENT_NAME"
)
private
String
equipmentName
;
/**
* 工况量1区间最小值
*/
@TableField
(
"PROCESS1_MIN"
)
private
Double
process1Min
;
/**
* 工况量1区间最大值
*/
@TableField
(
"PROCESS1_MAX"
)
private
Double
process1Max
;
/**
* 工况变量1ID
*/
@TableField
(
"PROCESS_POINT1_ID"
)
private
String
processPoint1Id
;
/**
* 工况量2区间最小值
*/
@TableField
(
"PROCESS2_MIN"
)
private
Double
process2Min
;
/**
* 工况量2区间最大值
*/
@TableField
(
"PORCESS2_MAX"
)
private
Double
porcess2Max
;
/**
* 工况量3区间最大值
*/
@TableField
(
"PROCESS3_MAX"
)
private
Double
process3Max
;
/**
* 工况量3区间最小值
*/
@TableField
(
"PROCESS3_MIN"
)
private
Double
process3Min
;
/**
* 工况变量3ID
*/
@TableField
(
"PROCESS_POINT3_ID"
)
private
String
processPoint3Id
;
/**
* 工况变量2ID
*/
@TableField
(
"PROCESS_POINT2_ID"
)
private
Double
processPoint2Id
;
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/entity/IdxBizFanPointVarCorrelation.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
com.yeejoin.amos.boot.biz.common.entity.BaseEntity
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
import
lombok.experimental.Accessors
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@Accessors
(
chain
=
true
)
@TableName
(
"idx_biz_fan_point_var_correlation"
)
public
class
IdxBizFanPointVarCorrelation
extends
BaseEntity
{
private
static
final
long
serialVersionUID
=
1L
;
/**
*
*/
@TableField
(
"SEQUENCE_NBR"
)
private
String
sequenceNbr
;
/**
*
*/
@TableField
(
"RECORD"
)
private
String
record
;
/**
*
*/
@TableField
(
"REC_DATE"
)
private
LocalDateTime
recDate
;
/**
*
*/
@TableField
(
"REC_USER_ID"
)
private
String
recUserId
;
/**
*
*/
@TableField
(
"INSTANCE_ID"
)
private
String
instanceId
;
/**
*
*/
@TableField
(
"STATUS"
)
private
String
status
;
/**
*
*/
@TableField
(
"CORRELATION_COEFFICIENT"
)
private
Double
correlationCoefficient
;
/**
*
*/
@TableField
(
"ANALYSIS_POINT_ID"
)
private
Long
analysisPointId
;
/**
*
*/
@TableField
(
"PROCESS_POINT_ID"
)
private
Long
processPointId
;
/**
* 片区
*/
@TableField
(
"ARAE"
)
private
String
arae
;
/**
* 场站
*/
@TableField
(
"STATION"
)
private
String
station
;
/**
* 子系统
*/
@TableField
(
"SUB_SYSTEM"
)
private
String
subSystem
;
/**
* 型号
*/
@TableField
(
"NUMBER"
)
private
String
number
;
/**
* 设备类型
*/
@TableField
(
"DEVICE_TYPE"
)
private
String
deviceType
;
/**
*
*/
@TableField
(
"ANALYSIS_GATEWAY_ID"
)
private
String
analysisGatewayId
;
/**
*
*/
@TableField
(
"ANALYSIS_INDEX_ADDRESS"
)
private
String
analysisIndexAddress
;
/**
* 网关ID
*/
@TableField
(
"PROCESS_GATEWAY_ID"
)
private
String
processGatewayId
;
/**
*
*/
@TableField
(
"PROCESS_INDEX_ADDRESS"
)
private
String
processIndexAddress
;
/**
* 设备名称
*/
@TableField
(
"EQUIPMENT_NAME"
)
private
String
equipmentName
;
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/entity/IdxBizFanWarningRecord.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
com.yeejoin.amos.boot.biz.common.entity.BaseEntity
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
import
lombok.experimental.Accessors
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@Accessors
(
chain
=
true
)
@TableName
(
"idx_biz_fan_warning_record"
)
public
class
IdxBizFanWarningRecord
extends
BaseEntity
{
private
static
final
long
serialVersionUID
=
1L
;
/**
*
*/
@TableField
(
"SEQUENCE_NBR"
)
private
String
sequenceNbr
;
/**
*
*/
@TableField
(
"RECORD"
)
private
String
record
;
/**
*
*/
@TableField
(
"REC_DATE"
)
private
LocalDateTime
recDate
;
/**
*
*/
@TableField
(
"REC_USER_ID"
)
private
String
recUserId
;
/**
*
*/
@TableField
(
"INSTANCE_ID"
)
private
String
instanceId
;
/**
*
*/
@TableField
(
"STATUS"
)
private
String
status
;
/**
* 处置状态
*/
@TableField
(
"DISPOSOTION_STATE"
)
private
String
disposotionState
;
/**
*
*/
@TableField
(
"HEALTH_INDEX_SEQ"
)
private
Integer
healthIndexSeq
;
/**
*
*/
@TableField
(
"ANALYSIS_POINT_ID"
)
private
Integer
analysisPointId
;
/**
* 预警等级
*/
@TableField
(
"WARNING_NAME"
)
private
String
warningName
;
/**
* 片区
*/
@TableField
(
"ARAE"
)
private
String
arae
;
/**
* 场站
*/
@TableField
(
"STATION"
)
private
String
station
;
/**
* 子系统
*/
@TableField
(
"SUB_SYSTEM"
)
private
String
subSystem
;
/**
* 型号
*/
@TableField
(
"NUMBER"
)
private
String
number
;
/**
* 网关ID
*/
@TableField
(
"GATEWAY_ID"
)
private
Integer
gatewayId
;
/**
* 点表地址
*/
@TableField
(
"INDEX_ADDRESS"
)
private
String
indexAddress
;
/**
* 设备名称
*/
@TableField
(
"EQUIPMENT_NAME"
)
private
String
equipmentName
;
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/entity/IdxBizFanWarningRuleSet.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
com.yeejoin.amos.boot.biz.common.entity.BaseEntity
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
import
lombok.experimental.Accessors
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@Accessors
(
chain
=
true
)
@TableName
(
"idx_biz_fan_warning_rule_set"
)
public
class
IdxBizFanWarningRuleSet
extends
BaseEntity
{
private
static
final
long
serialVersionUID
=
1L
;
/**
*
*/
@TableField
(
"SEQUENCE_NBR"
)
private
String
sequenceNbr
;
/**
*
*/
@TableField
(
"RECORD"
)
private
String
record
;
/**
*
*/
@TableField
(
"REC_DATE"
)
private
LocalDateTime
recDate
;
/**
*
*/
@TableField
(
"REC_USER_ID"
)
private
String
recUserId
;
/**
*
*/
@TableField
(
"INSTANCE_ID"
)
private
String
instanceId
;
/**
*
*/
@TableField
(
"STATUS"
)
private
String
status
;
/**
* 预警判断条件
*/
@TableField
(
"WARNING_IF"
)
private
String
warningIf
;
/**
* 预警判断连续周期
*/
@TableField
(
"WARNING_CYCLE"
)
private
String
warningCycle
;
/**
* 预警名称(危险、警告、注意)
*/
@TableField
(
"WARNING_NAME"
)
private
String
warningName
;
/**
*
*/
@TableField
(
"ANALYSIS_POINT_ID"
)
private
Integer
analysisPointId
;
/**
* 分析周期((按天、10min、小时)
*/
@TableField
(
"ANALYSIS_TYPE"
)
private
String
analysisType
;
/**
* 片区
*/
@TableField
(
"ARAE"
)
private
String
arae
;
/**
* 场站
*/
@TableField
(
"STATION"
)
private
String
station
;
/**
* 子系统
*/
@TableField
(
"SUB_SYSTEM"
)
private
String
subSystem
;
/**
* 型号
*/
@TableField
(
"NUMBER"
)
private
String
number
;
/**
* 设备名称
*/
@TableField
(
"EQUIPMENT_NAME"
)
private
String
equipmentName
;
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/entity/IdxBizFelk.java
View file @
43ca2635
...
@@ -100,7 +100,7 @@ public class IdxBizFelk {
...
@@ -100,7 +100,7 @@ public class IdxBizFelk {
*
*
*/
*/
@TableField
(
"ANALYSIS_START_TIME"
)
@TableField
(
"ANALYSIS_START_TIME"
)
private
LocalTime
analysisStartTime
;
private
Local
Date
Time
analysisStartTime
;
/**
/**
*
*
...
...
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/entity/IdxBizPvHealthIndex.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
com.yeejoin.amos.boot.biz.common.entity.BaseEntity
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
import
lombok.experimental.Accessors
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@Accessors
(
chain
=
true
)
@TableName
(
"idx_biz_pv_health_index"
)
public
class
IdxBizPvHealthIndex
extends
BaseEntity
{
private
static
final
long
serialVersionUID
=
1L
;
/**
*
*/
@TableField
(
"SEQUENCE_NBR"
)
private
String
sequenceNbr
;
/**
*
*/
@TableField
(
"RECORD"
)
private
String
record
;
/**
*
*/
@TableField
(
"REC_DATE"
)
private
LocalDateTime
recDate
;
/**
*
*/
@TableField
(
"REC_USER_ID"
)
private
String
recUserId
;
/**
*
*/
@TableField
(
"INSTANCE_ID"
)
private
String
instanceId
;
/**
*
*/
@TableField
(
"STATUS"
)
private
String
status
;
/**
* 分析维度类型
*/
@TableField
(
"ANALYSIS_OBJ_TYPE"
)
private
String
analysisObjType
;
/**
* 分析维度seq
*/
@TableField
(
"ANALYSIS_OBJ_SEQ"
)
private
Integer
analysisObjSeq
;
/**
*
*/
@TableField
(
"WEIGTH"
)
private
Double
weigth
;
/**
*
*/
@TableField
(
"HEALTH_INDEX"
)
private
Double
healthIndex
;
/**
* 健康等级
*/
@TableField
(
"HEALTH_LEVEL"
)
private
String
healthLevel
;
/**
* 分析周期
*/
@TableField
(
"ANALYSIS_TYPE"
)
private
String
analysisType
;
/**
*
*/
@TableField
(
"ANALYSIS_START_TIME"
)
private
LocalTime
analysisStartTime
;
/**
*
*/
@TableField
(
"ANALYSIS_END_TIME"
)
private
LocalDateTime
analysisEndTime
;
/**
* 片区
*/
@TableField
(
"ARAE"
)
private
String
arae
;
/**
* 场站
*/
@TableField
(
"STATION"
)
private
String
station
;
/**
* 子阵
*/
@TableField
(
"SUBARRAY"
)
private
String
subarray
;
/**
* 厂商
*/
@TableField
(
"MANUFACTURER"
)
private
String
manufacturer
;
/**
* 设备类型
*/
@TableField
(
"DEVICE_TYPE"
)
private
String
deviceType
;
/**
* 网关ID
*/
@TableField
(
"GATEWAY_ID"
)
private
Integer
gatewayId
;
/**
* 点表地址
*/
@TableField
(
"INDEX_ADDRESS"
)
private
String
indexAddress
;
/**
* 设备名称
*/
@TableField
(
"EQUIPMENT_NAME"
)
private
String
equipmentName
;
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/entity/IdxBizPvHealthLevel.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
com.yeejoin.amos.boot.biz.common.entity.BaseEntity
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
import
lombok.experimental.Accessors
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@Accessors
(
chain
=
true
)
@TableName
(
"idx_biz_pv_health_level"
)
public
class
IdxBizPvHealthLevel
extends
BaseEntity
{
private
static
final
long
serialVersionUID
=
1L
;
/**
*
*/
@TableField
(
"SEQUENCE_NBR"
)
private
String
sequenceNbr
;
/**
*
*/
@TableField
(
"RECORD"
)
private
String
record
;
/**
*
*/
@TableField
(
"REC_DATE"
)
private
LocalDateTime
recDate
;
/**
*
*/
@TableField
(
"REC_USER_ID"
)
private
String
recUserId
;
/**
*
*/
@TableField
(
"INSTANCE_ID"
)
private
String
instanceId
;
/**
*
*/
@TableField
(
"STATUS"
)
private
String
status
;
/**
* 分析维度类型:【全域、区域、场站、设备、子系统、测点】
*/
@TableField
(
"ANALYSIS_OBJ_TYPE"
)
private
String
analysisObjType
;
/**
* 健康等级:【安全、注意、警告、风险】
*/
@TableField
(
"HEALTH_LEVEL"
)
private
String
healthLevel
;
/**
*
*/
@TableField
(
"GROUP_UPPER_LIMIT"
)
private
Double
groupUpperLimit
;
/**
*
*/
@TableField
(
"GROUP_LOWER_LIMIT"
)
private
Double
groupLowerLimit
;
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/entity/IdxBizPvPointProcessVariableClassification.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
com.yeejoin.amos.boot.biz.common.entity.BaseEntity
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
import
lombok.experimental.Accessors
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@Accessors
(
chain
=
true
)
@TableName
(
"idx_biz_pv_point_process_variable_classification"
)
public
class
IdxBizPvPointProcessVariableClassification
extends
BaseEntity
{
private
static
final
long
serialVersionUID
=
1L
;
/**
*
*/
@TableField
(
"SEQUENCE_NBR"
)
private
String
sequenceNbr
;
/**
*
*/
@TableField
(
"RECORD"
)
private
String
record
;
/**
*
*/
@TableField
(
"REC_DATE"
)
private
LocalDateTime
recDate
;
/**
*
*/
@TableField
(
"REC_USER_ID"
)
private
String
recUserId
;
/**
*
*/
@TableField
(
"INSTANCE_ID"
)
private
String
instanceId
;
/**
*
*/
@TableField
(
"STATUS"
)
private
String
status
;
/**
* 工况区间值1
*/
@TableField
(
"INTERVAL_VALUE1"
)
private
Integer
intervalValue1
;
/**
* 工况区间值2
*/
@TableField
(
"INTERVAL_VALUE2"
)
private
Integer
intervalValue2
;
/**
* 工况区间值3
*/
@TableField
(
"INTERVAL_VALUE3"
)
private
Integer
intervalValue3
;
/**
* 工况区间值4
*/
@TableField
(
"INTERVAL_VALUE4"
)
private
Integer
intervalValue4
;
/**
* 工况区间值5
*/
@TableField
(
"INTERVAL_VALUE5"
)
private
Integer
intervalValue5
;
/**
* 标签
*/
@TableField
(
"TAG_CODE"
)
private
String
tagCode
;
/**
*
*/
@TableField
(
"POINT_ID"
)
private
Integer
pointId
;
/**
* 片区
*/
@TableField
(
"ARAE"
)
private
String
arae
;
/**
* 场站
*/
@TableField
(
"STATION"
)
private
String
station
;
/**
* 设备名称
*/
@TableField
(
"EQUIPMENT_NAME"
)
private
String
equipmentName
;
/**
* 厂商
*/
@TableField
(
"MANUFACTURER"
)
private
String
manufacturer
;
/**
* 设备类型
*/
@TableField
(
"DEVICE_TYPE"
)
private
String
deviceType
;
/**
* 子阵
*/
@TableField
(
"SUBARRAY"
)
private
String
subarray
;
/**
*
*/
@TableField
(
"GATEWAY_ID"
)
private
Integer
gatewayId
;
/**
* 点表地址
*/
@TableField
(
"INDEX_ADDRESS"
)
private
String
indexAddress
;
/**
* KKS码
*/
@TableField
(
"KKS"
)
private
String
kks
;
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/entity/IdxBizPvPointTag.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
com.yeejoin.amos.boot.biz.common.entity.BaseEntity
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
import
lombok.experimental.Accessors
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@Accessors
(
chain
=
true
)
@TableName
(
"idx_biz_pv_point_tag"
)
public
class
IdxBizPvPointTag
extends
BaseEntity
{
private
static
final
long
serialVersionUID
=
1L
;
/**
*
*/
@TableField
(
"SEQUENCE_NBR"
)
private
String
sequenceNbr
;
/**
*
*/
@TableField
(
"RECORD"
)
private
String
record
;
/**
*
*/
@TableField
(
"REC_DATE"
)
private
LocalDateTime
recDate
;
/**
*
*/
@TableField
(
"REC_USER_ID"
)
private
String
recUserId
;
/**
*
*/
@TableField
(
"INSTANCE_ID"
)
private
String
instanceId
;
/**
*
*/
@TableField
(
"STATUS"
)
private
String
status
;
/**
* 标签
*/
@TableField
(
"TAG_CODE"
)
private
String
tagCode
;
/**
* 网关ID
*/
@TableField
(
"GATEWAY_ID"
)
private
Integer
gatewayId
;
/**
* 测点
*/
@TableField
(
"POINT_NAME"
)
private
String
pointName
;
/**
* 设备类型
*/
@TableField
(
"DEVICE_TYPE"
)
private
String
deviceType
;
/**
* 厂站
*/
@TableField
(
"STATION"
)
private
String
station
;
/**
* 片区
*/
@TableField
(
"ARAE"
)
private
String
arae
;
/**
* 厂商
*/
@TableField
(
"MANUFACTURER"
)
private
String
manufacturer
;
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/entity/IdxBizPvPointVarCentralValue.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
com.yeejoin.amos.boot.biz.common.entity.BaseEntity
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
import
lombok.experimental.Accessors
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@Accessors
(
chain
=
true
)
@TableName
(
"idx_biz_pv_point_var_central_value"
)
public
class
IdxBizPvPointVarCentralValue
extends
BaseEntity
{
private
static
final
long
serialVersionUID
=
1L
;
/**
*
*/
@TableField
(
"SEQUENCE_NBR"
)
private
String
sequenceNbr
;
/**
*
*/
@TableField
(
"RECORD"
)
private
String
record
;
/**
*
*/
@TableField
(
"REC_DATE"
)
private
LocalDateTime
recDate
;
/**
*
*/
@TableField
(
"REC_USER_ID"
)
private
String
recUserId
;
/**
*
*/
@TableField
(
"INSTANCE_ID"
)
private
String
instanceId
;
/**
*
*/
@TableField
(
"STATUS"
)
private
String
status
;
/**
*
*/
@TableField
(
"ANALYSIS_CENTER_VALUE"
)
private
Double
analysisCenterValue
;
/**
*
*/
@TableField
(
"ANALYSIS_STD_DEV"
)
private
Double
analysisStdDev
;
/**
*
*/
@TableField
(
"INTERVAL_COMBINATION"
)
private
String
intervalCombination
;
/**
*
*/
@TableField
(
"ANALYSIS_POINT_ID"
)
private
Integer
analysisPointId
;
/**
* 片区
*/
@TableField
(
"ARAE"
)
private
String
arae
;
/**
* 场站
*/
@TableField
(
"STATION"
)
private
String
station
;
/**
* 子阵
*/
@TableField
(
"SUBARRAY"
)
private
String
subarray
;
/**
* 产商
*/
@TableField
(
"MANUFACTURER"
)
private
String
manufacturer
;
/**
*
*/
@TableField
(
"PROCESS_COMBINATION"
)
private
String
processCombination
;
/**
* 设备类型
*/
@TableField
(
"DEVICE_TYPE"
)
private
String
deviceType
;
/**
*
*/
@TableField
(
"PROCESS2_MIN"
)
private
Double
process2Min
;
/**
*
*/
@TableField
(
"PROCESS2_MAX"
)
private
Double
process2Max
;
/**
*
*/
@TableField
(
"PROCESS3_MIN"
)
private
Double
process3Min
;
/**
*
*/
@TableField
(
"PROCESS3_MAX"
)
private
Double
process3Max
;
/**
* 设备名称
*/
@TableField
(
"EQUIPMENT_NAME"
)
private
String
equipmentName
;
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/entity/IdxBizPvPointVarCorrelation.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
com.yeejoin.amos.boot.biz.common.entity.BaseEntity
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
import
lombok.experimental.Accessors
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@Accessors
(
chain
=
true
)
@TableName
(
"idx_biz_pv_point_var_correlation"
)
public
class
IdxBizPvPointVarCorrelation
extends
BaseEntity
{
private
static
final
long
serialVersionUID
=
1L
;
/**
*
*/
@TableField
(
"SEQUENCE_NBR"
)
private
String
sequenceNbr
;
/**
*
*/
@TableField
(
"RECORD"
)
private
String
record
;
/**
*
*/
@TableField
(
"REC_DATE"
)
private
LocalDateTime
recDate
;
/**
*
*/
@TableField
(
"REC_USER_ID"
)
private
String
recUserId
;
/**
*
*/
@TableField
(
"INSTANCE_ID"
)
private
String
instanceId
;
/**
*
*/
@TableField
(
"STATUS"
)
private
String
status
;
/**
*
*/
@TableField
(
"CORRELATION_COEFFICIENT"
)
private
Double
correlationCoefficient
;
/**
*
*/
@TableField
(
"ANALYSIS_POINT_ID"
)
private
Integer
analysisPointId
;
/**
*
*/
@TableField
(
"PROCESS_POINT_ID"
)
private
Integer
processPointId
;
/**
* 片区
*/
@TableField
(
"ARAE"
)
private
String
arae
;
/**
* 场站
*/
@TableField
(
"STATION"
)
private
String
station
;
/**
* 子阵
*/
@TableField
(
"SUBARRAY"
)
private
String
subarray
;
/**
* 厂商
*/
@TableField
(
"MANUFACTURER"
)
private
String
manufacturer
;
/**
* 设备类型
*/
@TableField
(
"DEVICE_TYPE"
)
private
String
deviceType
;
/**
* 网关ID
*/
@TableField
(
"ANALYSIS_GATEWAY_ID"
)
private
String
analysisGatewayId
;
/**
*
*/
@TableField
(
"ANALYSIS_INDEX_ADDRESS"
)
private
Integer
analysisIndexAddress
;
/**
* 网关ID
*/
@TableField
(
"PROCESS_GATEWAY_ID"
)
private
String
processGatewayId
;
/**
*
*/
@TableField
(
"PROCESS_INDEX_ADDRESS"
)
private
Integer
processIndexAddress
;
/**
* 设备名称
*/
@TableField
(
"EQUIPMENT_NAME"
)
private
String
equipmentName
;
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/entity/IdxBizPvWarningRecord.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
com.yeejoin.amos.boot.biz.common.entity.BaseEntity
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
import
lombok.experimental.Accessors
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@Accessors
(
chain
=
true
)
@TableName
(
"idx_biz_pv_warning_record"
)
public
class
IdxBizPvWarningRecord
extends
BaseEntity
{
private
static
final
long
serialVersionUID
=
1L
;
/**
*
*/
@TableField
(
"SEQUENCE_NBR"
)
private
String
sequenceNbr
;
/**
*
*/
@TableField
(
"RECORD"
)
private
String
record
;
/**
*
*/
@TableField
(
"REC_DATE"
)
private
LocalDateTime
recDate
;
/**
*
*/
@TableField
(
"REC_USER_ID"
)
private
String
recUserId
;
/**
*
*/
@TableField
(
"INSTANCE_ID"
)
private
String
instanceId
;
/**
*
*/
@TableField
(
"STATUS"
)
private
String
status
;
/**
* 处置状态
*/
@TableField
(
"DISPOSOTION_STATE"
)
private
String
disposotionState
;
/**
*
*/
@TableField
(
"HEALTH_INDEX_SEQ"
)
private
Integer
healthIndexSeq
;
/**
*
*/
@TableField
(
"ANALYSIS_POINT_ID"
)
private
Integer
analysisPointId
;
/**
* 预警等级
*/
@TableField
(
"WARNING_NAME"
)
private
String
warningName
;
/**
* 片区
*/
@TableField
(
"ARAE"
)
private
String
arae
;
/**
* 场站
*/
@TableField
(
"STATION"
)
private
String
station
;
/**
* 子阵
*/
@TableField
(
"SUBARRAY"
)
private
String
subarray
;
/**
* 产商
*/
@TableField
(
"MANUFACTURER"
)
private
String
manufacturer
;
/**
* 设备类型
*/
@TableField
(
"DEVICE_TYPE"
)
private
String
deviceType
;
/**
* 网关ID
*/
@TableField
(
"GATEWAY_ID"
)
private
Integer
gatewayId
;
/**
* 点表地址
*/
@TableField
(
"INDEX_ADDRESS"
)
private
String
indexAddress
;
/**
* 设备名称
*/
@TableField
(
"EQUIPMENT_NAME"
)
private
String
equipmentName
;
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/entity/IdxBizPvWarningRuleSet.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
com.yeejoin.amos.boot.biz.common.entity.BaseEntity
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
import
lombok.experimental.Accessors
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@Accessors
(
chain
=
true
)
@TableName
(
"idx_biz_pv_warning_rule_set"
)
public
class
IdxBizPvWarningRuleSet
extends
BaseEntity
{
private
static
final
long
serialVersionUID
=
1L
;
/**
*
*/
@TableField
(
"SEQUENCE_NBR"
)
private
String
sequenceNbr
;
/**
*
*/
@TableField
(
"RECORD"
)
private
String
record
;
/**
*
*/
@TableField
(
"REC_DATE"
)
private
LocalDateTime
recDate
;
/**
*
*/
@TableField
(
"REC_USER_ID"
)
private
String
recUserId
;
/**
*
*/
@TableField
(
"INSTANCE_ID"
)
private
String
instanceId
;
/**
*
*/
@TableField
(
"STATUS"
)
private
String
status
;
/**
* 预警判断条件
*/
@TableField
(
"WARNING_IF"
)
private
String
warningIf
;
/**
* 预警判断连续周期
*/
@TableField
(
"WARNING_CYCLE"
)
private
String
warningCycle
;
/**
* 预警名称(危险、警告、注意)
*/
@TableField
(
"WARNING_NAME"
)
private
String
warningName
;
/**
* 分析变量测点ID
*/
@TableField
(
"ANALYSIS_POINT_ID"
)
private
Integer
analysisPointId
;
/**
* 分析周期((按天、10min、小时)
*/
@TableField
(
"ANALYSIS_TYPE"
)
private
String
analysisType
;
/**
* 片区
*/
@TableField
(
"ARAE"
)
private
String
arae
;
/**
* 场站
*/
@TableField
(
"STATION"
)
private
String
station
;
/**
* 设备名称
*/
@TableField
(
"EQUIPMENT_NAME"
)
private
String
equipmentName
;
/**
* 子阵
*/
@TableField
(
"SUBARRAY"
)
private
String
subarray
;
/**
* 厂商
*/
@TableField
(
"MANUFACTURER"
)
private
String
manufacturer
;
/**
* 设备类型
*/
@TableField
(
"DEVICE_TYPE"
)
private
String
deviceType
;
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/entity/IdxBizUhef.java
View file @
43ca2635
...
@@ -18,7 +18,7 @@ import java.util.Date;
...
@@ -18,7 +18,7 @@ import java.util.Date;
*/
*/
@Data
@Data
@Accessors
(
chain
=
true
)
@Accessors
(
chain
=
true
)
@TableName
(
value
=
"idx_biz_
uhef
"
,
autoResultMap
=
true
)
@TableName
(
value
=
"idx_biz_
fan_point_var_central_value
"
,
autoResultMap
=
true
)
public
class
IdxBizUhef
{
public
class
IdxBizUhef
{
private
static
final
long
serialVersionUID
=
1L
;
private
static
final
long
serialVersionUID
=
1L
;
...
@@ -120,6 +120,18 @@ public class IdxBizUhef {
...
@@ -120,6 +120,18 @@ public class IdxBizUhef {
private
String
processCombination
;
private
String
processCombination
;
/**
/**
* 工况变量1最小值
*/
@TableField
(
"PROCESS1_MIN"
)
private
Double
process1Min
;
/**
* 工况变量1最大值
*/
@TableField
(
"PROCESS1_MAX"
)
private
Double
process1Max
;
/**
* 工况变量2最小值
* 工况变量2最小值
*/
*/
@TableField
(
"PROCESS2_MIN"
)
@TableField
(
"PROCESS2_MIN"
)
...
@@ -143,4 +155,11 @@ public class IdxBizUhef {
...
@@ -143,4 +155,11 @@ public class IdxBizUhef {
@TableField
(
"PROCESS3_MAX"
)
@TableField
(
"PROCESS3_MAX"
)
private
Double
process3Max
;
private
Double
process3Max
;
@TableField
(
"PROCESS_POINT1_ID"
)
private
String
pointOneId
;
@TableField
(
"PROCESS_POINT2_ID"
)
private
String
pointTwoId
;
@TableField
(
"PROCESS_POINT3_ID"
)
private
String
pointThreeId
;
}
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/entity/IdxExplorer.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
com.yeejoin.amos.boot.biz.common.entity.BaseEntity
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
import
lombok.experimental.Accessors
;
import
java.util.Date
;
/**
*
*
* @author system_generator
* @date 2023-08-15
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@Accessors
(
chain
=
true
)
@TableName
(
"idx_explorer"
)
public
class
IdxExplorer
extends
BaseEntity
{
private
static
final
long
serialVersionUID
=
1L
;
/**
*
*/
@TableField
(
"id"
)
private
String
id
;
/**
*
*/
@TableField
(
"createDate"
)
private
Date
createDate
;
/**
*
*/
@TableField
(
"creator"
)
private
String
creator
;
/**
*
*/
@TableField
(
"updateDate"
)
private
Date
updateDate
;
/**
*
*/
@TableField
(
"updater"
)
private
String
updater
;
/**
* 资源类型
*/
@TableField
(
"agencyCode"
)
private
String
agencyCode
;
/**
* 拓展字段
*/
@TableField
(
"extras"
)
private
String
extras
;
/**
* 名称
*/
@TableField
(
"name"
)
private
String
name
;
/**
* 路径
*/
@TableField
(
"path"
)
private
String
path
;
/**
* 父ID
*/
@TableField
(
"pid"
)
private
String
pid
;
/**
* 排序
*/
@TableField
(
"sort"
)
private
Integer
sort
;
/**
* 资源类型
*/
@TableField
(
"type"
)
private
String
type
;
/**
* 所属系统
*/
@TableField
(
"sourceSystem"
)
private
String
sourceSystem
;
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/mapper2/IdxBizFanHealthIndexMapper.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
mapper2
;
import
com.baomidou.mybatisplus.core.mapper.BaseMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.IdxBizFanHealthIndex
;
/**
* Mapper 接口
*
* @author system_generator
* @date 2023-08-15
*/
public
interface
IdxBizFanHealthIndexMapper
extends
BaseMapper
<
IdxBizFanHealthIndex
>
{
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/mapper2/IdxBizFanHealthLevelMapper.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
mapper2
;
import
com.baomidou.mybatisplus.core.mapper.BaseMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.IdxBizFanHealthLevel
;
/**
* Mapper 接口
*
* @author system_generator
* @date 2023-08-15
*/
public
interface
IdxBizFanHealthLevelMapper
extends
BaseMapper
<
IdxBizFanHealthLevel
>
{
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/mapper2/IdxBizFanPointProcessVariableClassificationMapper.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
mapper2
;
import
com.baomidou.mybatisplus.core.mapper.BaseMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.IdxBizFanPointProcessVariableClassification
;
/**
* Mapper 接口
*
* @author system_generator
* @date 2023-08-15
*/
public
interface
IdxBizFanPointProcessVariableClassificationMapper
extends
BaseMapper
<
IdxBizFanPointProcessVariableClassification
>
{
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/mapper2/IdxBizFanPointTagMapper.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
mapper2
;
import
com.baomidou.mybatisplus.core.mapper.BaseMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.IdxBizFanPointTag
;
/**
* Mapper 接口
*
* @author system_generator
* @date 2023-08-15
*/
public
interface
IdxBizFanPointTagMapper
extends
BaseMapper
<
IdxBizFanPointTag
>
{
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/mapper2/IdxBizFanPointVarCentralValueMapper.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
mapper2
;
import
com.baomidou.mybatisplus.core.mapper.BaseMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.IdxBizFanPointVarCentralValue
;
/**
* Mapper 接口
*
* @author system_generator
* @date 2023-08-15
*/
public
interface
IdxBizFanPointVarCentralValueMapper
extends
BaseMapper
<
IdxBizFanPointVarCentralValue
>
{
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/mapper2/IdxBizFanPointVarCorrelationMapper.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
mapper2
;
import
com.baomidou.mybatisplus.core.mapper.BaseMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.IdxBizFanPointVarCorrelation
;
/**
* Mapper 接口
*
* @author system_generator
* @date 2023-08-15
*/
public
interface
IdxBizFanPointVarCorrelationMapper
extends
BaseMapper
<
IdxBizFanPointVarCorrelation
>
{
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/mapper2/IdxBizFanWarningRecordMapper.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
mapper2
;
import
com.baomidou.mybatisplus.core.mapper.BaseMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.IdxBizFanWarningRecord
;
/**
* Mapper 接口
*
* @author system_generator
* @date 2023-08-15
*/
public
interface
IdxBizFanWarningRecordMapper
extends
BaseMapper
<
IdxBizFanWarningRecord
>
{
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/mapper2/IdxBizFanWarningRuleSetMapper.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
mapper2
;
import
com.baomidou.mybatisplus.core.mapper.BaseMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.IdxBizFanWarningRuleSet
;
/**
* Mapper 接口
*
* @author system_generator
* @date 2023-08-15
*/
public
interface
IdxBizFanWarningRuleSetMapper
extends
BaseMapper
<
IdxBizFanWarningRuleSet
>
{
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/mapper2/IdxBizPvHealthIndexMapper.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
mapper2
;
import
com.baomidou.mybatisplus.core.mapper.BaseMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.IdxBizPvHealthIndex
;
/**
* Mapper 接口
*
* @author system_generator
* @date 2023-08-15
*/
public
interface
IdxBizPvHealthIndexMapper
extends
BaseMapper
<
IdxBizPvHealthIndex
>
{
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/mapper2/IdxBizPvHealthLevelMapper.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
mapper2
;
import
com.baomidou.mybatisplus.core.mapper.BaseMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.IdxBizPvHealthLevel
;
/**
* Mapper 接口
*
* @author system_generator
* @date 2023-08-15
*/
public
interface
IdxBizPvHealthLevelMapper
extends
BaseMapper
<
IdxBizPvHealthLevel
>
{
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/mapper2/IdxBizPvPointProcessVariableClassificationMapper.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
mapper2
;
import
com.baomidou.mybatisplus.core.mapper.BaseMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.IdxBizPvPointProcessVariableClassification
;
/**
* Mapper 接口
*
* @author system_generator
* @date 2023-08-15
*/
public
interface
IdxBizPvPointProcessVariableClassificationMapper
extends
BaseMapper
<
IdxBizPvPointProcessVariableClassification
>
{
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/mapper2/IdxBizPvPointTagMapper.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
mapper2
;
import
com.baomidou.mybatisplus.core.mapper.BaseMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.IdxBizPvPointTag
;
/**
* Mapper 接口
*
* @author system_generator
* @date 2023-08-15
*/
public
interface
IdxBizPvPointTagMapper
extends
BaseMapper
<
IdxBizPvPointTag
>
{
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/mapper2/IdxBizPvPointVarCentralValueMapper.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
mapper2
;
import
com.baomidou.mybatisplus.core.mapper.BaseMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.IdxBizPvPointVarCentralValue
;
/**
* Mapper 接口
*
* @author system_generator
* @date 2023-08-15
*/
public
interface
IdxBizPvPointVarCentralValueMapper
extends
BaseMapper
<
IdxBizPvPointVarCentralValue
>
{
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/mapper2/IdxBizPvPointVarCorrelationMapper.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
mapper2
;
import
com.baomidou.mybatisplus.core.mapper.BaseMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.IdxBizPvPointVarCorrelation
;
/**
* Mapper 接口
*
* @author system_generator
* @date 2023-08-15
*/
public
interface
IdxBizPvPointVarCorrelationMapper
extends
BaseMapper
<
IdxBizPvPointVarCorrelation
>
{
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/mapper2/IdxBizPvWarningRecordMapper.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
mapper2
;
import
com.baomidou.mybatisplus.core.mapper.BaseMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.IdxBizPvWarningRecord
;
/**
* Mapper 接口
*
* @author system_generator
* @date 2023-08-15
*/
public
interface
IdxBizPvWarningRecordMapper
extends
BaseMapper
<
IdxBizPvWarningRecord
>
{
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/mapper2/IdxBizPvWarningRuleSetMapper.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
mapper2
;
import
com.baomidou.mybatisplus.core.mapper.BaseMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.IdxBizPvWarningRuleSet
;
/**
* Mapper 接口
*
* @author system_generator
* @date 2023-08-15
*/
public
interface
IdxBizPvWarningRuleSetMapper
extends
BaseMapper
<
IdxBizPvWarningRuleSet
>
{
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/mapper2/IdxBizUhefMapper.java
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
mapper2
;
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
mapper2
;
import
com.baomidou.mybatisplus.core.mapper.BaseMapper
;
import
com.baomidou.mybatisplus.core.mapper.BaseMapper
;
import
com.yeejoin.amos.boot.module.jxiop.biz.dto.IdxBizUhefDto
;
import
com.yeejoin.amos.boot.module.jxiop.biz.entity.IdxBizUhef
;
import
com.yeejoin.amos.boot.module.jxiop.biz.entity.IdxBizUhef
;
import
java.util.List
;
import
java.util.Map
;
/**
/**
* Mapper 接口
* Mapper 接口
*
*
...
@@ -11,4 +15,5 @@ import com.yeejoin.amos.boot.module.jxiop.biz.entity.IdxBizUhef;
...
@@ -11,4 +15,5 @@ import com.yeejoin.amos.boot.module.jxiop.biz.entity.IdxBizUhef;
*/
*/
public
interface
IdxBizUhefMapper
extends
BaseMapper
<
IdxBizUhef
>
{
public
interface
IdxBizUhefMapper
extends
BaseMapper
<
IdxBizUhef
>
{
}
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/mapper2/IdxBizUxfvMapper.java
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
mapper2
;
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
mapper2
;
import
com.baomidou.mybatisplus.core.mapper.BaseMapper
;
import
com.baomidou.mybatisplus.core.mapper.BaseMapper
;
import
com.yeejoin.amos.boot.module.jxiop.biz.dto.IdxBizUhefDto
;
import
com.yeejoin.amos.boot.module.jxiop.biz.dto.IdxBizUxfvDto
;
import
com.yeejoin.amos.boot.module.jxiop.biz.entity.IdxBizUxfv
;
import
com.yeejoin.amos.boot.module.jxiop.biz.entity.IdxBizUxfv
;
import
java.util.List
;
/**
/**
* Mapper 接口
* Mapper 接口
*
*
...
@@ -10,5 +14,5 @@ import com.yeejoin.amos.boot.module.jxiop.biz.entity.IdxBizUxfv;
...
@@ -10,5 +14,5 @@ import com.yeejoin.amos.boot.module.jxiop.biz.entity.IdxBizUxfv;
* @date 2023-08-14
* @date 2023-08-14
*/
*/
public
interface
IdxBizUxfvMapper
extends
BaseMapper
<
IdxBizUxfv
>
{
public
interface
IdxBizUxfvMapper
extends
BaseMapper
<
IdxBizUxfv
>
{
List
<
IdxBizUxfvDto
>
getInfluxDBData
();
}
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/mapper2/IdxExplorerMapper.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
mapper2
;
import
com.baomidou.mybatisplus.core.mapper.BaseMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.IdxExplorer
;
/**
* Mapper 接口
*
* @author system_generator
* @date 2023-08-15
*/
public
interface
IdxExplorerMapper
extends
BaseMapper
<
IdxExplorer
>
{
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/IIdxBizFanHealthIndexService.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
;
/**
* 接口类
*
* @author system_generator
* @date 2023-08-15
*/
public
interface
IIdxBizFanHealthIndexService
{
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/IIdxBizFanHealthLevelService.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
;
/**
* 接口类
*
* @author system_generator
* @date 2023-08-15
*/
public
interface
IIdxBizFanHealthLevelService
{
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/IIdxBizFanPointProcessVariableClassificationService.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
;
/**
* 接口类
*
* @author system_generator
* @date 2023-08-15
*/
public
interface
IIdxBizFanPointProcessVariableClassificationService
{
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/IIdxBizFanPointTagService.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
;
/**
* 接口类
*
* @author system_generator
* @date 2023-08-15
*/
public
interface
IIdxBizFanPointTagService
{
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/IIdxBizFanPointVarCentralValueService.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
;
/**
* 接口类
*
* @author system_generator
* @date 2023-08-15
*/
public
interface
IIdxBizFanPointVarCentralValueService
{
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/IIdxBizFanPointVarCorrelationService.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
;
/**
* 接口类
*
* @author system_generator
* @date 2023-08-15
*/
public
interface
IIdxBizFanPointVarCorrelationService
{
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/IIdxBizFanWarningRecordService.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
;
/**
* 接口类
*
* @author system_generator
* @date 2023-08-15
*/
public
interface
IIdxBizFanWarningRecordService
{
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/IIdxBizFanWarningRuleSetService.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
;
/**
* 接口类
*
* @author system_generator
* @date 2023-08-15
*/
public
interface
IIdxBizFanWarningRuleSetService
{
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/IIdxBizPvHealthIndexService.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
;
/**
* 接口类
*
* @author system_generator
* @date 2023-08-15
*/
public
interface
IIdxBizPvHealthIndexService
{
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/IIdxBizPvHealthLevelService.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
;
/**
* 接口类
*
* @author system_generator
* @date 2023-08-15
*/
public
interface
IIdxBizPvHealthLevelService
{
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/IIdxBizPvPointProcessVariableClassificationService.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
;
/**
* 接口类
*
* @author system_generator
* @date 2023-08-15
*/
public
interface
IIdxBizPvPointProcessVariableClassificationService
{
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/IIdxBizPvPointTagService.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
;
/**
* 接口类
*
* @author system_generator
* @date 2023-08-15
*/
public
interface
IIdxBizPvPointTagService
{
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/IIdxBizPvPointVarCentralValueService.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
;
/**
* 接口类
*
* @author system_generator
* @date 2023-08-15
*/
public
interface
IIdxBizPvPointVarCentralValueService
{
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/IIdxBizPvPointVarCorrelationService.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
;
/**
* 接口类
*
* @author system_generator
* @date 2023-08-15
*/
public
interface
IIdxBizPvPointVarCorrelationService
{
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/IIdxBizPvWarningRecordService.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
;
/**
* 接口类
*
* @author system_generator
* @date 2023-08-15
*/
public
interface
IIdxBizPvWarningRecordService
{
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/IIdxBizPvWarningRuleSetService.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
;
/**
* 接口类
*
* @author system_generator
* @date 2023-08-15
*/
public
interface
IIdxBizPvWarningRuleSetService
{
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/IIdxExplorerService.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
;
/**
* 接口类
*
* @author system_generator
* @date 2023-08-15
*/
public
interface
IIdxExplorerService
{
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/impl/HealthStatusIndicatorServiceImpl.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
.
impl
;
import
com.alibaba.fastjson.JSONObject
;
import
com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper
;
import
com.yeejoin.amos.boot.module.jxiop.biz.ESDto.ESEquipments
;
import
com.yeejoin.amos.boot.module.jxiop.biz.dto.IdxBizUhefDto
;
import
com.yeejoin.amos.boot.module.jxiop.biz.dto.IdxBizUxfvDto
;
import
com.yeejoin.amos.boot.module.jxiop.biz.entity.IdxBizPldo
;
import
com.yeejoin.amos.boot.module.jxiop.biz.entity.IdxBizUhef
;
import
com.yeejoin.amos.boot.module.jxiop.biz.entity.IdxBizUxfv
;
import
com.yeejoin.amos.boot.module.jxiop.biz.mapper2.IdxBizPldoMapper
;
import
com.yeejoin.amos.boot.module.jxiop.biz.mapper2.IdxBizUhefMapper
;
import
com.yeejoin.amos.boot.module.jxiop.biz.mapper2.IdxBizUxfvMapper
;
import
com.yeejoin.amos.boot.module.jxiop.biz.utils.InfluxDButils
;
import
org.elasticsearch.index.query.BoolQueryBuilder
;
import
org.elasticsearch.index.query.QueryBuilder
;
import
org.elasticsearch.index.query.QueryBuilders
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.data.domain.PageRequest
;
import
org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
;
import
org.springframework.data.elasticsearch.core.SearchHit
;
import
org.springframework.data.elasticsearch.core.SearchHits
;
import
org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
;
import
org.springframework.scheduling.annotation.Scheduled
;
import
java.util.*
;
import
java.util.stream.Collectors
;
public
class
HealthStatusIndicatorServiceImpl
{
@Autowired
private
IdxBizUhefMapper
idxBizUhefMapper
;
@Autowired
private
IdxBizUxfvMapper
idxBizUxfvMapper
;
@Autowired
private
IdxBizPldoMapper
idxBizPldoMapper
;
@Autowired
private
InfluxDButils
influxDButils
;
@Autowired
private
ElasticsearchRestTemplate
elasticsearchTemplate
;
@Scheduled
(
cron
=
"0/10 * * * * ? "
)
private
void
mother
()
{
List
<
IdxBizUxfvDto
>
data
=
idxBizUxfvMapper
.
getInfluxDBData
();
Map
<
String
,
List
<
IdxBizUxfvDto
>>
maps
=
data
.
stream
().
collect
(
Collectors
.
groupingBy
(
IdxBizUxfvDto:
:
getGatewayId
));
BoolQueryBuilder
boolMustAll
=
QueryBuilders
.
boolQuery
();
List
<
QueryBuilder
>
should
=
boolMustAll
.
should
();
for
(
String
s
:
maps
.
keySet
())
{
BoolQueryBuilder
boolQueryBuilder
=
QueryBuilders
.
boolQuery
();
List
<
String
>
address
=
maps
.
get
(
s
).
stream
().
map
(
IdxBizUxfvDto:
:
getIndexAddress
).
collect
(
Collectors
.
toList
());
boolQueryBuilder
.
must
(
QueryBuilders
.
termsQuery
(
"address.keyword"
,
address
)).
must
(
QueryBuilders
.
matchQuery
(
"gatewayId.keyword"
,
s
));
should
.
add
(
boolQueryBuilder
);
}
// 创建查询构造器
NativeSearchQueryBuilder
queryBuilder
=
new
NativeSearchQueryBuilder
()
//过滤条件
.
withQuery
(
boolMustAll
);
List
<
ESEquipments
>
equipments
=
new
LinkedList
<>();
long
totle
=
0
;
try
{
SearchHits
<
ESEquipments
>
searchHits
=
elasticsearchTemplate
.
search
(
queryBuilder
.
build
(),
ESEquipments
.
class
);
for
(
SearchHit
searchHit
:
searchHits
.
getSearchHits
())
{
JSONObject
jsonObject
=
(
JSONObject
)
JSONObject
.
toJSON
(
searchHit
.
getContent
());
ESEquipments
eSAlertCalled
=
JSONObject
.
toJavaObject
(
jsonObject
,
ESEquipments
.
class
);
equipments
.
add
(
eSAlertCalled
);
}
totle
=
searchHits
.
getTotalHits
();
}
catch
(
Exception
e
)
{
// TODO: handle exception
}
for
(
IdxBizUxfvDto
datum
:
data
)
{
for
(
ESEquipments
equipment
:
equipments
)
{
if
(
equipment
.
getAddress
().
equals
(
datum
.
getIndexAddress
())
&&
equipment
.
getGatewayId
().
equals
(
datum
.
getGatewayId
())){
datum
.
setCurrentValue
(
equipment
.
getValueDouble
());
}
}
}
LambdaQueryWrapper
<
IdxBizUhef
>
wrapper
=
new
LambdaQueryWrapper
<>();
List
<
IdxBizUhef
>
idxBizUhefs
=
idxBizUhefMapper
.
selectList
(
wrapper
);
List
<
Map
<
String
,
Object
>>
datas
=
new
ArrayList
<>();
for
(
IdxBizUhef
idxBizUhef
:
idxBizUhefs
)
{
double
value1
=
0.00
;
double
value2
=
0.00
;
double
value3
=
0.00
;
double
value4
=
0.00
;
for
(
IdxBizUxfvDto
datum
:
data
)
{
if
(
idxBizUhef
.
getPointOneId
().
equals
(
datum
.
getSequenceNbr
())){
value1
=
datum
.
getCurrentValue
();
}
if
(
idxBizUhef
.
getPointTwoId
().
equals
(
datum
.
getSequenceNbr
()))
{
value2
=
datum
.
getCurrentValue
();
}
if
(
idxBizUhef
.
getPointThreeId
().
equals
(
datum
.
getSequenceNbr
()))
{
value3
=
datum
.
getCurrentValue
();
}
if
(
idxBizUhef
.
getAnalysisPointId
().
equals
(
datum
.
getSequenceNbr
()))
{
value4
=
datum
.
getCurrentValue
();
}
}
if
(
idxBizUhef
.
getProcess1Min
()
<
value1
&&
value1
<
idxBizUhef
.
getProcess1Max
()
&&
idxBizUhef
.
getProcess2Min
()
<
value2
&&
value2
<
idxBizUhef
.
getProcess2Max
()
&&
idxBizUhef
.
getProcess3Min
()
<
value3
&&
value3
<
idxBizUhef
.
getProcess3Max
()){
Map
<
String
,
Object
>
map
=
new
HashMap
<>();
map
.
put
(
"analysVariable"
,
value4
);
map
.
put
(
"stdDev"
,
idxBizUhef
.
getAnalysisStdDev
());
map
.
put
(
"centerValue"
,
idxBizUhef
.
getAnalysisCenterValue
());
map
.
put
(
"analysVariableId"
,
idxBizUhef
.
getAnalysisPointId
());
datas
.
add
(
map
);
//算法接口 获取健康指数
double
healthExponent
=
0.00
;
LambdaQueryWrapper
<
IdxBizPldo
>
healthQerry
=
new
LambdaQueryWrapper
<>();
healthQerry
.
ge
(
IdxBizPldo:
:
getGroupLowerLimit
,
healthExponent
);
healthQerry
.
le
(
IdxBizPldo:
:
getGroupUpperLimit
,
healthExponent
);
healthQerry
.
eq
(
IdxBizPldo:
:
getAnalysisObjType
,
"设备"
);
IdxBizPldo
idxBizPldo
=
idxBizPldoMapper
.
selectOne
(
healthQerry
);
}
}
// TODO: data
}
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/impl/IdxBizFanHealthIndexServiceImpl.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
.
impl
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.IdxBizFanHealthIndexDto
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.IdxBizFanHealthIndex
;
import
com.yeejoin.amos.boot.module.jxiop.api.mapper.IdxBizFanHealthIndexMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.service.IIdxBizFanHealthIndexService
;
import
org.springframework.stereotype.Service
;
import
org.typroject.tyboot.core.rdbms.service.BaseService
;
import
java.util.List
;
/**
* 服务实现类
*
* @author system_generator
* @date 2023-08-15
*/
@Service
public
class
IdxBizFanHealthIndexServiceImpl
extends
BaseService
<
IdxBizFanHealthIndexDto
,
IdxBizFanHealthIndex
,
IdxBizFanHealthIndexMapper
>
implements
IIdxBizFanHealthIndexService
{
/**
* 分页查询
*/
public
Page
<
IdxBizFanHealthIndexDto
>
queryForIdxBizFanHealthIndexPage
(
Page
<
IdxBizFanHealthIndexDto
>
page
)
{
return
this
.
queryForPage
(
page
,
null
,
false
);
}
/**
* 列表查询 示例
*/
public
List
<
IdxBizFanHealthIndexDto
>
queryForIdxBizFanHealthIndexList
()
{
return
this
.
queryForList
(
""
,
false
);
}
}
\ No newline at end of file
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/impl/IdxBizFanHealthLevelServiceImpl.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
.
impl
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.IdxBizFanHealthLevelDto
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.IdxBizFanHealthLevel
;
import
com.yeejoin.amos.boot.module.jxiop.api.mapper.IdxBizFanHealthLevelMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.service.IIdxBizFanHealthLevelService
;
import
org.springframework.stereotype.Service
;
import
org.typroject.tyboot.core.rdbms.service.BaseService
;
import
java.util.List
;
/**
* 服务实现类
*
* @author system_generator
* @date 2023-08-15
*/
@Service
public
class
IdxBizFanHealthLevelServiceImpl
extends
BaseService
<
IdxBizFanHealthLevelDto
,
IdxBizFanHealthLevel
,
IdxBizFanHealthLevelMapper
>
implements
IIdxBizFanHealthLevelService
{
/**
* 分页查询
*/
public
Page
<
IdxBizFanHealthLevelDto
>
queryForIdxBizFanHealthLevelPage
(
Page
<
IdxBizFanHealthLevelDto
>
page
)
{
return
this
.
queryForPage
(
page
,
null
,
false
);
}
/**
* 列表查询 示例
*/
public
List
<
IdxBizFanHealthLevelDto
>
queryForIdxBizFanHealthLevelList
()
{
return
this
.
queryForList
(
""
,
false
);
}
}
\ No newline at end of file
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/impl/IdxBizFanPointProcessVariableClassificationServiceImpl.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
.
impl
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.IdxBizFanPointProcessVariableClassificationDto
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.IdxBizFanPointProcessVariableClassification
;
import
com.yeejoin.amos.boot.module.jxiop.api.mapper.IdxBizFanPointProcessVariableClassificationMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.service.IIdxBizFanPointProcessVariableClassificationService
;
import
org.springframework.stereotype.Service
;
import
org.typroject.tyboot.core.rdbms.service.BaseService
;
import
java.util.List
;
/**
* 服务实现类
*
* @author system_generator
* @date 2023-08-15
*/
@Service
public
class
IdxBizFanPointProcessVariableClassificationServiceImpl
extends
BaseService
<
IdxBizFanPointProcessVariableClassificationDto
,
IdxBizFanPointProcessVariableClassification
,
IdxBizFanPointProcessVariableClassificationMapper
>
implements
IIdxBizFanPointProcessVariableClassificationService
{
/**
* 分页查询
*/
public
Page
<
IdxBizFanPointProcessVariableClassificationDto
>
queryForIdxBizFanPointProcessVariableClassificationPage
(
Page
<
IdxBizFanPointProcessVariableClassificationDto
>
page
)
{
return
this
.
queryForPage
(
page
,
null
,
false
);
}
/**
* 列表查询 示例
*/
public
List
<
IdxBizFanPointProcessVariableClassificationDto
>
queryForIdxBizFanPointProcessVariableClassificationList
()
{
return
this
.
queryForList
(
""
,
false
);
}
}
\ No newline at end of file
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/impl/IdxBizFanPointTagServiceImpl.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
.
impl
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.IdxBizFanPointTagDto
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.IdxBizFanPointTag
;
import
com.yeejoin.amos.boot.module.jxiop.api.mapper.IdxBizFanPointTagMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.service.IIdxBizFanPointTagService
;
import
org.springframework.stereotype.Service
;
import
org.typroject.tyboot.core.rdbms.service.BaseService
;
import
java.util.List
;
/**
* 服务实现类
*
* @author system_generator
* @date 2023-08-15
*/
@Service
public
class
IdxBizFanPointTagServiceImpl
extends
BaseService
<
IdxBizFanPointTagDto
,
IdxBizFanPointTag
,
IdxBizFanPointTagMapper
>
implements
IIdxBizFanPointTagService
{
/**
* 分页查询
*/
public
Page
<
IdxBizFanPointTagDto
>
queryForIdxBizFanPointTagPage
(
Page
<
IdxBizFanPointTagDto
>
page
)
{
return
this
.
queryForPage
(
page
,
null
,
false
);
}
/**
* 列表查询 示例
*/
public
List
<
IdxBizFanPointTagDto
>
queryForIdxBizFanPointTagList
()
{
return
this
.
queryForList
(
""
,
false
);
}
}
\ No newline at end of file
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/impl/IdxBizFanPointVarCentralValueServiceImpl.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
.
impl
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.IdxBizFanPointVarCentralValueDto
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.IdxBizFanPointVarCentralValue
;
import
com.yeejoin.amos.boot.module.jxiop.api.mapper.IdxBizFanPointVarCentralValueMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.service.IIdxBizFanPointVarCentralValueService
;
import
org.springframework.stereotype.Service
;
import
org.typroject.tyboot.core.rdbms.service.BaseService
;
import
java.util.List
;
/**
* 服务实现类
*
* @author system_generator
* @date 2023-08-15
*/
@Service
public
class
IdxBizFanPointVarCentralValueServiceImpl
extends
BaseService
<
IdxBizFanPointVarCentralValueDto
,
IdxBizFanPointVarCentralValue
,
IdxBizFanPointVarCentralValueMapper
>
implements
IIdxBizFanPointVarCentralValueService
{
/**
* 分页查询
*/
public
Page
<
IdxBizFanPointVarCentralValueDto
>
queryForIdxBizFanPointVarCentralValuePage
(
Page
<
IdxBizFanPointVarCentralValueDto
>
page
)
{
return
this
.
queryForPage
(
page
,
null
,
false
);
}
/**
* 列表查询 示例
*/
public
List
<
IdxBizFanPointVarCentralValueDto
>
queryForIdxBizFanPointVarCentralValueList
()
{
return
this
.
queryForList
(
""
,
false
);
}
}
\ No newline at end of file
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/impl/IdxBizFanPointVarCorrelationServiceImpl.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
.
impl
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.IdxBizFanPointVarCorrelationDto
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.IdxBizFanPointVarCorrelation
;
import
com.yeejoin.amos.boot.module.jxiop.api.mapper.IdxBizFanPointVarCorrelationMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.service.IIdxBizFanPointVarCorrelationService
;
import
org.springframework.stereotype.Service
;
import
org.typroject.tyboot.core.rdbms.service.BaseService
;
import
java.util.List
;
/**
* 服务实现类
*
* @author system_generator
* @date 2023-08-15
*/
@Service
public
class
IdxBizFanPointVarCorrelationServiceImpl
extends
BaseService
<
IdxBizFanPointVarCorrelationDto
,
IdxBizFanPointVarCorrelation
,
IdxBizFanPointVarCorrelationMapper
>
implements
IIdxBizFanPointVarCorrelationService
{
/**
* 分页查询
*/
public
Page
<
IdxBizFanPointVarCorrelationDto
>
queryForIdxBizFanPointVarCorrelationPage
(
Page
<
IdxBizFanPointVarCorrelationDto
>
page
)
{
return
this
.
queryForPage
(
page
,
null
,
false
);
}
/**
* 列表查询 示例
*/
public
List
<
IdxBizFanPointVarCorrelationDto
>
queryForIdxBizFanPointVarCorrelationList
()
{
return
this
.
queryForList
(
""
,
false
);
}
}
\ No newline at end of file
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/impl/IdxBizFanWarningRecordServiceImpl.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
.
impl
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.IdxBizFanWarningRecordDto
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.IdxBizFanWarningRecord
;
import
com.yeejoin.amos.boot.module.jxiop.api.mapper.IdxBizFanWarningRecordMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.service.IIdxBizFanWarningRecordService
;
import
org.springframework.stereotype.Service
;
import
org.typroject.tyboot.core.rdbms.service.BaseService
;
import
java.util.List
;
/**
* 服务实现类
*
* @author system_generator
* @date 2023-08-15
*/
@Service
public
class
IdxBizFanWarningRecordServiceImpl
extends
BaseService
<
IdxBizFanWarningRecordDto
,
IdxBizFanWarningRecord
,
IdxBizFanWarningRecordMapper
>
implements
IIdxBizFanWarningRecordService
{
/**
* 分页查询
*/
public
Page
<
IdxBizFanWarningRecordDto
>
queryForIdxBizFanWarningRecordPage
(
Page
<
IdxBizFanWarningRecordDto
>
page
)
{
return
this
.
queryForPage
(
page
,
null
,
false
);
}
/**
* 列表查询 示例
*/
public
List
<
IdxBizFanWarningRecordDto
>
queryForIdxBizFanWarningRecordList
()
{
return
this
.
queryForList
(
""
,
false
);
}
}
\ No newline at end of file
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/impl/IdxBizFanWarningRuleSetServiceImpl.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
.
impl
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.IdxBizFanWarningRuleSetDto
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.IdxBizFanWarningRuleSet
;
import
com.yeejoin.amos.boot.module.jxiop.api.mapper.IdxBizFanWarningRuleSetMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.service.IIdxBizFanWarningRuleSetService
;
import
org.springframework.stereotype.Service
;
import
org.typroject.tyboot.core.rdbms.service.BaseService
;
import
java.util.List
;
/**
* 服务实现类
*
* @author system_generator
* @date 2023-08-15
*/
@Service
public
class
IdxBizFanWarningRuleSetServiceImpl
extends
BaseService
<
IdxBizFanWarningRuleSetDto
,
IdxBizFanWarningRuleSet
,
IdxBizFanWarningRuleSetMapper
>
implements
IIdxBizFanWarningRuleSetService
{
/**
* 分页查询
*/
public
Page
<
IdxBizFanWarningRuleSetDto
>
queryForIdxBizFanWarningRuleSetPage
(
Page
<
IdxBizFanWarningRuleSetDto
>
page
)
{
return
this
.
queryForPage
(
page
,
null
,
false
);
}
/**
* 列表查询 示例
*/
public
List
<
IdxBizFanWarningRuleSetDto
>
queryForIdxBizFanWarningRuleSetList
()
{
return
this
.
queryForList
(
""
,
false
);
}
}
\ No newline at end of file
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/impl/IdxBizPvHealthIndexServiceImpl.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
.
impl
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.IdxBizPvHealthIndexDto
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.IdxBizPvHealthIndex
;
import
com.yeejoin.amos.boot.module.jxiop.api.mapper.IdxBizPvHealthIndexMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.service.IIdxBizPvHealthIndexService
;
import
org.springframework.stereotype.Service
;
import
org.typroject.tyboot.core.rdbms.service.BaseService
;
import
java.util.List
;
/**
* 服务实现类
*
* @author system_generator
* @date 2023-08-15
*/
@Service
public
class
IdxBizPvHealthIndexServiceImpl
extends
BaseService
<
IdxBizPvHealthIndexDto
,
IdxBizPvHealthIndex
,
IdxBizPvHealthIndexMapper
>
implements
IIdxBizPvHealthIndexService
{
/**
* 分页查询
*/
public
Page
<
IdxBizPvHealthIndexDto
>
queryForIdxBizPvHealthIndexPage
(
Page
<
IdxBizPvHealthIndexDto
>
page
)
{
return
this
.
queryForPage
(
page
,
null
,
false
);
}
/**
* 列表查询 示例
*/
public
List
<
IdxBizPvHealthIndexDto
>
queryForIdxBizPvHealthIndexList
()
{
return
this
.
queryForList
(
""
,
false
);
}
}
\ No newline at end of file
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/impl/IdxBizPvHealthLevelServiceImpl.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
.
impl
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.IdxBizPvHealthLevelDto
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.IdxBizPvHealthLevel
;
import
com.yeejoin.amos.boot.module.jxiop.api.mapper.IdxBizPvHealthLevelMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.service.IIdxBizPvHealthLevelService
;
import
org.springframework.stereotype.Service
;
import
org.typroject.tyboot.core.rdbms.service.BaseService
;
import
java.util.List
;
/**
* 服务实现类
*
* @author system_generator
* @date 2023-08-15
*/
@Service
public
class
IdxBizPvHealthLevelServiceImpl
extends
BaseService
<
IdxBizPvHealthLevelDto
,
IdxBizPvHealthLevel
,
IdxBizPvHealthLevelMapper
>
implements
IIdxBizPvHealthLevelService
{
/**
* 分页查询
*/
public
Page
<
IdxBizPvHealthLevelDto
>
queryForIdxBizPvHealthLevelPage
(
Page
<
IdxBizPvHealthLevelDto
>
page
)
{
return
this
.
queryForPage
(
page
,
null
,
false
);
}
/**
* 列表查询 示例
*/
public
List
<
IdxBizPvHealthLevelDto
>
queryForIdxBizPvHealthLevelList
()
{
return
this
.
queryForList
(
""
,
false
);
}
}
\ No newline at end of file
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/impl/IdxBizPvPointProcessVariableClassificationServiceImpl.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
.
impl
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.IdxBizPvPointProcessVariableClassificationDto
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.IdxBizPvPointProcessVariableClassification
;
import
com.yeejoin.amos.boot.module.jxiop.api.mapper.IdxBizPvPointProcessVariableClassificationMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.service.IIdxBizPvPointProcessVariableClassificationService
;
import
org.springframework.stereotype.Service
;
import
org.typroject.tyboot.core.rdbms.service.BaseService
;
import
java.util.List
;
/**
* 服务实现类
*
* @author system_generator
* @date 2023-08-15
*/
@Service
public
class
IdxBizPvPointProcessVariableClassificationServiceImpl
extends
BaseService
<
IdxBizPvPointProcessVariableClassificationDto
,
IdxBizPvPointProcessVariableClassification
,
IdxBizPvPointProcessVariableClassificationMapper
>
implements
IIdxBizPvPointProcessVariableClassificationService
{
/**
* 分页查询
*/
public
Page
<
IdxBizPvPointProcessVariableClassificationDto
>
queryForIdxBizPvPointProcessVariableClassificationPage
(
Page
<
IdxBizPvPointProcessVariableClassificationDto
>
page
)
{
return
this
.
queryForPage
(
page
,
null
,
false
);
}
/**
* 列表查询 示例
*/
public
List
<
IdxBizPvPointProcessVariableClassificationDto
>
queryForIdxBizPvPointProcessVariableClassificationList
()
{
return
this
.
queryForList
(
""
,
false
);
}
}
\ No newline at end of file
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/impl/IdxBizPvPointTagServiceImpl.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
.
impl
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.IdxBizPvPointTagDto
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.IdxBizPvPointTag
;
import
com.yeejoin.amos.boot.module.jxiop.api.mapper.IdxBizPvPointTagMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.service.IIdxBizPvPointTagService
;
import
org.springframework.stereotype.Service
;
import
org.typroject.tyboot.core.rdbms.service.BaseService
;
import
java.util.List
;
/**
* 服务实现类
*
* @author system_generator
* @date 2023-08-15
*/
@Service
public
class
IdxBizPvPointTagServiceImpl
extends
BaseService
<
IdxBizPvPointTagDto
,
IdxBizPvPointTag
,
IdxBizPvPointTagMapper
>
implements
IIdxBizPvPointTagService
{
/**
* 分页查询
*/
public
Page
<
IdxBizPvPointTagDto
>
queryForIdxBizPvPointTagPage
(
Page
<
IdxBizPvPointTagDto
>
page
)
{
return
this
.
queryForPage
(
page
,
null
,
false
);
}
/**
* 列表查询 示例
*/
public
List
<
IdxBizPvPointTagDto
>
queryForIdxBizPvPointTagList
()
{
return
this
.
queryForList
(
""
,
false
);
}
}
\ No newline at end of file
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/impl/IdxBizPvPointVarCentralValueServiceImpl.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
.
impl
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.IdxBizPvPointVarCentralValueDto
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.IdxBizPvPointVarCentralValue
;
import
com.yeejoin.amos.boot.module.jxiop.api.mapper.IdxBizPvPointVarCentralValueMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.service.IIdxBizPvPointVarCentralValueService
;
import
org.springframework.stereotype.Service
;
import
org.typroject.tyboot.core.rdbms.service.BaseService
;
import
java.util.List
;
/**
* 服务实现类
*
* @author system_generator
* @date 2023-08-15
*/
@Service
public
class
IdxBizPvPointVarCentralValueServiceImpl
extends
BaseService
<
IdxBizPvPointVarCentralValueDto
,
IdxBizPvPointVarCentralValue
,
IdxBizPvPointVarCentralValueMapper
>
implements
IIdxBizPvPointVarCentralValueService
{
/**
* 分页查询
*/
public
Page
<
IdxBizPvPointVarCentralValueDto
>
queryForIdxBizPvPointVarCentralValuePage
(
Page
<
IdxBizPvPointVarCentralValueDto
>
page
)
{
return
this
.
queryForPage
(
page
,
null
,
false
);
}
/**
* 列表查询 示例
*/
public
List
<
IdxBizPvPointVarCentralValueDto
>
queryForIdxBizPvPointVarCentralValueList
()
{
return
this
.
queryForList
(
""
,
false
);
}
}
\ No newline at end of file
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/impl/IdxBizPvPointVarCorrelationServiceImpl.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
.
impl
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.IdxBizPvPointVarCorrelationDto
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.IdxBizPvPointVarCorrelation
;
import
com.yeejoin.amos.boot.module.jxiop.api.mapper.IdxBizPvPointVarCorrelationMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.service.IIdxBizPvPointVarCorrelationService
;
import
org.springframework.stereotype.Service
;
import
org.typroject.tyboot.core.rdbms.service.BaseService
;
import
java.util.List
;
/**
* 服务实现类
*
* @author system_generator
* @date 2023-08-15
*/
@Service
public
class
IdxBizPvPointVarCorrelationServiceImpl
extends
BaseService
<
IdxBizPvPointVarCorrelationDto
,
IdxBizPvPointVarCorrelation
,
IdxBizPvPointVarCorrelationMapper
>
implements
IIdxBizPvPointVarCorrelationService
{
/**
* 分页查询
*/
public
Page
<
IdxBizPvPointVarCorrelationDto
>
queryForIdxBizPvPointVarCorrelationPage
(
Page
<
IdxBizPvPointVarCorrelationDto
>
page
)
{
return
this
.
queryForPage
(
page
,
null
,
false
);
}
/**
* 列表查询 示例
*/
public
List
<
IdxBizPvPointVarCorrelationDto
>
queryForIdxBizPvPointVarCorrelationList
()
{
return
this
.
queryForList
(
""
,
false
);
}
}
\ No newline at end of file
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/impl/IdxBizPvWarningRecordServiceImpl.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
.
impl
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.IdxBizPvWarningRecordDto
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.IdxBizPvWarningRecord
;
import
com.yeejoin.amos.boot.module.jxiop.api.mapper.IdxBizPvWarningRecordMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.service.IIdxBizPvWarningRecordService
;
import
org.springframework.stereotype.Service
;
import
org.typroject.tyboot.core.rdbms.service.BaseService
;
import
java.util.List
;
/**
* 服务实现类
*
* @author system_generator
* @date 2023-08-15
*/
@Service
public
class
IdxBizPvWarningRecordServiceImpl
extends
BaseService
<
IdxBizPvWarningRecordDto
,
IdxBizPvWarningRecord
,
IdxBizPvWarningRecordMapper
>
implements
IIdxBizPvWarningRecordService
{
/**
* 分页查询
*/
public
Page
<
IdxBizPvWarningRecordDto
>
queryForIdxBizPvWarningRecordPage
(
Page
<
IdxBizPvWarningRecordDto
>
page
)
{
return
this
.
queryForPage
(
page
,
null
,
false
);
}
/**
* 列表查询 示例
*/
public
List
<
IdxBizPvWarningRecordDto
>
queryForIdxBizPvWarningRecordList
()
{
return
this
.
queryForList
(
""
,
false
);
}
}
\ No newline at end of file
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/impl/IdxBizPvWarningRuleSetServiceImpl.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
.
impl
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.IdxBizPvWarningRuleSetDto
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.IdxBizPvWarningRuleSet
;
import
com.yeejoin.amos.boot.module.jxiop.api.mapper.IdxBizPvWarningRuleSetMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.service.IIdxBizPvWarningRuleSetService
;
import
org.springframework.stereotype.Service
;
import
org.typroject.tyboot.core.rdbms.service.BaseService
;
import
java.util.List
;
/**
* 服务实现类
*
* @author system_generator
* @date 2023-08-15
*/
@Service
public
class
IdxBizPvWarningRuleSetServiceImpl
extends
BaseService
<
IdxBizPvWarningRuleSetDto
,
IdxBizPvWarningRuleSet
,
IdxBizPvWarningRuleSetMapper
>
implements
IIdxBizPvWarningRuleSetService
{
/**
* 分页查询
*/
public
Page
<
IdxBizPvWarningRuleSetDto
>
queryForIdxBizPvWarningRuleSetPage
(
Page
<
IdxBizPvWarningRuleSetDto
>
page
)
{
return
this
.
queryForPage
(
page
,
null
,
false
);
}
/**
* 列表查询 示例
*/
public
List
<
IdxBizPvWarningRuleSetDto
>
queryForIdxBizPvWarningRuleSetList
()
{
return
this
.
queryForList
(
""
,
false
);
}
}
\ No newline at end of file
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/impl/IdxExplorerServiceImpl.java
0 → 100644
View file @
43ca2635
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
.
impl
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.IdxExplorerDto
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.IdxExplorer
;
import
com.yeejoin.amos.boot.module.jxiop.api.mapper.IdxExplorerMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.service.IIdxExplorerService
;
import
org.springframework.stereotype.Service
;
import
org.typroject.tyboot.core.rdbms.service.BaseService
;
import
java.util.List
;
/**
* 服务实现类
*
* @author system_generator
* @date 2023-08-15
*/
@Service
public
class
IdxExplorerServiceImpl
extends
BaseService
<
IdxExplorerDto
,
IdxExplorer
,
IdxExplorerMapper
>
implements
IIdxExplorerService
{
/**
* 分页查询
*/
public
Page
<
IdxExplorerDto
>
queryForIdxExplorerPage
(
Page
<
IdxExplorerDto
>
page
)
{
return
this
.
queryForPage
(
page
,
null
,
false
);
}
/**
* 列表查询 示例
*/
public
List
<
IdxExplorerDto
>
queryForIdxExplorerList
()
{
return
this
.
queryForList
(
""
,
false
);
}
}
\ No newline at end of file
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/resources/application-dev.properties
View file @
43ca2635
## DB properties:
## DB properties:
## db1-production database
## db1-production database
spring.db1.datasource.type
:
com.alibaba.druid.pool.DruidDataSource
spring.db1.datasource.type
:
com.alibaba.druid.pool.DruidDataSource
spring.db1.datasource.url
=
jdbc:mysql://39.98.22
3
.23:3306/production?allowMultiQueries=true&serverTimezone=GMT%2B8&characterEncoding=utf8
spring.db1.datasource.url
=
jdbc:mysql://39.98.22
4
.23:3306/production?allowMultiQueries=true&serverTimezone=GMT%2B8&characterEncoding=utf8
spring.db1.datasource.username
=
root
spring.db1.datasource.username
=
root
spring.db1.datasource.password
=
Yeejoin@2020
spring.db1.datasource.password
=
Yeejoin@2020
spring.db1.datasource.driver-class-name
:
com.mysql.cj.jdbc.Driver
spring.db1.datasource.driver-class-name
:
com.mysql.cj.jdbc.Driver
...
...
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/resources/application.properties
View file @
43ca2635
...
@@ -74,3 +74,9 @@ station.section=10
...
@@ -74,3 +74,9 @@ station.section=10
gl.sum.column
=
日发电量,月发电量,年发电量
gl.sum.column
=
日发电量,月发电量,年发电量
gl.avg.column
=
有功功率,日利用小时,瞬时风速
gl.avg.column
=
有功功率,日利用小时,瞬时风速
spring.elasticsearch.rest.uris
=
http://39.98.224.23:9200
spring.elasticsearch.rest.connection-timeout
=
30000
spring.elasticsearch.rest.username
=
elastic
spring.elasticsearch.rest.password
=
123456
spring.elasticsearch.rest.read-timeout
=
30000
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/resources/mapper/cluster/IdxBizFanHealthIndexMapper.xml
0 → 100644
View file @
43ca2635
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper
namespace=
"com.yeejoin.amos.boot.module.jxiop.api.mapper.IdxBizFanHealthIndexMapper"
>
</mapper>
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/resources/mapper/cluster/IdxBizFanHealthLevelMapper.xml
0 → 100644
View file @
43ca2635
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper
namespace=
"com.yeejoin.amos.boot.module.jxiop.api.mapper.IdxBizFanHealthLevelMapper"
>
</mapper>
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/resources/mapper/cluster/IdxBizFanPointProcessVariableClassificationMapper.xml
0 → 100644
View file @
43ca2635
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper
namespace=
"com.yeejoin.amos.boot.module.jxiop.api.mapper.IdxBizFanPointProcessVariableClassificationMapper"
>
</mapper>
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/resources/mapper/cluster/IdxBizFanPointTagMapper.xml
0 → 100644
View file @
43ca2635
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper
namespace=
"com.yeejoin.amos.boot.module.jxiop.api.mapper.IdxBizFanPointTagMapper"
>
</mapper>
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/resources/mapper/cluster/IdxBizFanPointVarCentralValueMapper.xml
0 → 100644
View file @
43ca2635
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper
namespace=
"com.yeejoin.amos.boot.module.jxiop.api.mapper.IdxBizFanPointVarCentralValueMapper"
>
</mapper>
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/resources/mapper/cluster/IdxBizFanPointVarCorrelationMapper.xml
0 → 100644
View file @
43ca2635
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper
namespace=
"com.yeejoin.amos.boot.module.jxiop.api.mapper.IdxBizFanPointVarCorrelationMapper"
>
</mapper>
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/resources/mapper/cluster/IdxBizFanWarningRecordMapper.xml
0 → 100644
View file @
43ca2635
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper
namespace=
"com.yeejoin.amos.boot.module.jxiop.api.mapper.IdxBizFanWarningRecordMapper"
>
</mapper>
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/resources/mapper/cluster/IdxBizFanWarningRuleSetMapper.xml
0 → 100644
View file @
43ca2635
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper
namespace=
"com.yeejoin.amos.boot.module.jxiop.api.mapper.IdxBizFanWarningRuleSetMapper"
>
</mapper>
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/resources/mapper/cluster/IdxBizPvHealthIndexMapper.xml
0 → 100644
View file @
43ca2635
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper
namespace=
"com.yeejoin.amos.boot.module.jxiop.api.mapper.IdxBizPvHealthIndexMapper"
>
</mapper>
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/resources/mapper/cluster/IdxBizPvHealthLevelMapper.xml
0 → 100644
View file @
43ca2635
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper
namespace=
"com.yeejoin.amos.boot.module.jxiop.api.mapper.IdxBizPvHealthLevelMapper"
>
</mapper>
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/resources/mapper/cluster/IdxBizPvPointProcessVariableClassificationMapper.xml
0 → 100644
View file @
43ca2635
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper
namespace=
"com.yeejoin.amos.boot.module.jxiop.api.mapper.IdxBizPvPointProcessVariableClassificationMapper"
>
</mapper>
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/resources/mapper/cluster/IdxBizPvPointTagMapper.xml
0 → 100644
View file @
43ca2635
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper
namespace=
"com.yeejoin.amos.boot.module.jxiop.api.mapper.IdxBizPvPointTagMapper"
>
</mapper>
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/resources/mapper/cluster/IdxBizPvPointVarCentralValueMapper.xml
0 → 100644
View file @
43ca2635
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper
namespace=
"com.yeejoin.amos.boot.module.jxiop.api.mapper.IdxBizPvPointVarCentralValueMapper"
>
</mapper>
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/resources/mapper/cluster/IdxBizPvPointVarCorrelationMapper.xml
0 → 100644
View file @
43ca2635
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper
namespace=
"com.yeejoin.amos.boot.module.jxiop.api.mapper.IdxBizPvPointVarCorrelationMapper"
>
</mapper>
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/resources/mapper/cluster/IdxBizPvWarningRecordMapper.xml
0 → 100644
View file @
43ca2635
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper
namespace=
"com.yeejoin.amos.boot.module.jxiop.api.mapper.IdxBizPvWarningRecordMapper"
>
</mapper>
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/resources/mapper/cluster/IdxBizPvWarningRuleSetMapper.xml
0 → 100644
View file @
43ca2635
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper
namespace=
"com.yeejoin.amos.boot.module.jxiop.api.mapper.IdxBizPvWarningRuleSetMapper"
>
</mapper>
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/resources/mapper/cluster/IdxBizUhefMapper.xml
View file @
43ca2635
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper
namespace=
"com.yeejoin.amos.boot.module.jxiop.biz.mapper2.IdxBizUhefMapper"
>
<mapper
namespace=
"com.yeejoin.amos.boot.module.jxiop.biz.mapper2.IdxBizUhefMapper"
>
<select
id=
"getInfluxDBData"
resultType=
"com.yeejoin.amos.boot.module.jxiop.biz.dto.IdxBizUhefDto"
>
SELECT
*
FROM
( SELECT * FROM `idx_biz_uhef` WHERE ANALYSIS_POINT_ID IS NOT NULL GROUP BY ANALYSIS_POINT_ID ) AS a
LEFT JOIN idx_biz_uxfv uxfv ON a.ANALYSIS_POINT_ID = uxfv.SEQUENCE_NBR
</select>
</mapper>
</mapper>
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/resources/mapper/cluster/IdxBizUxfvMapper.xml
View file @
43ca2635
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper
namespace=
"com.yeejoin.amos.boot.module.jxiop.biz.mapper2.IdxBizUxfvMapper"
>
<mapper
namespace=
"com.yeejoin.amos.boot.module.jxiop.biz.mapper2.IdxBizUxfvMapper"
>
<select
id=
"getInfluxDBData"
resultType=
"com.yeejoin.amos.boot.module.jxiop.biz.dto.IdxBizUxfvDto"
>
SELECT b.*,
ibfpvcv.PROCESS_POINT1_ID as pointOneId,
ibfpvcv.PROCESS_POINT2_ID as pointTwoId,
ibfpvcv.PROCESS_POINT3_ID as pointThreeId,
ibfpvcv.ANALYSIS_POINT_ID as pointId
FROM (
SELECT *
FROM idx_biz_uxfv uxfv
WHERE uxfv.SEQUENCE_NBR IN (
SELECT PROCESS_POINT1_ID
FROM `idx_biz_fan_point_var_central_value`
WHERE ANALYSIS_POINT_ID IS NOT NULL
GROUP BY ANALYSIS_POINT_ID,
PROCESS_POINT1_ID,
PROCESS_POINT3_ID,
PROCESS_POINT2_ID
UNION ALL
SELECT PROCESS_POINT2_ID
FROM `idx_biz_fan_point_var_central_value`
WHERE ANALYSIS_POINT_ID IS NOT NULL
GROUP BY ANALYSIS_POINT_ID,
PROCESS_POINT1_ID,
PROCESS_POINT3_ID,
PROCESS_POINT2_ID
UNION ALL
SELECT PROCESS_POINT3_ID
FROM `idx_biz_fan_point_var_central_value`
WHERE ANALYSIS_POINT_ID IS NOT NULL
GROUP BY ANALYSIS_POINT_ID,
PROCESS_POINT1_ID,
PROCESS_POINT3_ID,
PROCESS_POINT2_ID
UNION ALL
SELECT ANALYSIS_POINT_ID
FROM `idx_biz_fan_point_var_central_value`
WHERE ANALYSIS_POINT_ID IS NOT NULL
GROUP BY ANALYSIS_POINT_ID,
PROCESS_POINT1_ID,
PROCESS_POINT3_ID,
PROCESS_POINT2_ID
)) AS b,
idx_biz_fan_point_var_central_value ibfpvcv
WHERE b.SEQUENCE_NBR = ibfpvcv.PROCESS_POINT1_ID
OR b.SEQUENCE_NBR = ibfpvcv.PROCESS_POINT2_ID
OR b.SEQUENCE_NBR = ibfpvcv.PROCESS_POINT3_ID
GROUP BY b.SEQUENCE_NBR
</select>
</mapper>
</mapper>
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/resources/mapper/cluster/IdxExplorerMapper.xml
0 → 100644
View file @
43ca2635
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper
namespace=
"com.yeejoin.amos.boot.module.jxiop.api.mapper.IdxExplorerMapper"
>
</mapper>
amos-boot-system-jxiop/amos-boot-module-jxiop-bigscreen-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/controller/MonitorFanIdxController.java
View file @
43ca2635
...
@@ -27,6 +27,7 @@ import org.elasticsearch.action.search.SearchResponse;
...
@@ -27,6 +27,7 @@ import org.elasticsearch.action.search.SearchResponse;
import
org.elasticsearch.client.RequestOptions
;
import
org.elasticsearch.client.RequestOptions
;
import
org.elasticsearch.client.RestHighLevelClient
;
import
org.elasticsearch.client.RestHighLevelClient
;
import
org.elasticsearch.index.query.BoolQueryBuilder
;
import
org.elasticsearch.index.query.BoolQueryBuilder
;
import
org.elasticsearch.index.query.QueryBuilder
;
import
org.elasticsearch.index.query.QueryBuilders
;
import
org.elasticsearch.index.query.QueryBuilders
;
import
org.elasticsearch.rest.RestStatus
;
import
org.elasticsearch.rest.RestStatus
;
import
org.elasticsearch.search.aggregations.Aggregation
;
import
org.elasticsearch.search.aggregations.Aggregation
;
...
@@ -1039,5 +1040,59 @@ public class MonitorFanIdxController extends BaseController {
...
@@ -1039,5 +1040,59 @@ public class MonitorFanIdxController extends BaseController {
}
}
//@Scheduled(cron = "0/10 * * * * ? ")
@TycloudOperation
(
needAuth
=
false
,
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
value
=
"测试方法 "
)
@GetMapping
(
"/testaaaa"
)
public
void
mother
(){
// List<IdxBizUhefDto> data = idxBizUhefMapper.getInfluxDBData();
// Map<String, List<IdxBizUhefDto>> maps = data.stream().collect(Collectors.groupingBy(IdxBizUhefDto::getGatewayId));
BoolQueryBuilder
boolMustAll
=
QueryBuilders
.
boolQuery
();
Map
<
String
,
String
>
maps
=
new
HashMap
<>();
maps
.
put
(
"1668801435891929089"
,
"123"
);
maps
.
put
(
"1669524885619085313"
,
"123"
);
List
<
QueryBuilder
>
should
=
boolMustAll
.
should
();
for
(
String
s
:
maps
.
keySet
())
{
BoolQueryBuilder
boolQueryBuilder
=
QueryBuilders
.
boolQuery
();
// List<String> address = maps.get(s).stream().map(IdxBizUhefDto::getAddress).collect(Collectors.toList());
//警情状态
// BoolQueryBuilder qb0 = QueryBuilders.boolQuery();
// qb0.must((QueryBuilders.termsQuery("address.keyword", address)));
String
[]
keys
=
new
String
[]
{
"日发电量"
,
"月发电量"
,
"年发电量"
};
List
<
String
>
list
=
Arrays
.
asList
(
keys
);
// qb0.must((QueryBuilders.termsQuery("equipmentIndexName.keyword", list)));
// qb0.must(QueryBuilders.matchQuery("gatewayId.keyword",s));
// boolQueryBuilder.must(qb0);
boolQueryBuilder
.
must
(
QueryBuilders
.
termsQuery
(
"equipmentIndexName.keyword"
,
list
)).
must
(
QueryBuilders
.
matchQuery
(
"gatewayId.keyword"
,
s
));
should
.
add
(
boolQueryBuilder
);
}
// 创建查询构造器
NativeSearchQueryBuilder
queryBuilder
=
new
NativeSearchQueryBuilder
()
//过滤条件
.
withQuery
(
boolMustAll
);
List
<
ESEquipments
>
equipments
=
new
LinkedList
<>();
long
totle
=
0
;
try
{
SearchHits
<
ESEquipments
>
searchHits
=
elasticsearchTemplate
.
search
(
queryBuilder
.
build
(),
ESEquipments
.
class
);
for
(
SearchHit
searchHit
:
searchHits
.
getSearchHits
())
{
JSONObject
jsonObject
=
(
JSONObject
)
JSONObject
.
toJSON
(
searchHit
.
getContent
());
ESEquipments
eSAlertCalled
=
JSONObject
.
toJavaObject
(
jsonObject
,
ESEquipments
.
class
);
equipments
.
add
(
eSAlertCalled
);
}
totle
=
searchHits
.
getTotalHits
();
}
catch
(
Exception
e
)
{
// TODO: handle exception
}
}
}
}
amos-boot-system-jxiop/amos-boot-module-jxiop-monitor-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/controller/MonitorFanIdxController.java
View file @
43ca2635
...
@@ -12,7 +12,6 @@ import com.yeejoin.amos.boot.module.jxiop.api.dto.TreeDto;
...
@@ -12,7 +12,6 @@ import com.yeejoin.amos.boot.module.jxiop.api.dto.TreeDto;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.StationBasic
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.StationBasic
;
import
com.yeejoin.amos.boot.module.jxiop.api.mapper.MonitorFanIndicatorMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.mapper.MonitorFanIndicatorMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.mapper.StationBasicMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.mapper.StationBasicMapper
;
import
com.yeejoin.amos.boot.module.jxiop.biz.dto.IndicatorsDto
;
import
com.yeejoin.amos.boot.module.jxiop.biz.dto.ResultsData
;
import
com.yeejoin.amos.boot.module.jxiop.biz.dto.ResultsData
;
import
com.yeejoin.amos.boot.module.jxiop.biz.service.impl.CommonServiceImpl
;
import
com.yeejoin.amos.boot.module.jxiop.biz.service.impl.CommonServiceImpl
;
import
com.yeejoin.amos.boot.module.jxiop.biz.service.impl.MonitorFanIndicatorImpl
;
import
com.yeejoin.amos.boot.module.jxiop.biz.service.impl.MonitorFanIndicatorImpl
;
...
...
amos-boot-system-jxiop/amos-boot-module-jxiop-monitor-biz/src/main/resources/application.properties
View file @
43ca2635
spring.application.name
=
AMOS-JXIOP-MONITOR
spring.application.name
=
AMOS-JXIOP-MONITOR
-cz
server.servlet.context-path
=
/jxiop-monitor
server.servlet.context-path
=
/jxiop-monitor
server.port
=
33200
server.port
=
33200
server.uri-encoding
=
UTF-8
server.uri-encoding
=
UTF-8
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment