Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YeeAmosFireAutoSysRoot
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
station
YeeAmosFireAutoSysRoot
Commits
194d3ec1
Commit
194d3ec1
authored
Jun 12, 2020
by
maoying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改巡检推送类
parent
03db73c5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
ProtalDataRo.java
...yeejoin/amos/fas/business/service/model/ProtalDataRo.java
+4
-2
No files found.
YeeAmosFireAutoSysService/src/main/java/com/yeejoin/amos/fas/business/service/model/ProtalDataRo.java
View file @
194d3ec1
...
...
@@ -4,7 +4,9 @@ import java.util.List;
public
class
ProtalDataRo
extends
BasicsRo
{
private
long
id
;
private
static
final
long
serialVersionUID
=
-
1029442967802232959L
;
private
Long
id
;
private
String
name
;
//名称
private
String
nodeState
;
//实时状态
private
String
originalNodeState
;
//记录状态状态
...
...
@@ -28,7 +30,7 @@ public class ProtalDataRo extends BasicsRo {
/**
* 任务编号,如果无任务,则填充0
*/
private
long
taskId
=
0
;
private
Long
taskId
=
0
l
;
/**
* 任务状态
*/
...
...
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