Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-service
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhengyouwei
2016-06-16 11:03:38 +0800
Commit
30e6bea355ae9cc3c19ec728e673cb45881a3581
1 parent
a0a8ae77
delete model
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
monitor-service-model/src/main/java/com/monitor/model/request/BaseReq.java
monitor-service-model/src/main/java/com/monitor/model/request/BaseReq.java
deleted
100644 → 0
View file @
a0a8ae7
package
com
.
monitor
.
model
.
request
;
import
lombok.Data
;
/**
* Created by yoho on 2016/6/14.
*/
@Data
public
class
BaseReq
{
private
String
params
;
}
Please
register
or
login
to post a comment