记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
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
董敬伟
liquidnet-bus-v1
Commits
171b5b30
Commit
171b5b30
authored
Jun 26, 2021
by
胡佳晨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交 退款相关vo
parent
53502fc2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
23 deletions
+23
-23
KylinOrderRefundEntitiesVo.java
...ervice/kylin/dto/vo/mongo/KylinOrderRefundEntitiesVo.java
+1
-1
KylinOrderRefundsVo.java
...idnet/service/kylin/dto/vo/mongo/KylinOrderRefundsVo.java
+22
-22
No files found.
liquidnet-bus-api/liquidnet-service-kylin-api/src/main/java/com/liquidnet/service/kylin/dto/vo/mongo/KylinOrderRefundEntitiesVo.java
View file @
171b5b30
...
@@ -11,7 +11,7 @@ import java.time.LocalDateTime;
...
@@ -11,7 +11,7 @@ import java.time.LocalDateTime;
@Data
@Data
public
class
KylinOrderRefundEntitiesVo
{
public
class
KylinOrderRefundEntitiesVo
{
private
Integer
mid
;
private
Integer
mid
;
private
String
orderRefundsEntities
_i
d
;
private
String
orderRefundsEntities
I
d
;
private
String
orderRefundsId
;
private
String
orderRefundsId
;
private
String
orderTicketEntitiesId
;
private
String
orderTicketEntitiesId
;
private
BigDecimal
refundPrice
;
private
BigDecimal
refundPrice
;
...
...
liquidnet-bus-api/liquidnet-service-kylin-api/src/main/java/com/liquidnet/service/kylin/dto/vo/mongo/KylinOrderRefundsVo.java
View file @
171b5b30
...
@@ -9,32 +9,32 @@ import java.time.LocalDateTime;
...
@@ -9,32 +9,32 @@ import java.time.LocalDateTime;
@Data
@Data
public
class
KylinOrderRefundsVo
{
public
class
KylinOrderRefundsVo
{
private
Integer
mid
;
private
Integer
mid
;
private
String
order
_refunds_i
d
;
private
String
order
RefundsI
d
;
private
String
order
_tickets_i
d
;
private
String
order
TicketsI
d
;
private
String
order
_refund_c
ode
;
private
String
order
RefundC
ode
;
private
String
order
_refund_batches_i
d
;
private
String
order
Refund_batchesI
d
;
private
String
refund
_c
ode
;
private
String
refund
C
ode
;
private
LocalDateTime
refund
_a
t
;
private
LocalDateTime
refund
A
t
;
private
String
refund
_i
d
;
private
String
refund
I
d
;
private
String
refund
_e
rror
;
private
String
refund
E
rror
;
private
BigDecimal
price
;
private
BigDecimal
price
;
private
BigDecimal
price
_e
xpress
;
private
BigDecimal
price
E
xpress
;
private
Integer
status
;
private
Integer
status
;
private
Integer
type
;
private
Integer
type
;
private
String
applicant
_i
d
;
private
String
applicant
I
d
;
private
String
applicant
_n
ame
;
private
String
applicant
N
ame
;
private
LocalDateTime
applicant
_a
t
;
private
LocalDateTime
applicant
A
t
;
private
String
reason
;
private
String
reason
;
private
String
auditor
_i
d
;
private
String
auditor
I
d
;
private
String
auditor
_n
ame
;
private
String
auditor
N
ame
;
private
LocalDateTime
auditor
_a
t
;
private
LocalDateTime
auditor
A
t
;
private
String
reject
;
private
String
reject
;
private
String
executor
_i
d
;
private
String
executor
I
d
;
private
String
executor
_n
ame
;
private
String
executor
N
ame
;
private
LocalDateTime
executor
_a
t
;
private
LocalDateTime
executor
A
t
;
private
String
refuse
;
private
String
refuse
;
private
Integer
refund
_t
ype
;
private
Integer
refund
T
ype
;
private
String
refund
_c
ate
;
private
String
refund
C
ate
;
private
LocalDateTime
created
_a
t
;
private
LocalDateTime
created
A
t
;
private
LocalDateTime
updated
_a
t
;
private
LocalDateTime
updated
A
t
;
}
}
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