Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jz-dmp-service
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
姚本章
jz-dmp-service
Commits
50ca0000
Commit
50ca0000
authored
Dec 21, 2020
by
mcb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
93909528
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
pom.xml
pom.xml
+11
-0
TaskListPageReq.java
...ules/controller/DataIntegration/bean/TaskListPageReq.java
+3
-2
No files found.
pom.xml
View file @
50ca0000
...
...
@@ -210,6 +210,17 @@
<artifactId>
bcprov-jdk15on
</artifactId>
<version>
1.52
</version>
</dependency>
<!-- validation -->
<dependency>
<groupId>
javax.validation
</groupId>
<artifactId>
validation-api
</artifactId>
<version>
2.0.1.Final
</version>
</dependency>
<dependency>
<groupId>
org.hibernate.validator
</groupId>
<artifactId>
hibernate-validator
</artifactId>
<version>
6.1.6.Final
</version>
</dependency>
</dependencies>
<build>
...
...
src/main/java/com/jz/dmp/modules/controller/DataIntegration/bean/TaskListPageReq.java
View file @
50ca0000
package
com
.
jz
.
dmp
.
modules
.
controller
.
DataIntegration
.
bean
;
import
javax.validation.constraints.NotNull
;
/**
* @ClassName: TaskListPageReq
* @Description: 离线任务列表参数对象
* @Author
* @Author
:Bellamy
* @Date 2020/12/21
* @Version 1.0
*/
public
class
TaskListPageReq
{
// @NotNull(message = "父类
ID不能空")
@NotNull
(
message
=
"项目
ID不能空"
)
private
String
projectId
;
//@NotNull(message = "父类ID不能空")
...
...
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