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 18713dd4
authored
Jun 16, 2023
by
丁伟峰
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feat-dingwf-mvp616' into develop
2 parents
2ce35f96
ce8d8ff5
Show 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 @
18713dd
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