|
|
@@ -1,6 +1,7 @@
|
|
|
package io.renren.modules.qyh.model.vo;
|
|
|
|
|
|
import java.io.Serializable;
|
|
|
+import java.math.BigDecimal;
|
|
|
import java.time.LocalDateTime;
|
|
|
import java.util.List;
|
|
|
|
|
|
@@ -66,6 +67,8 @@ public class MyAppointmentPageVO implements Serializable {
|
|
|
private Integer consultNumber;
|
|
|
@ApiModelProperty(value = "支付价格")
|
|
|
private Integer payPrice;
|
|
|
+ @ApiModelProperty(value = "积分抵扣")
|
|
|
+ private BigDecimal pointsDeduction;
|
|
|
|
|
|
@ApiModelProperty(value = "订单编号")
|
|
|
private String orderNumber;
|