init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.ruoyi.cai.pay;
|
||||
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class PayControllerDTO {
|
||||
@Schema(description = "订单号")
|
||||
private String tradeNo;
|
||||
@Schema(description = "微信支付的时候需要传")
|
||||
private String wxAppId;
|
||||
}
|
||||
Reference in New Issue
Block a user