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
1a13b53c
Commit
1a13b53c
authored
Feb 11, 2025
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
物流修改
parent
cfb22656
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
OrderRefundDetailVO.java
...aoban/manage/web/vo/order/refund/OrderRefundDetailVO.java
+18
-0
No files found.
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/vo/order/refund/OrderRefundDetailVO.java
View file @
1a13b53c
...
@@ -33,6 +33,8 @@ public class OrderRefundDetailVO implements Serializable {
...
@@ -33,6 +33,8 @@ public class OrderRefundDetailVO implements Serializable {
private
String
refundLogisticsId
;
// 物流退款id
private
String
refundLogisticsId
;
// 物流退款id
private
String
logisticsName
;
// 物流名称
private
String
logisticsName
;
// 物流名称
private
String
logisticsNumber
;
// 物流单号
private
String
logisticsNumber
;
// 物流单号
private
String
logisticsCode
;
// 物流公司code
private
String
logisticsCompanyId
;
// 物流公司id
// 1退款待处理 2成功 3退款关闭 4待买家退货 5待商家收货 6拒绝退款
// 1退款待处理 2成功 3退款关闭 4待买家退货 5待商家收货 6拒绝退款
private
int
refundStatus
=
1
;
private
int
refundStatus
=
1
;
...
@@ -169,6 +171,22 @@ public class OrderRefundDetailVO implements Serializable {
...
@@ -169,6 +171,22 @@ public class OrderRefundDetailVO implements Serializable {
*/
*/
private
Double
refundStoredValue
;
private
Double
refundStoredValue
;
public
String
getLogisticsCode
()
{
return
logisticsCode
;
}
public
void
setLogisticsCode
(
String
logisticsCode
)
{
this
.
logisticsCode
=
logisticsCode
;
}
public
String
getLogisticsCompanyId
()
{
return
logisticsCompanyId
;
}
public
void
setLogisticsCompanyId
(
String
logisticsCompanyId
)
{
this
.
logisticsCompanyId
=
logisticsCompanyId
;
}
public
double
getRefundFreightPrice
()
{
public
double
getRefundFreightPrice
()
{
return
refundFreightPrice
;
return
refundFreightPrice
;
}
}
...
...
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