Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
yangxiujun
/
paidan_demo
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit ce8d8ff5
authored
Jun 16, 2023
by
丁伟峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加了日期查询
1 parent
535826ec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
project-order/src/main/java/com/alibaba/cloud/integration/order/dto/OrderChangeListReqDTO.java
project-order/src/main/java/com/alibaba/cloud/integration/order/dto/OrderChangeListReqDTO.java
View file @
ce8d8ff
package
com
.
alibaba
.
cloud
.
integration
.
order
.
dto
;
import
org.springframework.format.annotation.DateTimeFormat
;
import
java.util.Date
;
@lombok
.
Data
...
...
@@ -14,6 +16,7 @@ public class OrderChangeListReqDTO {
private
String
levelValue
;
private
int
page
;
private
int
size
;
@DateTimeFormat
(
pattern
=
"yyyy-MM-dd"
)
private
Date
date
=
new
Date
();
/**
* 排序
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment