You've already forked FrameTour-BE
聪明付
This commit is contained in:
@@ -2,9 +2,12 @@ package com.ycwl.basic.pay.entity;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
@Data
|
||||
public class CreateOrderResponse {
|
||||
private boolean success;
|
||||
private boolean skipPay;
|
||||
private String orderNo;
|
||||
private Map<String, Object> extData;
|
||||
}
|
||||
|
Reference in New Issue
Block a user