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
e89f6290
Commit
e89f6290
authored
Nov 03, 2023
by
chenzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改代码
parent
78411a31
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
1 deletion
+37
-1
PvWaringRecordMapper.java
...boot/module/jxiop/biz/tdMapper2/PvWaringRecordMapper.java
+2
-1
PvWarningRecord.java
.../amos/boot/module/jxiop/biz/tdengine/PvWarningRecord.java
+35
-0
No files found.
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/tdMapper2/PvWaringRecordMapper.java
View file @
e89f6290
...
...
@@ -2,7 +2,8 @@ package com.yeejoin.amos.boot.module.jxiop.biz.tdMapper2;
import
com.baomidou.mybatisplus.core.mapper.BaseMapper
;
import
com.yeejoin.amos.boot.module.jxiop.biz.tdengine.FanWarningRecord
;
import
com.yeejoin.amos.boot.module.jxiop.biz.tdengine.PvWarningRecord
;
public
interface
PvWaringRecordMapper
extends
BaseMapper
<
Fan
WarningRecord
>
{
public
interface
PvWaringRecordMapper
extends
BaseMapper
<
Pv
WarningRecord
>
{
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/tdengine/PvWarningRecord.java
0 → 100644
View file @
e89f6290
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
tdengine
;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
lombok.Data
;
import
java.util.Date
;
@Data
@TableName
(
value
=
""
,
autoResultMap
=
true
)
public
class
PvWarningRecord
{
private
Long
ts
;
private
String
record
;
private
Date
recDate
;
private
String
recUserId
;
private
String
instanceId
;
private
String
status
;
private
String
disposotionState
;
private
String
healthIndexSeq
;
private
String
analysisPointId
;
private
String
warningName
;
private
String
arae
;
private
String
station
;
private
String
subarray
;
private
String
manufacturer
;
private
String
deviceType
;
private
String
gatewayId
;
private
String
indexAddress
;
private
String
equipmentName
;
private
String
CONTENT
;
private
String
pointName
;
private
String
healthLevel
;
private
Date
disposotionDate
;
private
String
kks
;
private
String
warningPeriod
;
}
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