记得上下班打卡 | 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:
url-pay:
pay: http://testpay.zhengzai.tv
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: http://testservice.zhengzai.tv
aliyun:
......
......@@ -25,6 +25,6 @@ liquidnet:
url-pay:
pay: http://testpay.zhengzai.tv/
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: http://testservice.zhengzai.tv/
\ No newline at end of file
url: http://testservice.zhengzai.tv/
......@@ -25,6 +25,6 @@ liquidnet:
url-pay:
pay: http://testpay.zhengzai.tv/
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: http://testservice.zhengzai.tv/
......@@ -3,6 +3,7 @@ package com.liquidnet.service.kylin.entity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import java.io.Serializable;
......@@ -96,6 +97,11 @@ public class KylinOrderTicketEntities implements Serializable {
*/
private Integer isPayment;
/**
* 已退款金额
*/
private BigDecimal refundPrice;
/**
* 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