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

Commit 11ca7c92 authored by 胡佳晨's avatar 胡佳晨

是否 可退回

parent cdce5fc6
......@@ -29,6 +29,8 @@ public class OrderDetailsVo implements Cloneable {
private String showQrCodeTime;
@ApiModelProperty(position = 10, value = "是否可转赠")
private Integer isCanTransfer;
@ApiModelProperty(position = 10, value = "是否可回退")
private Integer isCanBack;
@ApiModelProperty(position = 10, value = "退款相关list")
private List<KylinOrderRefundsOrderCodeVo> orderRefundsVoList;
......
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