feat:订单编号生成 订单编号
This commit is contained in:
@@ -68,4 +68,10 @@ public class FranchiseFeePayInfoResponse {
|
||||
|
||||
@ApiModelProperty("认领状态 0-待认领 1-已认领")
|
||||
private Integer xgjClaimStatus;
|
||||
|
||||
@ApiModelProperty("支付状态 45:待缴费 50:已缴费")
|
||||
private Integer payStatus;
|
||||
|
||||
@ApiModelProperty("付款单编号")
|
||||
private String paymentReceiptCode;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user