Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dp
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
Spencer Chang
dp
Commits
7366a689
Commit
7366a689
authored
Aug 13, 2020
by
Spencer Chang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fix] 优化返回信息
parent
4a8f7734
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
67 additions
and
0 deletions
+67
-0
SubExecSqlContext.java
v2-多线程版本/java-code/dp/core/SubExecSqlContext.java
+67
-0
SysDpExecuteHistoryServiceImpl.java
...-code/dp/service/impl/SysDpExecuteHistoryServiceImpl.java
+0
-0
No files found.
v2-多线程版本/java-code/dp/core/SubExecSqlContext.java
0 → 100644
View file @
7366a689
package
com
.
hand
.
hls
.
dp
.
core
;
import
com.hand.hap.core.IRequest
;
import
com.hand.hls.dp.service.SysDpExecuteHistoryService
;
/**
* @author <a href="mailto:zhangnet14@gmail.com">Spencer Chang</a>
* @date 2020/8/13 09:50
* @since 1.0
*/
public
class
SubExecSqlContext
{
private
SysDpExecuteHistoryService
service
;
private
IRequest
requestContext
;
private
String
sql
;
private
String
ip
;
private
String
execType
;
private
Integer
seq
;
public
SysDpExecuteHistoryService
getService
()
{
return
service
;
}
public
void
setService
(
SysDpExecuteHistoryService
service
)
{
this
.
service
=
service
;
}
public
IRequest
getRequestContext
()
{
return
requestContext
;
}
public
void
setRequestContext
(
IRequest
requestContext
)
{
this
.
requestContext
=
requestContext
;
}
public
String
getSql
()
{
return
sql
;
}
public
void
setSql
(
String
sql
)
{
this
.
sql
=
sql
;
}
public
String
getIp
()
{
return
ip
;
}
public
void
setIp
(
String
ip
)
{
this
.
ip
=
ip
;
}
public
String
getExecType
()
{
return
execType
;
}
public
void
setExecType
(
String
execType
)
{
this
.
execType
=
execType
;
}
public
Integer
getSeq
()
{
return
seq
;
}
public
void
setSeq
(
Integer
seq
)
{
this
.
seq
=
seq
;
}
}
\ No newline at end of file
v2-多线程版本/java-code/dp/service/impl/SysDpExecuteHistoryServiceImpl.java
View file @
7366a689
This diff is collapsed.
Click to expand it.
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