You've already forked FrameTour-BE
支付
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.ycwl.basic.pay.entity;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class CreateOrderResponse {
|
||||
private boolean success;
|
||||
private boolean skipPay;
|
||||
private String orderNo;
|
||||
}
|
Reference in New Issue
Block a user