Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
Overview
Overview
Details
Activity
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
haoban3.0
haoban-manage3.0
Commits
4ff9df0e
Commit
4ff9df0e
authored
Mar 06, 2023
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单
parent
c9620c79
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
OrderDetailVO.java
...ava/com/gic/haoban/manage/web/vo/order/OrderDetailVO.java
+12
-12
No files found.
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/vo/order/OrderDetailVO.java
View file @
4ff9df0e
...
...
@@ -68,14 +68,14 @@ public class OrderDetailVO implements Serializable {
private
MemberInfoVO
member
;
/**
*
订单运费
*
优惠折扣详情 JSON
*/
private
double
freightAmount
;
private
String
discountAmountInfo
;
/**
*
订单优惠总金额
*
应付金额详情 JSON
*/
private
double
allDiscountAmount
;
private
String
amountPayableInfo
;
public
Date
getPayTime
()
{
return
payTime
;
...
...
@@ -173,19 +173,19 @@ public class OrderDetailVO implements Serializable {
this
.
orderItemList
=
orderItemList
;
}
public
double
getFreightAmount
()
{
return
freightAmount
;
public
String
getDiscountAmountInfo
()
{
return
discountAmountInfo
;
}
public
double
getAllDiscountAmount
()
{
return
a
llDiscountAmount
;
public
String
getAmountPayableInfo
()
{
return
a
mountPayableInfo
;
}
public
void
set
FreightAmount
(
double
freightAmount
)
{
this
.
freightAmount
=
freightAmount
;
public
void
set
DiscountAmountInfo
(
String
discountAmountInfo
)
{
this
.
discountAmountInfo
=
discountAmountInfo
;
}
public
void
setA
llDiscountAmount
(
double
allDiscountAmount
)
{
this
.
a
llDiscountAmount
=
allDiscountAmount
;
public
void
setA
mountPayableInfo
(
String
amountPayableInfo
)
{
this
.
a
mountPayableInfo
=
amountPayableInfo
;
}
}
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