记得上下班打卡 | git大法好,push需谨慎

Commit 0ec0e020 authored by jiangxiulong's avatar jiangxiulong

Merge remote-tracking branch 'origin/dev' into dev

parents 99a13500 a43d565a
...@@ -25,7 +25,7 @@ liquidnet: ...@@ -25,7 +25,7 @@ liquidnet:
url-pay: url-pay:
pay: http://testpay.zhengzai.tv pay: http://testpay.zhengzai.tv
check: http://testpay.zhengzai.tv/order/verify check: http://testpay.zhengzai.tv/order/verify
callback: http://zuul.zhengzai.tv/adam/member/order/callback callback: http://adam.zhengzai.tv/adam/member/order/callback
url-service: url-service:
url: http://testservice.zhengzai.tv url: http://testservice.zhengzai.tv
aliyun: aliyun:
......
...@@ -25,6 +25,6 @@ liquidnet: ...@@ -25,6 +25,6 @@ liquidnet:
url-pay: url-pay:
pay: http://testpay.zhengzai.tv/ pay: http://testpay.zhengzai.tv/
check: http://testpay.zhengzai.tv/order/verify check: http://testpay.zhengzai.tv/order/verify
localUrl: http://devzuul.zhengzai.tv/kylin/order/syncOrder localUrl: http://devkylin.zhengzai.tv/kylin/order/syncOrder
url-service: url-service:
url: http://testservice.zhengzai.tv/ url: http://testservice.zhengzai.tv/
...@@ -25,6 +25,6 @@ liquidnet: ...@@ -25,6 +25,6 @@ liquidnet:
url-pay: url-pay:
pay: http://testpay.zhengzai.tv/ pay: http://testpay.zhengzai.tv/
check: http://testpay.zhengzai.tv/order/verify check: http://testpay.zhengzai.tv/order/verify
localUrl: http://devzuul.zhengzai.tv/kylin/order/syncOrder localUrl: http://kylin.zhengzai.tv/kylin/order/syncOrder
url-service: url-service:
url: http://testservice.zhengzai.tv/ url: http://testservice.zhengzai.tv/
...@@ -3,6 +3,7 @@ package com.liquidnet.service.kylin.entity; ...@@ -3,6 +3,7 @@ package com.liquidnet.service.kylin.entity;
import com.baomidou.mybatisplus.annotation.IdType; import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableId;
import java.math.BigDecimal;
import java.time.LocalDateTime; import java.time.LocalDateTime;
import java.io.Serializable; import java.io.Serializable;
...@@ -96,6 +97,11 @@ public class KylinOrderTicketEntities implements Serializable { ...@@ -96,6 +97,11 @@ public class KylinOrderTicketEntities implements Serializable {
*/ */
private Integer isPayment; private Integer isPayment;
/**
* 已退款金额
*/
private BigDecimal refundPrice;
/** /**
* comment * comment
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment