Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
common
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
曲欣亮
common
Commits
4e86aaf4
Commit
4e86aaf4
authored
Jul 26, 2018
by
Quxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改Rjx默认属性status和code并存
Change-Id: I939476fc6c3c04339957c20c02b2428a41cd20d1
parent
e0befba7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
Rjx.java
src/main/java/com/egolm/common/bean/Rjx.java
+9
-0
No files found.
src/main/java/com/egolm/common/bean/Rjx.java
View file @
4e86aaf4
...
...
@@ -131,6 +131,15 @@ public class Rjx extends LinkedHashMap<String, Object> {
return
(
Integer
)
this
.
get
(
"code"
);
}
public
Rjx
setStatus
(
Integer
status
)
{
put
(
"status"
,
status
);
return
this
;
}
public
int
getStatus
()
{
return
(
Integer
)
this
.
get
(
"status"
);
}
public
Rjx
appendNtag
(
int
ntag
)
{
Integer
i
=
(
Integer
)
this
.
get
(
"ntag"
);
if
(
i
==
null
)
{
...
...
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