添加@TableId
parent
261439ded4
commit
03a938c294
|
@ -26,16 +26,16 @@ public class CustomerOrderPaySimpleResp {
|
|||
/**
|
||||
* 客户单号
|
||||
*/
|
||||
@Schema(name = "客户单号", type = "String", defaultValue = "OIEJSO789DDE79DIL", description = "客户传入的支付单信息")
|
||||
@Schema(title = "客户单号", type = "String", defaultValue = "OIEJSO789DDE79DIL", description = "客户传入的支付单信息")
|
||||
private String cusOrderNumber;
|
||||
/**
|
||||
* 支付金额
|
||||
*/
|
||||
@Schema(name = "支付金额", type = "BigDecimal", defaultValue = "36.56", description = "客户传入的支付金额")
|
||||
@Schema(title = "支付金额", type = "BigDecimal", defaultValue = "36.56", description = "客户传入的支付金额")
|
||||
private BigDecimal price;
|
||||
/**
|
||||
* 渠道商类型
|
||||
*/
|
||||
@Schema(name = "支付渠道商", type = "String", defaultValue = "支付宝", description = "用户支付的时候选择的渠道商")
|
||||
@Schema(title = "支付渠道商", type = "String", defaultValue = "支付宝", description = "用户支付的时候选择的渠道商")
|
||||
private String channelTypeName;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue