支付单号增加字段
This commit is contained in:
@ -27,4 +27,7 @@ public class PayOrderDTO {
|
|||||||
|
|
||||||
@ApiModelProperty("支付状态")
|
@ApiModelProperty("支付状态")
|
||||||
private String payStatus;
|
private String payStatus;
|
||||||
|
|
||||||
|
@ApiModelProperty("子订单类型(首租、续租、逾期、押金、租电等)")
|
||||||
|
private String suborderType;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user