Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zhny
Project
Project
Details
Activity
Releases
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
王夏晖
zhny
Commits
7e6cfd76
Commit
7e6cfd76
authored
May 29, 2018
by
WangXinYu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
养护计划 修改代码
parent
77a148fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
BusDevService.java
...oft/business/device/maintenance/entity/BusDevService.java
+5
-7
No files found.
src/main/java/org/rcisoft/business/device/maintenance/entity/BusDevService.java
View file @
7e6cfd76
...
@@ -21,7 +21,7 @@ public class BusDevService {
...
@@ -21,7 +21,7 @@ public class BusDevService {
@Id
@Id
private
String
serId
;
private
String
serId
;
private
String
serPrincipal
;
private
String
serPrincipal
;
private
String
dev
Num
;
private
String
dev
Id
;
private
Date
serTm
;
private
Date
serTm
;
private
String
serContent
;
private
String
serContent
;
private
String
note
;
private
String
note
;
...
@@ -44,16 +44,14 @@ public class BusDevService {
...
@@ -44,16 +44,14 @@ public class BusDevService {
this
.
serPrincipal
=
serPrincipal
;
this
.
serPrincipal
=
serPrincipal
;
}
}
public
String
getDevId
()
{
public
String
getDevNum
()
{
return
devId
;
return
devNum
;
}
}
public
void
setDev
Num
(
String
devNum
)
{
public
void
setDev
Id
(
String
devId
)
{
this
.
dev
Num
=
devNum
;
this
.
dev
Id
=
devId
;
}
}
public
Date
getSerTm
()
{
public
Date
getSerTm
()
{
return
serTm
;
return
serTm
;
}
}
...
...
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