Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
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
chenchao
2019-03-18 10:46:02 +0800
Commit
dfe44b79a4648ee504993bc92cb34d32933de8f1
1 parent
7b240a42
l c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
order/src/main/java/com/yohoufo/order/model/request/PrdQueryReq.java
order/src/main/java/com/yohoufo/order/model/request/PrdQueryReq.java
View file @
dfe44b7
...
...
@@ -15,7 +15,9 @@ import java.math.BigDecimal;
@NoArgsConstructor
@AllArgsConstructor
public
class
PrdQueryReq
{
Integer
uid
;
int
storageId
;
BigDecimal
prdPrice
;
}
...
...
Please
register
or
login
to post a comment