记得上下班打卡 | 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
caf1bf74
Commit
caf1bf74
authored
Jun 27, 2021
by
胡佳晨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交数据库 改动
parent
15f62034
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
9 deletions
+27
-9
KylinOrderRefundEntitiesVo.java
...ervice/kylin/dto/vo/mongo/KylinOrderRefundEntitiesVo.java
+2
-2
KylinOrderRefundPicVo.java
...net/service/kylin/dto/vo/mongo/KylinOrderRefundPicVo.java
+17
-0
KylinOrderRefundsVo.java
...idnet/service/kylin/dto/vo/mongo/KylinOrderRefundsVo.java
+8
-7
No files found.
liquidnet-bus-api/liquidnet-service-kylin-api/src/main/java/com/liquidnet/service/kylin/dto/vo/mongo/KylinOrderRefundEntitiesVo.java
View file @
caf1bf74
...
@@ -15,6 +15,6 @@ public class KylinOrderRefundEntitiesVo {
...
@@ -15,6 +15,6 @@ public class KylinOrderRefundEntitiesVo {
private
String
orderRefundsId
;
private
String
orderRefundsId
;
private
String
orderTicketEntitiesId
;
private
String
orderTicketEntitiesId
;
private
BigDecimal
refundPrice
;
private
BigDecimal
refundPrice
;
private
LocalDateTime
createdAt
;
private
String
createdAt
;
private
LocalDateTime
updatedAt
;
private
String
updatedAt
;
}
}
liquidnet-bus-api/liquidnet-service-kylin-api/src/main/java/com/liquidnet/service/kylin/dto/vo/mongo/KylinOrderRefundPicVo.java
0 → 100644
View file @
caf1bf74
package
com
.
liquidnet
.
service
.
kylin
.
dto
.
vo
.
mongo
;
import
io.swagger.annotations.ApiModel
;
import
lombok.Data
;
import
java.math.BigDecimal
;
@ApiModel
@Data
public
class
KylinOrderRefundPicVo
{
private
Integer
mid
;
private
String
refundPicId
;
private
String
orderRefundsId
;
private
String
picUrl
;
private
String
createdAt
;
private
String
updatedAt
;
}
liquidnet-bus-api/liquidnet-service-kylin-api/src/main/java/com/liquidnet/service/kylin/dto/vo/mongo/KylinOrderRefundsVo.java
View file @
caf1bf74
...
@@ -15,7 +15,7 @@ public class KylinOrderRefundsVo {
...
@@ -15,7 +15,7 @@ public class KylinOrderRefundsVo {
private
String
orderRefundCode
;
private
String
orderRefundCode
;
private
String
orderRefund_batchesId
;
private
String
orderRefund_batchesId
;
private
String
refundCode
;
private
String
refundCode
;
private
LocalDateTime
refundAt
;
private
String
refundAt
;
private
String
refundId
;
private
String
refundId
;
private
String
refundError
;
private
String
refundError
;
private
BigDecimal
price
;
private
BigDecimal
price
;
...
@@ -24,20 +24,21 @@ public class KylinOrderRefundsVo {
...
@@ -24,20 +24,21 @@ public class KylinOrderRefundsVo {
private
Integer
type
;
private
Integer
type
;
private
String
applicantId
;
private
String
applicantId
;
private
String
applicantName
;
private
String
applicantName
;
private
LocalDateTime
applicantAt
;
private
String
applicantAt
;
private
String
reason
;
private
String
reason
;
private
String
auditorId
;
private
String
auditorId
;
private
String
auditorName
;
private
String
auditorName
;
private
LocalDateTime
auditorAt
;
private
String
auditorAt
;
private
String
reject
;
private
String
reject
;
private
String
executorId
;
private
String
executorId
;
private
String
executorName
;
private
String
executorName
;
private
LocalDateTime
executorAt
;
private
String
executorAt
;
private
String
refuse
;
private
String
refuse
;
private
Integer
refundType
;
private
Integer
refundType
;
private
String
refundCate
;
private
String
refundCate
;
private
LocalDateTime
createdAt
;
private
String
createdAt
;
private
LocalDateTime
updatedAt
;
private
String
updatedAt
;
private
List
<
KylinOrderRefundEntitiesVo
>
orderRefundEntitiesVos
;
private
List
<
KylinOrderRefundEntitiesVo
>
orderRefundEntitiesVoList
;
private
List
<
KylinOrderRefundPicVo
>
orderRefundPicVos
;
}
}
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