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
f754a47c
Commit
f754a47c
authored
May 26, 2023
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
协商记录
parent
27fcc0a3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
55 additions
and
0 deletions
+55
-0
GicOrderRefundController.java
...manage/web/controller/order/GicOrderRefundController.java
+0
-0
ConsultOperVO.java
.../gic/haoban/manage/web/vo/order/refund/ConsultOperVO.java
+35
-0
OrderExchangeConsultVO.java
...an/manage/web/vo/order/refund/OrderExchangeConsultVO.java
+10
-0
OrderRefundConsultVO.java
...oban/manage/web/vo/order/refund/OrderRefundConsultVO.java
+10
-0
No files found.
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/controller/order/GicOrderRefundController.java
View file @
f754a47c
This diff is collapsed.
Click to expand it.
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/vo/order/refund/ConsultOperVO.java
0 → 100644
View file @
f754a47c
package
com
.
gic
.
haoban
.
manage
.
web
.
vo
.
order
.
refund
;
import
java.io.Serializable
;
public
class
ConsultOperVO
implements
Serializable
{
private
int
operType
;
private
String
operName
;
private
String
operCode
;
public
int
getOperType
()
{
return
operType
;
}
public
String
getOperName
()
{
return
operName
;
}
public
String
getOperCode
()
{
return
operCode
;
}
public
void
setOperType
(
int
operType
)
{
this
.
operType
=
operType
;
}
public
void
setOperName
(
String
operName
)
{
this
.
operName
=
operName
;
}
public
void
setOperCode
(
String
operCode
)
{
this
.
operCode
=
operCode
;
}
}
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/vo/order/refund/OrderExchangeConsultVO.java
View file @
f754a47c
...
...
@@ -59,6 +59,16 @@ public class OrderExchangeConsultVO implements Serializable {
* 更新时间
*/
private
Date
updateTime
;
private
ConsultOperVO
oper
;
public
ConsultOperVO
getOper
()
{
return
oper
;
}
public
void
setOper
(
ConsultOperVO
oper
)
{
this
.
oper
=
oper
;
}
public
String
getReason
()
{
return
reason
;
...
...
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/vo/order/refund/OrderRefundConsultVO.java
View file @
f754a47c
...
...
@@ -84,6 +84,16 @@ public class OrderRefundConsultVO implements Serializable {
private
Integer
refundDeliverType
;
private
String
extJson
;
private
ConsultOperVO
oper
;
public
ConsultOperVO
getOper
()
{
return
oper
;
}
public
void
setOper
(
ConsultOperVO
oper
)
{
this
.
oper
=
oper
;
}
public
String
getExtJson
()
{
return
extJson
;
...
...
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